state property

String? state
getter/setter pair

Determined by state of the compute VM and postgres-service health.

Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.

Implementation

core.String? state;