vpcNetwork property
Output only. The VPC network where these VLAN attachments are located.
Implementation
@$pb.TagNumber(3)
$core.String get vpcNetwork => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set vpcNetwork($core.String v) {
$_setString(2, v);
}