public enum BackupConfigDetails.State extends Enum<BackupConfigDetails.State> implements ProtocolMessageEnumThe state tells whether the backup config is active or not.
Protobuf enum google.cloud.backupdr.v1.BackupConfigDetails.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The config is in an active state protecting the resource |
ACTIVE_VALUE |
The config is in an active state protecting the resource |
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_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. |
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_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. |
STATE_UNSPECIFIED |
Backup config state not set. |
STATE_UNSPECIFIED_VALUE |
Backup config state not set. |
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() |
|