Enum OdbNetwork.State (0.29.0)

public enum OdbNetwork.State extends Enum<OdbNetwork.State> implements ProtocolMessageEnum

The various lifecycle states of the ODB Network.

Protobuf enum google.cloud.oracledatabase.v1.OdbNetwork.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

Indicates that the resource is in available state.

AVAILABLE = 2;

AVAILABLE_VALUE

Indicates that the resource is in available state.

AVAILABLE = 2;

FAILED

Indicates that the resource is in failed state.

FAILED = 4;

FAILED_VALUE

Indicates that the resource is in failed state.

FAILED = 4;

PROVISIONING

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

PROVISIONING_VALUE

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

STATE_UNSPECIFIED

Default unspecified value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified value.

STATE_UNSPECIFIED = 0;

TERMINATING

Indicates that the resource is in terminating state.

TERMINATING = 3;

TERMINATING_VALUE

Indicates that the resource is in terminating state.

TERMINATING = 3;

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()