Sha256: b0f0fd6b5de489a3508b5d4e395b9feb8e1f589b1ea89588b3dd25da81f39e6c
Contents?: true
Size: 1.17 KB
Versions: 103
Compression:
Stored size: 1.17 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** | **String** | !!uuid of host_cluster | [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: null, host_cluster_name: null, io_groups: null, name: null, status: null, storage_system: null, uuid: null, volumes: null ) ```
Version data entries
103 entries across 103 versions & 2 rubygems