state property

String? state
getter/setter pair

The state of the accelerator topology. Possible string values are:

  • "AVAILABLE" : The accelerator topology is available.
  • "DEGRADED" : The accelerator topology is degraded. The underlying capacity is not in a healthy state and is not available.
  • "RUNNING" : The accelerator topology is running. If there are both running and degraded hosts within a topology, DEGRADED state will be returned.
  • "TOPOLOGY_STATE_UNSPECIFIED" : The state of the topology is unspecified.
  • "UNHEALTHY" : This value has been deprecated and is no longer used.

Implementation

core.String? state;