status property

String? status
getter/setter pair

Status of the region, either UP or DOWN.

Output only. Possible string values are:

  • "DOWN"
  • "UP"

Implementation

core.String? status;