pub enum State {
Enabled,
Disabled,
StandbyOffline,
StandbySpare,
InTest,
Starting,
Absent,
UnavailableOffline,
Deferring,
Quiesced,
Updating,
Qualified,
}
Variants§
Enabled
This function or resource is enabled.
Disabled
This function or resource is disabled.
StandbyOffline
This function or resource is enabled but awaits an external action to activate it.
StandbySpare
This function or resource is part of a redundancy set and awaits a failover or other external action to activate it.
InTest
This function or resource is undergoing testing, or is in the process of capturing information for debugging.
Starting
This function or resource is starting.
Absent
This function or device is not currently present or detected. This resource represents a capability or an available location where a device can be installed.
This function or resource is present but cannot be used. Added in version v1_1_0.
Deferring
The element does not process any commands but queues new requests. Added in version v1_2_0.
Quiesced
The element is enabled but only processes a restricted set of commands. Added in version v1_2_0.
Updating
The element is updating and might be unavailable or degraded. Added in version v1_2_0.
Qualified
The element quality is within the acceptable range of operation. Added in version v1_9_0.