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