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