Reference documentation and code samples for the Google Cloud Container V1 Client class Mode.
Mode defines the mode of control plane egress.
Protobuf type google.container.v1.ControlPlaneEgress.Mode
Namespace
Google \ Cloud \ Container \ V1 \ ControlPlaneEgressMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Default value not specified.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
VIA_CONTROL_PLANE
Value: 1Control plane has public IP and no restriction on egress.
Generated from protobuf enum VIA_CONTROL_PLANE = 1;
NONE
Value: 2No public IP on control plane and only internal allowlisted egress.
Generated from protobuf enum NONE = 2;