vpc property

  1. @TagNumber.new(4)
String get vpc

The name of the VPC to peer with the Cloud SQL private network.

Implementation

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

Implementation

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