Class: IbmPowerHmc::VirtualSCSIAdapter

Inherits:
VirtualIOAdapter show all
Defined in:
lib/ibm_power_hmc/schema/uom.rb

Overview

Virtual SCSI adapter (common class for Client and Server)

Constant Summary collapse

ATTRS =
ATTRS.merge({
  :name => "AdapterName",
  :backdev => "BackingDeviceName",
  :remote_backdev => "RemoteBackingDeviceName",
  :remote_lpar_id => "RemoteLogicalPartitionID",
  :remote_slot => "RemoteSlotNumber",
  :server_location => "ServerLocationCode",
  :udid => "UniqueDeviceID"
}.freeze)

Instance Attribute Summary

Attributes inherited from AbstractRest

#content_type, #etag, #href, #published, #uuid

Attributes inherited from AbstractNonRest

#xml

Method Summary

Methods inherited from AbstractRest

#initialize, #to_s

Methods inherited from AbstractNonRest

#collection_of, #create_element, #initialize, marshal, #marshal, #singleton, #timestamp, #to_s, #uuid_from_href, #uuids_from_links

Constructor Details

This class inherits a constructor from IbmPowerHmc::AbstractRest