public enum DataSource.State extends Enum<DataSource.State> implements ProtocolMessageEnumHolds the state of the data source resource.
 Protobuf enum google.cloud.backupdr.v1.DataSource.State
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
ACTIVE | 
        The data source has been created and is fully usable.    | 
      
ACTIVE_VALUE | 
        The data source has been created and is fully usable.    | 
      
CREATING | 
        The data source is being created.    | 
      
CREATING_VALUE | 
        The data source is being created.    | 
      
DELETING | 
        The data source is being deleted.    | 
      
DELETING_VALUE | 
        The data source is being deleted.    | 
      
ERROR | 
        The data source is experiencing an issue and might be unusable.    | 
      
ERROR_VALUE | 
        The data source is experiencing an issue and might be unusable.    | 
      
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() | 
        |