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

Version Path
eilam_test-9.1 docs/HostVolumeConnection.md
eilam_test-11.1 docs/HostVolumeConnection.md
eilam_test-1.2.1 docs/HostVolumeConnection.md
eilam_test-10.5 docs/HostVolumeConnection.md
eilam_test-10.2 docs/HostVolumeConnection.md
eilam_test-10 docs/HostVolumeConnection.md
eilam_test-9 docs/HostVolumeConnection.md
eilam_test-8 docs/HostVolumeConnection.md
eilam_test-5.1.7 docs/HostVolumeConnection.md
eilam_test-5.1.5 docs/HostVolumeConnection.md
eilam_test-5.1.3 docs/HostVolumeConnection.md
eilam_test-5.1.2 docs/HostVolumeConnection.md
eilam_test-3.1.6 docs/HostVolumeConnection.md
eilam_test-3.1.5 docs/HostVolumeConnection.md
eilam_test-7 docs/HostVolumeConnection.md
eilam_test-6 docs/HostVolumeConnection.md
eilam_test-3.1.4 docs/HostVolumeConnection.md
eilam_test-3.1.3 docs/HostVolumeConnection.md
eilam_test-3.1.2 docs/HostVolumeConnection.md
eilam_test-3.0.6 docs/HostVolumeConnection.md