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