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