Enum VolumeBackup.State (0.40.0)

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

The current state of a VolumeBackup

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

A volume for the backup was identified and backup process is about to start.

CREATING = 1;

CREATING_VALUE

A volume for the backup was identified and backup process is about to start.

CREATING = 1;

DELETING

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

DELETING = 6;

DELETING_VALUE

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

DELETING = 6;

FAILED

The volume backup operation has failed.

FAILED = 5;

FAILED_VALUE

The volume backup operation has failed.

FAILED = 5;

SNAPSHOTTING

The volume backup operation has begun and is in the initial "snapshot" phase of the process. Any defined ProtectedApplication "pre" hooks will be executed before entering this state and "post" hooks will be executed upon leaving this state.

SNAPSHOTTING = 2;

SNAPSHOTTING_VALUE

The volume backup operation has begun and is in the initial "snapshot" phase of the process. Any defined ProtectedApplication "pre" hooks will be executed before entering this state and "post" hooks will be executed upon leaving this state.

SNAPSHOTTING = 2;

STATE_UNSPECIFIED

This is an illegal state and should not be encountered.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

This is an illegal state and should not be encountered.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The volume backup operation has completed successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The volume backup operation has completed successfully.

SUCCEEDED = 4;

UNRECOGNIZED
UPLOADING

The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage.

UPLOADING = 3;

UPLOADING_VALUE

The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage.

UPLOADING = 3;

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