vpc property

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

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

Implementation

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

Implementation

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