Google Cloud Container V1 Client - Class IntraNodeVisibilityConfig (1.9.1)

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

IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.

Generated from protobuf message google.container.v1.IntraNodeVisibilityConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Enables intra node visibility for this cluster.

getEnabled

Enables intra node visibility for this cluster.

Generated from protobuf field bool enabled = 1;

Returns
TypeDescription
bool

setEnabled

Enables intra node visibility for this cluster.

Generated from protobuf field bool enabled = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this