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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]