ServiceConfig_VpcConnectorEgressSettings class final
Available egress settings.
This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_RANGES_ONLY will be used.
- Inheritance
-
- Object
- ProtoEnum
- ServiceConfig_VpcConnectorEgressSettings
Constructors
- ServiceConfig_VpcConnectorEgressSettings(String value)
-
const
- ServiceConfig_VpcConnectorEgressSettings.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const ServiceConfig_VpcConnectorEgressSettings
- The default value for ServiceConfig_VpcConnectorEgressSettings.
- allTraffic → const ServiceConfig_VpcConnectorEgressSettings
- Force the use of VPC Access Connector for all egress traffic from the function.
- privateRangesOnly → const ServiceConfig_VpcConnectorEgressSettings
- Use the VPC Access Connector only for private IP space from RFC1918.
- vpcConnectorEgressSettingsUnspecified → const ServiceConfig_VpcConnectorEgressSettings
- Unspecified.