Reference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::Instance::State.
The instance state.
Constants
STATE_UNSPECIFIED
value: 0
State not set.
CREATING
value: 1
The instance is being created.
READY
value: 2
The instance is available for use.
REPAIRING
value: 3
Work is being done on the instance. You can get further details from the
statusMessage
field of the Instance
resource.
DELETING
value: 4
The instance is shutting down.
ERROR
value: 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
value: 7
The instance is restoring a backup to an existing file share and may be
unusable during this time.
SUSPENDED
value: 8
The instance is suspended. You can get further details from
the suspension_reasons
field of the Instance
resource.
SUSPENDING
value: 9
The instance is in the process of becoming suspended.
RESUMING
value: 10
The instance is in the process of becoming active.