Sha256: f1d8d3e1f697239183db368f8d9838b0bb79e3a4a6a22b1d8104c4b2115e91ac
Contents?: true
Size: 578 Bytes
Versions: 71
Compression:
Stored size: 578 Bytes
Contents
# AutosdeOpenapiClient::StorageHostsMappingCreate ## 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 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageHostsMappingCreate.new( component_state: null, host: null, lun: null, volume: null ) ```
Version data entries
71 entries across 71 versions & 1 rubygems