state property

String? state
getter/setter pair

The current instance config state.

Applicable only for USER_MANAGED configs.

Output only. Possible string values are:

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

Implementation

core.String? state;