public enum MembershipState.LifecycleState extends Enum<MembershipState.LifecycleState> implements ProtocolMessageEnum
Lifecycle state of Service Mesh components.
Protobuf enum google.cloud.gkehub.servicemesh.v1beta.MembershipState.LifecycleState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
ACTIVE means that the component is ready for use. |
ACTIVE_VALUE |
ACTIVE means that the component is ready for use. |
DEGRADED |
DEGRADED means that the component is ready, but operating in a degraded state. |
DEGRADED_VALUE |
DEGRADED means that the component is ready, but operating in a degraded state. |
DISABLED |
DISABLED means that the component is not enabled. |
DISABLED_VALUE |
DISABLED means that the component is not enabled. |
FAILED_PRECONDITION |
FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster. |
FAILED_PRECONDITION_VALUE |
FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster. |
LIFECYCLE_STATE_UNSPECIFIED |
Unspecified |
LIFECYCLE_STATE_UNSPECIFIED_VALUE |
Unspecified |
NEEDS_ATTENTION |
NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.) |
NEEDS_ATTENTION_VALUE |
NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.) |
PROVISIONING |
PROVISIONING means that provisioning is in progress. |
PROVISIONING_VALUE |
PROVISIONING means that provisioning is in progress. |
STALLED |
STALLED means that provisioning could not be done. |
STALLED_VALUE |
STALLED means that provisioning could not be done. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |