public enum BackupPlanRevision.State extends Enum<BackupPlanRevision.State> implements ProtocolMessageEnum The state of the BackupPlanRevision.
 Protobuf enum google.cloud.backupdr.v1.BackupPlanRevision.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ACTIVE | The resource has been created and is fully usable.   | 
| ACTIVE_VALUE | The resource has been created and is fully usable.   | 
| CREATING | The resource is being created.   | 
| CREATING_VALUE | The resource is being created.   | 
| DELETING | The resource is being deleted.   | 
| DELETING_VALUE | The resource is being deleted.   | 
| INACTIVE | The resource has been created but is not usable.   | 
| INACTIVE_VALUE | The resource has been created but is not usable.   | 
| STATE_UNSPECIFIED | State not set.   | 
| STATE_UNSPECIFIED_VALUE | 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() | |