Class: IbmPowerHmc::EthernetBackingDevice

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

Direct Known Subclasses

HostEthernetAdapterLogicalPort

Constant Summary

Constants inherited from IOAdapter

IOAdapter::ATTRS

Constants inherited from AbstractNonRest

AbstractNonRest::ATTRS

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

#ifaceObject



649
650
651
652
# File 'lib/ibm_power_hmc/schema/uom.rb', line 649

def iface
  elem = xml.elements["IPInterface"]
  IPInterface.new(elem) unless elem.nil?
end