Google Cloud Container V1 Client - Class ILBSubsettingConfig (1.17.1)

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

ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster.

Generated from protobuf message google.container.v1.ILBSubsettingConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Enables l4 ILB subsetting for this cluster.

getEnabled

Enables l4 ILB subsetting for this cluster.

Returns
TypeDescription
bool

setEnabled

Enables l4 ILB subsetting for this cluster.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this