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 \ KubernetesMethods
__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 |