Enum BackupPlan.State (0.40.0)

public enum BackupPlan.State extends Enum<BackupPlan.State> implements ProtocolMessageEnum

State

Protobuf enum google.cloud.gkebackup.v1.BackupPlan.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLUSTER_PENDING

Waiting for cluster state to be RUNNING.

CLUSTER_PENDING = 1;

CLUSTER_PENDING_VALUE

Waiting for cluster state to be RUNNING.

CLUSTER_PENDING = 1;

DEACTIVATED

The BackupPlan has been deactivated.

DEACTIVATED = 5;

DEACTIVATED_VALUE

The BackupPlan has been deactivated.

DEACTIVATED = 5;

DELETING

The BackupPlan is in the process of being deleted.

DELETING = 6;

DELETING_VALUE

The BackupPlan is in the process of being deleted.

DELETING = 6;

FAILED

BackupPlan creation has failed.

FAILED = 4;

FAILED_VALUE

BackupPlan creation has failed.

FAILED = 4;

PROVISIONING

The BackupPlan is in the process of being created.

PROVISIONING = 2;

PROVISIONING_VALUE

The BackupPlan is in the process of being created.

PROVISIONING = 2;

READY

The BackupPlan has successfully been created and is ready for Backups.

READY = 3;

READY_VALUE

The BackupPlan has successfully been created and is ready for Backups.

READY = 3;

STATE_UNSPECIFIED

Default first value for Enums.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default first value for Enums.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()