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 |
|
---|---|
Name | Description |
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.