Class State (1.9.2)

State(value)

The instance state.

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