Google Cloud Security Command Center V1 Client - Class NodePool (1.13.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class NodePool.

Provides GKE Node Pool information.

Generated from protobuf message google.cloud.securitycenter.v1.Kubernetes.NodePool

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Kubernetes Node pool name.

↳ nodes array<Google\Cloud\SecurityCenter\V1\Kubernetes\Node>

Nodes associated with the finding.

getName

Kubernetes Node pool name.

Generated from protobuf field string name = 1;

Returns
TypeDescription
string

setName

Kubernetes Node pool name.

Generated from protobuf field string name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNodes

Nodes associated with the finding.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNodes

Nodes associated with the finding.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\Kubernetes\Node>
Returns
TypeDescription
$this