Sha256: 68350ecfa546a5839120d84ece463e4a06ee59ac5c3588ae4170bd7f71c8fe39

Contents?: true

Size: 897 Bytes

Versions: 56

Compression:

Stored size: 897 Bytes

Contents

# EilamTest::HostClusterResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **name** | **String** | name | [optional] |
| **owner_id** | **String** | owner_id | [optional] |
| **owner_name** | **String** | owner_name | [optional] |
| **protocol** | **String** | protocol | [optional] |
| **status** | **String** | status | [optional] |
| **storage_system** | **String** | !!uuid of storage_system | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **volumes** | [**Volume**](Volume.md) |  | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::HostClusterResponse.new(
  component_state: null,
  name: null,
  owner_id: null,
  owner_name: null,
  protocol: null,
  status: null,
  storage_system: null,
  uuid: null,
  volumes: null
)
```

Version data entries

56 entries across 56 versions & 1 rubygems

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