Sha256: 68350ecfa546a5839120d84ece463e4a06ee59ac5c3588ae4170bd7f71c8fe39
Contents?: true
Size: 897 Bytes
Versions: 56
Compression:
Stored size: 897 Bytes
Contents
# EilamTest::HostClusterResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **name** | **String** | name | [optional] | | **owner_id** | **String** | owner_id | [optional] | | **owner_name** | **String** | owner_name | [optional] | | **protocol** | **String** | protocol | [optional] | | **status** | **String** | status | [optional] | | **storage_system** | **String** | !!uuid of storage_system | [optional] | | **uuid** | **String** | uuid | [optional] | | **volumes** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::HostClusterResponse.new( component_state: null, name: null, owner_id: null, owner_name: null, protocol: null, status: null, storage_system: null, uuid: null, volumes: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems