Enum VolumeRestore.State (0.33.0)

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

The current state of a VolumeRestore

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

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

CREATING = 1;

CREATING_VALUE

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

CREATING = 1;

DELETING

This VolumeRestore resource is in the process of being deleted.

DELETING = 5;

DELETING_VALUE

This VolumeRestore resource is in the process of being deleted.

DELETING = 5;

FAILED

The volume restoration process failed.

FAILED = 4;

FAILED_VALUE

The volume restoration process failed.

FAILED = 4;

RESTORING

The volume is currently being restored.

RESTORING = 2;

RESTORING_VALUE

The volume is currently being restored.

RESTORING = 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 has been successfully restored.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The volume has been successfully restored.

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