state property

String? state
getter/setter pair

The current state of the ApiHub instance.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "INACTIVE" : The ApiHub instance has not been initialized or has been deleted.
  • "CREATING" : The ApiHub instance is being created.
  • "ACTIVE" : The ApiHub instance has been created and is ready for use.
  • "UPDATING" : The ApiHub instance is being updated.
  • "DELETING" : The ApiHub instance is being deleted.
  • "FAILED" : The ApiHub instance encountered an error during a state change.

Implementation

core.String? state;