Enum MembershipState.LifecycleState (1.45.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

ACTIVE means that the component is ready for use.

ACTIVE = 4;

ACTIVE_VALUE

ACTIVE means that the component is ready for use.

ACTIVE = 4;

DEGRADED

DEGRADED means that the component is ready, but operating in a degraded state.

DEGRADED = 7;

DEGRADED_VALUE

DEGRADED means that the component is ready, but operating in a degraded state.

DEGRADED = 7;

DISABLED

DISABLED means that the component is not enabled.

DISABLED = 1;

DISABLED_VALUE

DISABLED means that the component is not enabled.

DISABLED = 1;

FAILED_PRECONDITION

FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster.

FAILED_PRECONDITION = 2;

FAILED_PRECONDITION_VALUE

FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster.

FAILED_PRECONDITION = 2;

LIFECYCLE_STATE_UNSPECIFIED

Unspecified

LIFECYCLE_STATE_UNSPECIFIED = 0;

LIFECYCLE_STATE_UNSPECIFIED_VALUE

Unspecified

LIFECYCLE_STATE_UNSPECIFIED = 0;

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 = 6;

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.)

NEEDS_ATTENTION = 6;

PROVISIONING

PROVISIONING means that provisioning is in progress.

PROVISIONING = 3;

PROVISIONING_VALUE

PROVISIONING means that provisioning is in progress.

PROVISIONING = 3;

STALLED

STALLED means that provisioning could not be done.

STALLED = 5;

STALLED_VALUE

STALLED means that provisioning could not be done.

STALLED = 5;

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()