Google Cloud Container V1 Client - Class Mode (2.9.0)

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 \ ControlPlaneEgress

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Default value not specified.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

VIA_CONTROL_PLANE

Value: 1

Control plane has public IP and no restriction on egress.

Generated from protobuf enum VIA_CONTROL_PLANE = 1;

NONE

Value: 2

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

Generated from protobuf enum NONE = 2;