class cobra.model.fault.Subj

class cobra.model.fault.Subj

An internal class used for maintaining internal representation of the fault instance objects.

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

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • chngHs : The change in percentage of the current health score.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • cntCritical : Counts the number of critical faults.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • cntMajor : Counts the number of major faults.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • cntMinor : Counts the number of minor faults.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • cntWarning : Counts the number of warning faults.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • curHs : The health score.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • delegateDn : Distinguished name of the delegate.

    • 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
  • hSMaxFaultSev : The highest severity of all faults impacting the health score. Note that the fault(s) with this highest severity may not necessarily have the highest impact on the health score.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • hsUpdTs : A timestamp indicating when this health score was last updated.

    • 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
  • monPolDn : Holds the monitoring policy attached to this observable object.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • oCl : An internally used property that indicates on which MO class the tag is defined.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • oDn : Distinguished name of the target object

    • isNaming: True
    • isCreateOnly: True
    • isConfig: True
    • isImplicit: False
  • prevHs : The previous value of this health score.

    • 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
  • totalFaults : Counts the total number of faults.

    • isNaming: False
    • isCreateOnly: False
    • isConfig: False
    • isImplicit: True
  • twHealthScore : The time weighted average. If the health score was h_i for t_i duration then the time-weighted average health score is (sum[h_i * t_i])/(sum[t_i]). For example if health score was 90 for 40 minutes and 30 for 5 minutes then the time-weighted health score is (90*40 + 30*5)/ (40+5) = 83 (rounded to nearest integer).

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