Enum Backup.State (0.15.0)

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

The Backup States

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed.

CREATING = 1;

CREATING_VALUE

Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed.

CREATING = 1;

DELETING

Backup is being deleted.

DELETING = 4;

DELETING_VALUE

Backup is being deleted.

DELETING = 4;

ERROR

Backup is not valid and cannot be used for creating new volumes or restoring existing volumes.

ERROR = 5;

ERROR_VALUE

Backup is not valid and cannot be used for creating new volumes or restoring existing volumes.

ERROR = 5;

READY

Backup is available for use.

READY = 3;

READY_VALUE

Backup is available for use.

READY = 3;

STATE_UNSPECIFIED

State not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Backup is being updated.

UPDATING = 6;

UPDATING_VALUE

Backup is being updated.

UPDATING = 6;

UPLOADING

Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup.

UPLOADING = 2;

UPLOADING_VALUE

Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup.

UPLOADING = 2;

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