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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| 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\V1\Kubernetes\Node>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|