Sha256: be155f0db80db5ee548c92d30a5ac2a014581806ca85649b2e4861f2f68d4e05
Contents?: true
Size: 1.12 KB
Versions: 45
Compression:
Stored size: 1.12 KB
Contents
# AutosdeOpenapiClient::StorageHost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **addresses** | [**Address**](Address.md) | | [optional] | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional] | | **host_cluster** | [**HostCluster**](HostCluster.md) | | [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** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | | **volumes** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageHost.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
45 entries across 45 versions & 1 rubygems