vpc property
The name of the VPC network to peer with the Cloud SQL private network.
Implementation
@$pb.TagNumber(1)
$core.String get vpc => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set vpc($core.String v) {
$_setString(0, v);
}
The name of the VPC network to peer with the Cloud SQL private network.
@$pb.TagNumber(1)
$core.String get vpc => $_getSZ(0);
@$pb.TagNumber(1)
set vpc($core.String v) {
$_setString(0, v);
}