Sha256: ff03b349e252b0bdd0df1fe0462c76077234e642a8b65e73012f273e6856b60b
Contents?: true
Size: 1.11 KB
Versions: 59
Compression:
Stored size: 1.11 KB
Contents
# AutosdeOpenapiClient::StorageSystem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **auto_refresh** | **Boolean** | auto_refresh | [optional][default to true] | | **component_state** | **String** | component_state | [optional] | | **enabled_capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [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_refresh: null, component_state: null, enabled_capability_values: null, management_ip: null, name: null, status: null, storage_array: null, storage_family: null, system_type: null, uuid: null ) ```
Version data entries
59 entries across 59 versions & 1 rubygems