state property

String? state
getter/setter pair

The current lifecycle state of the Exadata Infrastructure.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default unspecified value.
  • "PROVISIONING" : The Exadata Infrastructure is being provisioned.
  • "AVAILABLE" : The Exadata Infrastructure is available for use.
  • "UPDATING" : The Exadata Infrastructure is being updated.
  • "TERMINATING" : The Exadata Infrastructure is being terminated.
  • "TERMINATED" : The Exadata Infrastructure is terminated.
  • "FAILED" : The Exadata Infrastructure is in failed state.
  • "MAINTENANCE_IN_PROGRESS" : The Exadata Infrastructure is in maintenance.

Implementation

core.String? state;