Class: IbmPowerHmc::PhysicalFibreChannelPort

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

Overview

FC port information

Constant Summary collapse

ATTRS =
{
  :location => "LocationCode",
  :name => "PortName",
  :udid => "UniqueDeviceID",
  :wwpn => "WWPN",
  :wwnn => "WWNN",
  :avail_ports => "AvailablePorts",
  :total_ports => "TotalPorts",
  :label => "Label"
}.freeze

Instance Attribute Summary

Attributes inherited from AbstractNonRest

#xml

Instance Method Summary collapse

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::AbstractNonRest

Instance Method Details

#pvsObject



217
218
219
# File 'lib/ibm_power_hmc/schema/uom.rb', line 217

def pvs
  collection_of("PhysicalVolumes", "PhysicalVolume")
end