Sha256: cbeca57dfea72d661d8ae20cf7a9bc91f7a4dc9eafed24da9c7794e9867f5f15
Contents?: true
Size: 542 Bytes
Versions: 56
Compression:
Stored size: 542 Bytes
Contents
# EilamTest::HostClusterMembership ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cluster** | [**HostCluster**](HostCluster.md) | | [optional] | | **component_state** | **String** | component_state | [optional] | | **host** | [**StorageHost**](StorageHost.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'eilam_test' instance = EilamTest::HostClusterMembership.new( cluster: null, component_state: null, host: null, uuid: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems