state property

String? state
getter/setter pair

The current instance configuration state.

Applicable only for USER_MANAGED configurations.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "CREATING" : The instance configuration is still being created.
  • "READY" : The instance configuration is fully created and ready to be used to create instances.

Implementation

core.String? state;