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-2.4 docs/StorageSystemCreate.md
eilam_test-5.1 docs/StorageSystemCreate.md
eilam_test-3.1.1 docs/StorageSystemCreate.md
eilam_test-3.0.0 docs/StorageSystemCreate.md
eilam_test-1.1.31 docs/StorageSystemCreate.md
eilam_test-1.1.30 docs/StorageSystemCreate.md
eilam_test-2.1.1 docs/StorageSystemCreate.md
eilam_test-2.3 docs/StorageSystemCreate.md
eilam_test-2.0.0 docs/StorageSystemCreate.md
eilam_test-1.1.29 docs/StorageSystemCreate.md
eilam_test-1.1.28 docs/StorageSystemCreate.md
eilam_test-1.1.27 docs/StorageSystemCreate.md
eilam_test-1.1.26 docs/StorageSystemCreate.md
eilam_test-1.1.25 docs/StorageSystemCreate.md
eilam_test-1.1.24 docs/StorageSystemCreate.md
eilam_test-1.1.23 docs/StorageSystemCreate.md
eilam_test-1.1.22 docs/StorageSystemCreate.md
eilam_test-1.1.21 docs/StorageSystemCreate.md
eilam_test-1.1.20 docs/StorageSystemCreate.md
eilam_test-1.1.19 docs/StorageSystemCreate.md