Enum CloudExadataInfrastructureProperties.State (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

The Exadata Infrastructure is available for use.

AVAILABLE = 2;

AVAILABLE_VALUE

The Exadata Infrastructure is available for use.

AVAILABLE = 2;

FAILED

The Exadata Infrastructure is in failed state.

FAILED = 6;

FAILED_VALUE

The Exadata Infrastructure is in failed state.

FAILED = 6;

MAINTENANCE_IN_PROGRESS

The Exadata Infrastructure is in maintenance.

MAINTENANCE_IN_PROGRESS = 7;

MAINTENANCE_IN_PROGRESS_VALUE

The Exadata Infrastructure is in maintenance.

MAINTENANCE_IN_PROGRESS = 7;

PROVISIONING

The Exadata Infrastructure is being provisioned.

PROVISIONING = 1;

PROVISIONING_VALUE

The Exadata Infrastructure is being provisioned.

PROVISIONING = 1;

STATE_UNSPECIFIED

Default unspecified value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified value.

STATE_UNSPECIFIED = 0;

TERMINATED

The Exadata Infrastructure is terminated.

TERMINATED = 5;

TERMINATED_VALUE

The Exadata Infrastructure is terminated.

TERMINATED = 5;

TERMINATING

The Exadata Infrastructure is being terminated.

TERMINATING = 4;

TERMINATING_VALUE

The Exadata Infrastructure is being terminated.

TERMINATING = 4;

UNRECOGNIZED
UPDATING

The Exadata Infrastructure is being updated.

UPDATING = 3;

UPDATING_VALUE

The Exadata Infrastructure is being updated.

UPDATING = 3;

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