Sha256: 16e08a7e3e81835b4f5b3ffe7bd467c1d892e2a2e8e167da5d6341939d72fd3a
Contents?: true
Size: 652 Bytes
Versions: 66
Compression:
Stored size: 652 Bytes
Contents
# AutosdeOpenapiClient::StorageHostVolumeMappingResponse ## 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::StorageHostVolumeMappingResponse.new( component_state: null, host: null, lun: null, uuid: null, volume: null ) ```
Version data entries
66 entries across 66 versions & 2 rubygems