Enum BackupConfigDetails.State (0.41.0)

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

The state tells whether the backup config is active or not.

Protobuf enum google.cloud.backupdr.v1.BackupConfigDetails.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The config is in an active state protecting the resource

ACTIVE = 1;

ACTIVE_VALUE

The config is in an active state protecting the resource

ACTIVE = 1;

ERROR

The config still exists but because of some error state it is not protecting the resource. Like the source project is deleted. For eg. PlanAssociation, BackupPlan is deleted.

ERROR = 3;

ERROR_VALUE

The config still exists but because of some error state it is not protecting the resource. Like the source project is deleted. For eg. PlanAssociation, BackupPlan is deleted.

ERROR = 3;

INACTIVE

The config is currently not protecting the resource. Either because it is disabled or the owning project has been deleted without cleanup of the actual resource.

INACTIVE = 2;

INACTIVE_VALUE

The config is currently not protecting the resource. Either because it is disabled or the owning project has been deleted without cleanup of the actual resource.

INACTIVE = 2;

STATE_UNSPECIFIED

Backup config state not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Backup config state not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()