public enum OdbNetwork.State extends Enum<OdbNetwork.State> implements ProtocolMessageEnumThe various lifecycle states of the ODB Network.
Protobuf enum google.cloud.oracledatabase.v1.OdbNetwork.State
Implements
ProtocolMessageEnumStatic 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. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
TERMINATING |
Indicates that the resource is in terminating state. |
TERMINATING_VALUE |
Indicates that the resource is in terminating state. |
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() |
|