public enum DbNodeProperties.State extends Enum<DbNodeProperties.State> implements ProtocolMessageEnumThe various lifecycle states of the database node.
 Protobuf enum google.cloud.oracledatabase.v1.DbNodeProperties.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| AVAILABLE | Indicates that the resource is in available state.   | 
| AVAILABLE_VALUE | Indicates that the resource is in available state.   | 
| FAILED | Indicates that the resource is in failed state.   | 
| FAILED_VALUE | Indicates that the resource is in failed state.   | 
| PROVISIONING | Indicates that the resource is in provisioning state.   | 
| PROVISIONING_VALUE | Indicates that the resource is in provisioning state.   | 
| STARTING | Indicates that the resource is in starting state.   | 
| STARTING_VALUE | Indicates that the resource is in starting state.   | 
| STATE_UNSPECIFIED | Default unspecified value.   | 
| STATE_UNSPECIFIED_VALUE | Default unspecified value.   | 
| STOPPED | Indicates that the resource is in stopped state.   | 
| STOPPED_VALUE | Indicates that the resource is in stopped state.   | 
| STOPPING | Indicates that the resource is in stopping state.   | 
| STOPPING_VALUE | Indicates that the resource is in stopping state.   | 
| TERMINATED | Indicates that the resource is in terminated state.   | 
| TERMINATED_VALUE | Indicates that the resource is in terminated state.   | 
| TERMINATING | Indicates that the resource is in terminating state.   | 
| TERMINATING_VALUE | Indicates that the resource is in terminating state.   | 
| UNRECOGNIZED | |
| UPDATING | Indicates that the resource is in updating state.   | 
| UPDATING_VALUE | Indicates that the resource is in updating state.   | 
| 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() | |