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