Google Cloud Security Command Center V2 Client - Class NodePool (1.28.1)

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

Provides GKE node pool information.

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

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ Kubernetes

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Kubernetes node pool name.

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

Nodes associated with the finding.

getName

Kubernetes node pool name.

Returns
Type Description
string

setName

Kubernetes node pool name.

Parameter
Name Description
var string
Returns
Type Description
$this

getNodes

Nodes associated with the finding.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNodes

Nodes associated with the finding.

Parameter
Name Description
var array<Google\Cloud\SecurityCenter\V2\Kubernetes\Node>
Returns
Type Description
$this