Enum ControlPlaneEgress.Mode (2.96.0)

public enum ControlPlaneEgress.Mode extends Enum<ControlPlaneEgress.Mode> implements ProtocolMessageEnum

Mode defines the mode of control plane egress.

Protobuf enum google.container.v1beta1.ControlPlaneEgress.Mode

Implements

ProtocolMessageEnum

Static Fields

Name Description
MODE_UNSPECIFIED

Default value not specified.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Default value not specified.

MODE_UNSPECIFIED = 0;

NONE

No public IP on control plane and only internal allowlisted egress.

NONE = 2;

NONE_VALUE

No public IP on control plane and only internal allowlisted egress.

NONE = 2;

UNRECOGNIZED
VIA_CONTROL_PLANE

Control plane has public IP and no restriction on egress.

VIA_CONTROL_PLANE = 1;

VIA_CONTROL_PLANE_VALUE

Control plane has public IP and no restriction on egress.

VIA_CONTROL_PLANE = 1;

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