vpcConnectorEgressSettings property
The egress settings for the connector, controlling what traffic is diverted through it.
Implementation
@$pb.TagNumber(7)
ServiceConfig_VpcConnectorEgressSettings get vpcConnectorEgressSettings =>
$_getN(5);
Implementation
@$pb.TagNumber(7)
set vpcConnectorEgressSettings(ServiceConfig_VpcConnectorEgressSettings v) {
setField(7, v);
}