Sha256: 8d661f1d448e21e13091c785d08413c0dba995cf861970561f5d81c414a9e4ae
Contents?: true
Size: 632 Bytes
Versions: 71
Compression:
Stored size: 632 Bytes
Contents
# AutosdeOpenapiClient::StorageHostsMapping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **host** | [**StorageHost**](StorageHost.md) | | [optional] | | **lun** | **Integer** | lun | [optional][default to 0] | | **uuid** | **String** | uuid | [optional] | | **volume** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageHostsMapping.new( component_state: null, host: null, lun: null, uuid: null, volume: null ) ```
Version data entries
71 entries across 71 versions & 1 rubygems