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