secondaryZone property

  1. @TagNumber(18)
String get secondaryZone

Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).

Implementation

@$pb.TagNumber(18)
$core.String get secondaryZone => $_getSZ(16);
  1. @TagNumber(18)
set secondaryZone (String v)

Implementation

@$pb.TagNumber(18)
set secondaryZone($core.String v) { $_setString(16, v); }