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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setEnabled
Enables l4 ILB subsetting for this cluster.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |