state property

String? state
getter/setter pair

The instance state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : The instance is being created.
  • "READY" : The instance is available for use.
  • "REPAIRING" : Work is being done on the instance. You can get further details from the statusMessage field of the Instance resource.
  • "DELETING" : The instance is shutting down.
  • "ERROR" : The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of the Instance resource.
  • "RESTORING" : The instance is restoring a backup to an existing file share and may be unusable during this time.
  • "SUSPENDED" : The instance is suspended. You can get further details from the suspension_reasons field of the Instance resource.
  • "SUSPENDING" : The instance is in the process of becoming suspended.
  • "RESUMING" : The instance is in the process of becoming active.
  • "REVERTING" : The instance is reverting to a snapshot.

Implementation

core.String? state;