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