Enum Cluster.Status (0.75.0)

publicenumCluster.StatusextendsEnum<Cluster.Status>implementsProtocolMessageEnum

Indicates the status of the cluster.

Protobuf enum google.cloud.edgecontainer.v1.Cluster.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETING

The cluster is being deleted.

DELETING = 3;

DELETING_VALUE

The cluster is being deleted.

DELETING = 3;

ERROR

The status indicates that some errors occurred while reconciling/deleting the cluster.

ERROR = 4;

ERROR_VALUE

The status indicates that some errors occurred while reconciling/deleting the cluster.

ERROR = 4;

PROVISIONING

The cluster is being created.

PROVISIONING = 1;

PROVISIONING_VALUE

The cluster is being created.

PROVISIONING = 1;

RECONCILING

The cluster is undergoing some work such as version upgrades, etc.

RECONCILING = 5;

RECONCILING_VALUE

The cluster is undergoing some work such as version upgrades, etc.

RECONCILING = 5;

RUNNING

The cluster is created and fully usable.

RUNNING = 2;

RUNNING_VALUE

The cluster is created and fully usable.

RUNNING = 2;

STATUS_UNSPECIFIED

Status unknown.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Status unknown.

STATUS_UNSPECIFIED = 0;

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.