Class: IbmPowerHmc::ManagementConsolePcmPreference

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

Overview

Performance and Capacity Monitoring preferences

Constant Summary collapse

ATTRS =
{
  :max_ltm                     => "MaximumManagedSystemsForLongTermMonitor",
  :max_compute_ltm             => "MaximumManagedSystemsForComputeLTM",
  :max_aggregation             => "MaximumManagedSystemsForAggregation",
  :max_stm                     => "MaximumManagedSystemsForShortTermMonitor",
  :max_em                      => "MaximumManagedSystemsForEnergyMonitor",
  :aggregated_storage_duration => "AggregatedMetricsStorageDuration"
}.freeze

Instance Attribute Summary

Attributes inherited from AbstractRest

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

Attributes inherited from AbstractNonRest

#xml

Instance Method Summary collapse

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

Instance Method Details

#managed_system_preferencesObject



15
16
17
# File 'lib/ibm_power_hmc/schema/pcm.rb', line 15

def managed_system_preferences
  collection_of(nil, "ManagedSystemPcmPreference")
end