The rsd_lib.common
Module¶
-
class
rsd_lib.common.
StatusField
(*args, **kwargs)¶ Bases:
sushy.resources.base.CompositeField
This Field describes the status of a resource and its children.
-
health
= <sushy.resources.base.Field object>¶ Represents health of resource w/o considering its dependent resources
-
health_rollup
= <sushy.resources.base.Field object>¶ Represents health state of resource and its dependent resources
-
state
= <sushy.resources.base.Field object>¶ Indicates the known state of the resource, such as if it is enabled.
-