Sha256: 4b955405be44d4d8d5af0d563c6eef392ef0d493d9f3da874d4092a43c28db74
Contents?: true
Size: 1.65 KB
Versions: 12
Compression:
Stored size: 1.65 KB
Contents
# AutosdeOpenapiClient::StorageSystemCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **auto_refresh** | **Boolean** | auto_refresh | [optional][default to true] | | **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 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageSystemCreate.new( auto_refresh: 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
12 entries across 12 versions & 1 rubygems