public enum CloudExadataInfrastructureProperties.State extends Enum<CloudExadataInfrastructureProperties.State> implements ProtocolMessageEnum
The various lifecycle states of the Exadata Infrastructure.
Protobuf enum google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AVAILABLE |
The Exadata Infrastructure is available for use. |
AVAILABLE_VALUE |
The Exadata Infrastructure is available for use. |
FAILED |
The Exadata Infrastructure is in failed state. |
FAILED_VALUE |
The Exadata Infrastructure is in failed state. |
MAINTENANCE_IN_PROGRESS |
The Exadata Infrastructure is in maintenance. |
MAINTENANCE_IN_PROGRESS_VALUE |
The Exadata Infrastructure is in maintenance. |
PROVISIONING |
The Exadata Infrastructure is being provisioned. |
PROVISIONING_VALUE |
The Exadata Infrastructure is being provisioned. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
TERMINATED |
The Exadata Infrastructure is terminated. |
TERMINATED_VALUE |
The Exadata Infrastructure is terminated. |
TERMINATING |
The Exadata Infrastructure is being terminated. |
TERMINATING_VALUE |
The Exadata Infrastructure is being terminated. |
UNRECOGNIZED |
|
UPDATING |
The Exadata Infrastructure is being updated. |
UPDATING_VALUE |
The Exadata Infrastructure is being updated. |
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() |