Sha256: ad14206ad1b0068875315ad4eaf23166366b9da857cc8a3d13516d8bbd9ad486

Contents?: true

Size: 1.61 KB

Versions: 53

Compression:

Stored size: 1.61 KB

Contents

# EilamTest::StorageSystemCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **auto_add_pools** | **Boolean** | auto_add_pools | [optional][default to false] |
| **auto_setup** | **Boolean** | auto_setup | [optional][default to false] |
| **chap_name** | **String** | chap_name | [optional] |
| **chap_secret** | **String** | chap_secret | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **iqn** | **String** |  | [optional] |
| **management_ip** | **String** | management_ip | [optional] |
| **name** | **String** | name | [optional] |
| **password** | **String** | password | [optional] |
| **port_type** | **String** | port_type | [optional] |
| **secondary_ip** | **String** | secondary_ip | [optional] |
| **status** | **String** | status | [optional] |
| **storage_array** | **String** | storage_array | [optional] |
| **storage_driver** | **String** | storage_driver | [optional] |
| **storage_family** | **String** | storage_family | [optional] |
| **system_type** | [**SystemType**](SystemType.md) |  | [optional] |
| **user** | **String** | user | [optional] |
| **wwpn** | **String** | wwpn | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::StorageSystemCreate.new(
  auto_add_pools: null,
  auto_setup: null,
  chap_name: null,
  chap_secret: null,
  component_state: null,
  iqn: null,
  management_ip: null,
  name: null,
  password: null,
  port_type: null,
  secondary_ip: null,
  status: null,
  storage_array: null,
  storage_driver: null,
  storage_family: null,
  system_type: null,
  user: null,
  wwpn: null
)
```

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
eilam_test-9.1 docs/StorageSystemCreate.md
eilam_test-1.2.1 docs/StorageSystemCreate.md
eilam_test-10 docs/StorageSystemCreate.md
eilam_test-9 docs/StorageSystemCreate.md
eilam_test-8 docs/StorageSystemCreate.md
eilam_test-5.1.7 docs/StorageSystemCreate.md
eilam_test-5.1.5 docs/StorageSystemCreate.md
eilam_test-5.1.3 docs/StorageSystemCreate.md
eilam_test-5.1.2 docs/StorageSystemCreate.md
eilam_test-3.1.6 docs/StorageSystemCreate.md
eilam_test-3.1.5 docs/StorageSystemCreate.md
eilam_test-7 docs/StorageSystemCreate.md
eilam_test-6 docs/StorageSystemCreate.md
eilam_test-3.1.4 docs/StorageSystemCreate.md
eilam_test-3.1.3 docs/StorageSystemCreate.md
eilam_test-3.1.2 docs/StorageSystemCreate.md
eilam_test-3.0.6 docs/StorageSystemCreate.md
eilam_test-3.0.2 docs/StorageSystemCreate.md
eilam_test-3.0.1 docs/StorageSystemCreate.md
eilam_test-3.3 docs/StorageSystemCreate.md