Class FeatureState (1.8.0)

FeatureState(mapping=None, *, ignore_unknown_fields=False, **kwargs)

FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.

Attributes

NameDescription
code google.cloud.gkehub_v1.types.FeatureState.Code
The high-level, machine-readable status of this Feature.
description str
A human-readable description of the current status.
update_time google.protobuf.timestamp_pb2.Timestamp
The time this status and any related Feature-specific details were updated.

Classes

Code

Code(value)

Code represents a machine-readable, high-level status of the Feature.

Values: CODE_UNSPECIFIED (0): Unknown or not set. OK (1): The Feature is operating normally. WARNING (2): The Feature has encountered an issue, and is operating in a degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information. ERROR (3): The Feature is not operating or is in a severely degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.