Sha256: 4669f0e741e88a7b63424a6f4b6cfa070734336829b83fd797f2527e549a714a

Contents?: true

Size: 1 KB

Versions: 56

Compression:

Stored size: 1 KB

Contents

# EilamTest::StorageHost

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional] |
| **host_cluster** | [**HostCluster**](HostCluster.md) |  | [optional] |
| **host_cluster_name** | **String** | host_cluster_name | [optional] |
| **io_groups** | **String** | io_groups | [optional] |
| **name** | **String** | The Storage Host Name | [optional] |
| **status** | **String** | status | [optional] |
| **storage_system** | [**StorageSystem**](StorageSystem.md) |  | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **volumes** | [**Volume**](Volume.md) |  | [optional] |

## Example

```ruby
require 'eilam_test'

instance = EilamTest::StorageHost.new(
  component_state: null,
  description: null,
  host_cluster: null,
  host_cluster_name: null,
  io_groups: null,
  name: 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/StorageHost.md
eilam_test-11.1 docs/StorageHost.md
eilam_test-1.2.1 docs/StorageHost.md
eilam_test-10.5 docs/StorageHost.md
eilam_test-10.2 docs/StorageHost.md
eilam_test-10 docs/StorageHost.md
eilam_test-9 docs/StorageHost.md
eilam_test-8 docs/StorageHost.md
eilam_test-5.1.7 docs/StorageHost.md
eilam_test-5.1.5 docs/StorageHost.md
eilam_test-5.1.3 docs/StorageHost.md
eilam_test-5.1.2 docs/StorageHost.md
eilam_test-3.1.6 docs/StorageHost.md
eilam_test-3.1.5 docs/StorageHost.md
eilam_test-7 docs/StorageHost.md
eilam_test-6 docs/StorageHost.md
eilam_test-3.1.4 docs/StorageHost.md
eilam_test-3.1.3 docs/StorageHost.md
eilam_test-3.1.2 docs/StorageHost.md
eilam_test-3.0.6 docs/StorageHost.md