Sha256: f80c0dc74ffd469ed6ff43de4aaed26f3b8c5000d014c18dd000ffa59a5fa398
Contents?: true
Size: 627 Bytes
Versions: 56
Compression:
Stored size: 627 Bytes
Contents
# EilamTest::HostClusterVolumeMappingResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cluster** | **String** | !!uuid of cluster | [optional] | | **component_state** | **String** | component_state | [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::HostClusterVolumeMappingResponse.new( cluster: null, component_state: null, lun: null, uuid: null, volume: null ) ```
Version data entries
56 entries across 56 versions & 1 rubygems