Sha256: 4ac6f554ded4b3f58556c45b18f4dcb885d52dafd1f6823643854c3bc0500c3a

Contents?: true

Size: 1.04 KB

Versions: 58

Compression:

Stored size: 1.04 KB

Contents

# AutosdeOpenapiClient::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 'autosde_openapi_client'

instance = AutosdeOpenapiClient::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

58 entries across 58 versions & 2 rubygems

Version Path
autosde_openapi_client-2.1.1 docs/StorageHost.md
autosde_openapi_client-2.1.0 docs/StorageHost.md
autosde_openapi_client-2.0.7 docs/StorageHost.md
autosde_openapi_client-2.0.6 docs/StorageHost.md
autosde_openapi_client-2.0.5 docs/StorageHost.md
autosde_openapi_client-2.0.4 docs/StorageHost.md
autosde_openapi_client-2.0.3 docs/StorageHost.md
autosde_openapi_client-2.0.2 docs/StorageHost.md
autosde_openapi_client-2.0.1 docs/StorageHost.md
autosde_openapi_client-2.0.0 docs/StorageHost.md
autosde_openapi_client-1.2.15 docs/StorageHost.md
autosde_openapi_client-1.2.14 docs/StorageHost.md
autosde_openapi_client-1.2.13 docs/StorageHost.md
autosde_openapi_client-1.2.12 docs/StorageHost.md
autosde_openapi_client-1.2.11 docs/StorageHost.md
autosde_openapi_client-1.2.10 docs/StorageHost.md
autosde_openapi_client-1.2.9 docs/StorageHost.md
autosde_openapi_client-1.2.8 docs/StorageHost.md
autosde_openapi_client-1.2.7 docs/StorageHost.md
autosde_openapi_client-1.2.6 docs/StorageHost.md