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

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

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ Kubernetes

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.

Returns
TypeDescription
string

setName

Kubernetes node pool name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNodes

Nodes associated with the finding.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNodes

Nodes associated with the finding.

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