vpcConnectorEgressSettings property

  1. @TagNumber.new(7)
ServiceConfig_VpcConnectorEgressSettings get vpcConnectorEgressSettings

The egress settings for the connector, controlling what traffic is diverted through it.

Implementation

@$pb.TagNumber(7)
ServiceConfig_VpcConnectorEgressSettings get vpcConnectorEgressSettings =>
    $_getN(5);
  1. @TagNumber.new(7)
set vpcConnectorEgressSettings (ServiceConfig_VpcConnectorEgressSettings v)

Implementation

@$pb.TagNumber(7)
set vpcConnectorEgressSettings(ServiceConfig_VpcConnectorEgressSettings v) {
  setField(7, v);
}