state property

String? state
getter/setter pair

State of the storage pool

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified Storage Pool State
  • "READY" : Storage Pool State is Ready
  • "CREATING" : Storage Pool State is Creating
  • "DELETING" : Storage Pool State is Deleting
  • "UPDATING" : Storage Pool State is Updating
  • "RESTORING" : Storage Pool State is Restoring
  • "DISABLED" : Storage Pool State is Disabled
  • "ERROR" : Storage Pool State is Error

Implementation

core.String? state;