Sha256: 2ea2f41eb7f48c84605e6e245148f41037f2d83d303211450ff473da8d100e43
Contents?: true
Size: 811 Bytes
Versions: 7
Compression:
Stored size: 811 Bytes
Contents
# AutosdeOpenapiClient::StorageSystem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( component_state: null, management_ip: null, name: null, storage_array: null, storage_family: null, system_type: null, uuid: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems