Enum VpcAccessConnector.EgressSetting (2.76.0)

publicenumVpcAccessConnector.EgressSettingextendsEnum<VpcAccessConnector.EgressSetting>implementsProtocolMessageEnum

Available egress settings.

This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be used.

Protobuf enum google.appengine.v1.VpcAccessConnector.EgressSetting

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_TRAFFIC

Force the use of VPC Access for all egress traffic from the function.

ALL_TRAFFIC = 1;

ALL_TRAFFIC_VALUE

Force the use of VPC Access for all egress traffic from the function.

ALL_TRAFFIC = 1;

EGRESS_SETTING_UNSPECIFIED

EGRESS_SETTING_UNSPECIFIED = 0;

EGRESS_SETTING_UNSPECIFIED_VALUE

EGRESS_SETTING_UNSPECIFIED = 0;

PRIVATE_IP_RANGES

Use the VPC Access Connector for private IP space from RFC1918.

PRIVATE_IP_RANGES = 2;

PRIVATE_IP_RANGES_VALUE

Use the VPC Access Connector for private IP space from RFC1918.

PRIVATE_IP_RANGES = 2;

UNRECOGNIZED

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.