Sha256: 38a54278a645d12109259019f918eec70e630cd04a9477577d06ffd0d9aa3f7e
Contents?: true
Size: 884 Bytes
Versions: 56
Compression:
Stored size: 884 Bytes
Contents
# EilamTest::HostCluster ## 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** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | | **volumes** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::HostCluster.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