Module: Google::Cloud::Filestore::V1::Instance::State

Defined in:
proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb

Overview

The instance state.

Constant Summary collapse

STATE_UNSPECIFIED =

State not set.

0
CREATING =

The instance is being created.

1
READY =

The instance is available for use.

2
REPAIRING =

Work is being done on the instance. You can get further details from the statusMessage field of the Instance resource.

3
DELETING =

The instance is shutting down.

4
ERROR =

The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of the Instance resource.

6
RESTORING =

The instance is restoring a backup to an existing file share and may be unusable during this time.

7
SUSPENDED =

The instance is suspended. You can get further details from the suspension_reasons field of the Instance resource.

8
SUSPENDING =

The instance is in the process of becoming suspended.

9
RESUMING =

The instance is in the process of becoming active.

10