Sha256: b447e30614c1cb227d687aede0c7823527be1a8ce479d19b589a8517648dd0ac
Contents?: true
Size: 920 Bytes
Versions: 12
Compression:
Stored size: 920 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] | | **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, storage_array: null, storage_family: null, system_type: null, uuid: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems