class cobra.model.fault.Counts

class cobra.model.fault.Counts

An immutable object that provides the number of critical, major, minor, and warning faults raised on its parent object and its subtree.

Containers:
Properties:
  • childAction : Delete or ignore. For internal use only.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • crit : A count of the number of critical faults currently raised. Faults at the critical level happen when problems exist with one or more components. These issues should be researched and fixed immediately.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • critDelta : The number of critical faults to add or subtract from the critical faults total.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • dn : A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module.

    • isNaming: False
    • isCreateOnly: True
    • isConfig: False
    • isImplicit: True
  • domain : The domain of the counts object.

    • isNaming: False
    • isCreateOnly: True
    • isConfig: True
    • isImplicit: False
  • maj : A count of the number of major faults currently raised. Faults at the major level happen when there are serious problems exist with one or more components. These issues should be researched and fixed immediately.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • majDelta : The number of major faults to add or subtract from the major faults total.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • minor : A count of the number of minor faults currently raised. Faults with the minor level happen when problems exist with one or more components that might adversely affect system performance. These issues should be researched and fixed as soon as possible before they become major or critical issues.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • minorDelta : The number of minor faults to add or subtract from the minor faults total.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • modTs : The time when this object was last modified.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • rn : Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names.

    • isNaming: False
    • isCreateOnly: True
    • isConfig: False
    • isImplicit: True
  • status : The upgrade status. This property is for internal use only.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • type : The type of the counts object.

    • isNaming: False
    • isCreateOnly: True
    • isConfig: True
    • isImplicit: False
  • warn : A count of the number of warning faults currently raised. Faults at the warning level happen when potential problems exist with one or more components that might adversely affect system performance if they are allowed to continue. These issues should be researched and fixed as soon as possible before the problem grows worse.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • warnDelta : The number of warning faults to add or subtract from the warning faults total.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True