imcsdk.mometa.advanced package

Submodules

This module contains the general information for AdvancedPowerProfile ManagedObject.

class imcsdk.mometa.advanced.AdvancedPowerProfile.AdvancedPowerProfile(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is AdvancedPowerProfile class.

consts = <imcsdk.mometa.advanced.AdvancedPowerProfile.AdvancedPowerProfileConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'status': 'status', 'powerLimit': 'power_limit', 'memSafeThrotLvl': 'mem_safe_throt_lvl', 'allowThrottle': 'allow_throttle', 'suspendPeriod': 'suspend_period', 'missRdgTimeout': 'miss_rdg_timeout', 'corrTime': 'corr_time', 'cpuPowerLimit': 'cpu_power_limit', 'thermalPowLimit': 'thermal_pow_limit', 'profileType': 'profile_type', 'cpuSafeThrotLvl': 'cpu_safe_throt_lvl', 'hardCap': 'hard_cap', 'platformThermal': 'platform_thermal', 'profileEnabled': 'profile_enabled', 'rn': 'rn', 'platSafeThrotLvl': 'plat_safe_throt_lvl', 'memoryPowerLimit': 'memory_power_limit', 'corrAction': 'corr_action', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3cc10>, 'platform_thermal': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3510>, 'hard_cap': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3ca10>, 'plat_safe_throt_lvl': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3cbd0>, 'miss_rdg_timeout': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3c6d0>, 'profile_type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3890>, 'profile_enabled': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3f10>, 'cpu_safe_throt_lvl': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3c050>, 'thermal_pow_limit': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3790>, 'corr_time': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3cf50>, 'power_limit': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3110>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3dd0>, 'memory_power_limit': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3cc50>, 'corr_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9cd650>, 'mem_safe_throt_lvl': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3cb90>, 'cpu_power_limit': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ba3c690>, 'allow_throttle': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcc9550>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b3ad0>, 'suspend_period': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9b31d0>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcc9750>}
class imcsdk.mometa.advanced.AdvancedPowerProfile.AdvancedPowerProfileConsts[source]
CORR_ACTION_ALERT = 'alert'
CORR_ACTION_ALERT_SHUTDOWN = 'alert,shutdown'
CORR_ACTION_NONE = 'none'
CORR_ACTION_SHUTDOWN = 'shutdown'

Module contents