imcsdk.mometa.standard package

Submodules

This module contains the general information for StandardPowerProfile ManagedObject.

class imcsdk.mometa.standard.StandardPowerProfile.StandardPowerProfile(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is StandardPowerProfile class.

consts = <imcsdk.mometa.standard.StandardPowerProfile.StandardPowerProfileConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'status': 'status', 'suspendPeriod': 'suspend_period', 'corrAction': 'corr_action', 'childAction': 'child_action', 'powerLimit': 'power_limit', 'profileEnabled': 'profile_enabled', 'allowThrottle': 'allow_throttle', 'corrTime': 'corr_time', 'profileType': 'profile_type', 'hardCap': 'hard_cap', 'rn': 'rn'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680450>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680910>, 'hard_cap': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680390>, 'profile_type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680d50>, 'corr_time': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680710>, 'power_limit': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680f90>, 'corr_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6808d0>, 'allow_throttle': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680dd0>, 'suspend_period': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680750>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680290>, 'profile_enabled': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b680f50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6807d0>}
class imcsdk.mometa.standard.StandardPowerProfile.StandardPowerProfileConsts[source]
CORR_ACTION_ALERT = 'alert'
CORR_ACTION_ALERT_SHUTDOWN = 'alert,shutdown'
CORR_ACTION_NONE = 'none'
CORR_ACTION_SHUTDOWN = 'shutdown'

Module contents