Sha256: 11b613c131e333651e85f3806c024c4628241663b10534d967257376e2b0f421
Contents?: true
Size: 931 Bytes
Versions: 104
Compression:
Stored size: 931 Bytes
Contents
# AutosdeOpenapiClient::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 'autosde_openapi_client' instance = AutosdeOpenapiClient::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
104 entries across 104 versions & 2 rubygems