state property

  1. @TagNumber(4)
String get state

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

@$pb.TagNumber(4)
$core.String get state => $_getSZ(3);
  1. @TagNumber(4)
set state (String v)

Implementation

@$pb.TagNumber(4)
set state($core.String v) { $_setString(3, v); }