Sha256: 0e0e17a55a41a1fc42f60b2d4774d4da6ff42ce957a20ce1814e15f61d0e1639
Contents?: true
Size: 1.14 KB
Versions: 56
Compression:
Stored size: 1.14 KB
Contents
# EilamTest::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 'eilam_test' instance = EilamTest::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
56 entries across 56 versions & 1 rubygems