public enum ServiceConfig.VpcConnectorEgressSettings extends Enum<ServiceConfig.VpcConnectorEgressSettings> implements ProtocolMessageEnum
Available egress settings. This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_RANGES_ONLY will be used.
Protobuf enum google.events.cloud.functions.v2.ServiceConfig.VpcConnectorEgressSettings
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_TRAFFIC |
Force the use of VPC Access Connector for all egress traffic from the function. |
ALL_TRAFFIC_VALUE |
Force the use of VPC Access Connector for all egress traffic from the function. |
PRIVATE_RANGES_ONLY |
Use the VPC Access Connector only for private IP space from RFC1918. |
PRIVATE_RANGES_ONLY_VALUE |
Use the VPC Access Connector only for private IP space from RFC1918. |
UNRECOGNIZED |
|
VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED |
Unspecified. |
VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED_VALUE |
Unspecified. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |