Sha256: acdd257fff444eec0d3d0df2da922dc0e39f40ee27575acde327db27a853b8d8
Contents?: true
Size: 1.24 KB
Versions: 130
Compression:
Stored size: 1.24 KB
Contents
# AutosdeOpenapiClient::StorageHostCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **chap_name** | **String** | chap_name | [optional] | | **chap_secret** | **String** | chap_secret | [optional] | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional] | | **host_cluster_name** | **String** | host_cluster_name | [optional] | | **io_groups** | **String** | io_groups | [optional] | | **iqn** | **String** | | [optional] | | **name** | **String** | The Storage Host Name | [optional] | | **port_type** | **String** | port_type | [optional] | | **status** | **String** | status | [optional] | | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **volumes** | [**Volume**](Volume.md) | | [optional] | | **wwpn** | **String** | wwpn | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageHostCreate.new( chap_name: null, chap_secret: null, component_state: null, description: null, host_cluster_name: null, io_groups: null, iqn: null, name: null, port_type: null, status: null, storage_system: null, volumes: null, wwpn: null ) ```
Version data entries
130 entries across 130 versions & 2 rubygems