Sha256: 14c74fc01ab3825ffdf9146c7d1710e6ca33733a2838ce5f98307eca9b8aacc8
Contents?: true
Size: 986 Bytes
Versions: 48
Compression:
Stored size: 986 Bytes
Contents
# AutosdeOpenapiClient::StorageSystem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **auto_add_pools** | **Boolean** | auto_add_pools | [optional][default to false] | | **component_state** | **String** | component_state | [optional] | | **management_ip** | **String** | management_ip | [optional] | | **name** | **String** | name | [optional] | | **status** | **String** | status | [optional] | | **storage_array** | **String** | storage_array | [optional] | | **storage_family** | **String** | storage_family | [optional] | | **system_type** | [**SystemType**](SystemType.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageSystem.new( auto_add_pools: null, component_state: null, management_ip: null, name: null, status: null, storage_array: null, storage_family: null, system_type: null, uuid: null ) ```
Version data entries
48 entries across 48 versions & 2 rubygems