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