Enum PrivatePoolV1Config.NetworkConfig.EgressOption (3.11.0)

public enum PrivatePoolV1Config.NetworkConfig.EgressOption extends Enum<PrivatePoolV1Config.NetworkConfig.EgressOption> implements ProtocolMessageEnum

Defines the egress option for the pool.

Protobuf enum google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig.EgressOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EGRESS_OPTION_UNSPECIFIED

If set, defaults to PUBLIC_EGRESS.

EGRESS_OPTION_UNSPECIFIED = 0;

EGRESS_OPTION_UNSPECIFIED_VALUE

If set, defaults to PUBLIC_EGRESS.

EGRESS_OPTION_UNSPECIFIED = 0;

NO_PUBLIC_EGRESS

If set, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured.

NO_PUBLIC_EGRESS = 1;

NO_PUBLIC_EGRESS_VALUE

If set, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured.

NO_PUBLIC_EGRESS = 1;

PUBLIC_EGRESS

If set, workers are created with a public address which allows for public internet egress.

PUBLIC_EGRESS = 2;

PUBLIC_EGRESS_VALUE

If set, workers are created with a public address which allows for public internet egress.

PUBLIC_EGRESS = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()