Sha256: 37770821fde76d69a2d5d660b9b71ad3194e6eedd0aa428878a1854d6355dcc3
Contents?: true
Size: 702 Bytes
Versions: 2
Compression:
Stored size: 702 Bytes
Contents
# AutosdeOpenapiClient::HostClusterCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::HostClusterCreate.new( name: null, owner_id: null, owner_name: null, protocol: null, status: null, storage_system: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autosde_openapi_client-1.0.48 | docs/HostClusterCreate.md |
autosde_openapi_client-1.0.47 | docs/HostClusterCreate.md |