Sha256: cb3e0159f8b94798690ddef7b4ad95a5c2c72acaefaa21f94d5d2fe9d03ce84b

Contents?: true

Size: 918 Bytes

Versions: 108

Compression:

Stored size: 918 Bytes

Contents

# AutosdeOpenapiClient::HostCluster

## 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** | [**StorageSystem**](StorageSystem.md) |  | [optional] |
| **uuid** | **String** | uuid | [optional] |
| **volumes** | [**Volume**](Volume.md) |  | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

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

108 entries across 108 versions & 2 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/HostCluster.md
autosde_openapi_client-3.2.13 docs/HostCluster.md
autosde_openapi_client-3.2.12 docs/HostCluster.md
autosde_openapi_client-3.2.11 docs/HostCluster.md
autosde_openapi_client-3.2.10 docs/HostCluster.md
autosde_openapi_client-3.2.9 docs/HostCluster.md
autosde_openapi_client-3.2.8 docs/HostCluster.md
autosde_openapi_client-3.2.7 docs/HostCluster.md
autosde_openapi_client-3.2.6 docs/HostCluster.md
autosde_openapi_client-3.2.5 docs/HostCluster.md
autosde_openapi_client-3.2.4 docs/HostCluster.md
autosde_openapi_client-3.2.3 docs/HostCluster.md
autosde_openapi_client-3.2.2 docs/HostCluster.md
autosde_openapi_client-3.2.1 docs/HostCluster.md
autosde_openapi_client-3.2.0 docs/HostCluster.md
autosde_openapi_client-3.1.2 docs/HostCluster.md
autosde_openapi_client-3.1.1 docs/HostCluster.md
autosde_openapi_client-3.0.3 docs/HostCluster.md
autosde_openapi_client-3.1.0 docs/HostCluster.md
autosde_openapi_client-3.0.2 docs/HostCluster.md