Sha256: c9a130245f78c01c83a3326d45f15d9694a833f28c3941b650ab532617b3b57f
Contents?: true
Size: 608 Bytes
Versions: 56
Compression:
Stored size: 608 Bytes
Contents
# EilamTest::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 'eilam_test' instance = EilamTest::StorageHostVolumeMapping.new( component_state: null, host: null, lun: null, uuid: null, volume: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems