public enum ControlPlaneEgress.Mode extends Enum<ControlPlaneEgress.Mode> implements ProtocolMessageEnumMode defines the mode of control plane egress.
Protobuf enum google.container.v1beta1.ControlPlaneEgress.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MODE_UNSPECIFIED |
Default value not specified. |
MODE_UNSPECIFIED_VALUE |
Default value not specified. |
NONE |
No public IP on control plane and only internal allowlisted egress. |
NONE_VALUE |
No public IP on control plane and only internal allowlisted egress. |
UNRECOGNIZED |
|
VIA_CONTROL_PLANE |
Control plane has public IP and no restriction on egress. |
VIA_CONTROL_PLANE_VALUE |
Control plane has public IP and no restriction on egress. |
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() |
|