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

Version Path
eilam_test-1.1.21 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.20 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.19 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.18 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.17 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.16 docs/HostVolumeConnectionCreate.md
eilam_test-1.2 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.5 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.6 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.7 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.8 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.9 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.10 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.14 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.13 docs/HostVolumeConnectionCreate.md
eilam_test-1.1.12 docs/HostVolumeConnectionCreate.md