Google Cloud Container V1 Client - Class ControlPlaneEgress (2.9.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class ControlPlaneEgress.

ControlPlaneEgress defines the settings needed to enable control plane egress control.

Generated from protobuf message google.container.v1.ControlPlaneEgress

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ mode int

Defines the mode of control plane egress.

getMode

Defines the mode of control plane egress.

Returns
Type Description
int Enum of type Mode.

setMode

Defines the mode of control plane egress.

Parameter
Name Description
var int

Enum of type Mode.

Returns
Type Description
$this