Enum Backup.State (0.12.0)

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

State

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster.

CREATING = 1;

CREATING_VALUE

The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster.

CREATING = 1;

DELETING

This Backup resource (and its associated artifacts) is in the process of being deleted.

DELETING = 5;

DELETING_VALUE

This Backup resource (and its associated artifacts) is in the process of being deleted.

DELETING = 5;

FAILED

The backup operation has failed.

FAILED = 4;

FAILED_VALUE

The backup operation has failed.

FAILED = 4;

IN_PROGRESS

The gkebackup agent in the cluster has begun executing the backup operation.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

The gkebackup agent in the cluster has begun executing the backup operation.

IN_PROGRESS = 2;

STATE_UNSPECIFIED

The Backup resource is in the process of being created.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The Backup resource is in the process of being created.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The backup operation has completed successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The backup operation has completed successfully.

SUCCEEDED = 3;

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