Sha256: 15d195590d108def8de89fa750a7e0460d87d27195b1ea9daeace7004756bae8

Contents?: true

Size: 1.72 KB

Versions: 3

Compression:

Stored size: 1.72 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] |
| **initial_refresh** | **Boolean** | initial_refresh | [optional][default to true] |
| **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,
  initial_refresh: 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

3 entries across 3 versions & 1 rubygems

Version Path
eilam_test-11.1 docs/StorageSystemCreate.md
eilam_test-10.5 docs/StorageSystemCreate.md
eilam_test-10.2 docs/StorageSystemCreate.md