Sha256: 06fe63eb6feab1fd95d0ca223e16004cc559542090940df38547532eefa89e5e
Contents?: true
Size: 1.08 KB
Versions: 27
Compression:
Stored size: 1.08 KB
Contents
# AutosdeOpenapiClient::StorageHostResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **addresses** | [**Array<Address>**](Address.md) | addresses | [optional] | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional] | | **host_cluster_name** | **String** | host_cluster_name | [optional] | | **io_groups** | **String** | io_groups | [optional] | | **name** | **String** | The Storage Host Name | [optional] | | **status** | **String** | status | [optional] | | **storage_system** | **String** | !!uuid of storage_system | [optional] | | **uuid** | **String** | uuid | [optional] | | **volumes** | [**Array<Volume>**](Volume.md) | volumes | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageHostResponse.new( addresses: null, component_state: null, description: null, host_cluster_name: null, io_groups: null, name: null, status: null, storage_system: null, uuid: null, volumes: null ) ```
Version data entries
27 entries across 27 versions & 1 rubygems