Class: IbmPowerHmc::ManagedSystemPcmPreference

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

Constant Summary collapse

ATTRS =
{
  :id                 => "Metadata/Atom/AtomID",
  :name               => "SystemName",
  :long_term_monitor  => "LongTermMonitorEnabled",
  :aggregation        => "AggregationEnabled",
  :short_term_monitor => "ShortTermMonitorEnabled",
  :compute_ltm        => "ComputeLTMEnabled",
  :energy_monitor     => "EnergyMonitorEnabled"
}.freeze

Instance Attribute Summary

Attributes inherited from AbstractNonRest

#xml

Method Summary

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