Google Cloud Security Command Center v1 API - Class Kubernetes.Types.NodePool (3.13.0)

public sealed class Kubernetes.Types.NodePool : IMessage<Kubernetes.Types.NodePool>, IEquatable<Kubernetes.Types.NodePool>, IDeepCloneable<Kubernetes.Types.NodePool>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Kubernetes.Types.NodePool.

Provides GKE node pool information.

Inheritance

object > Kubernetes.Types.NodePool

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

NodePool()

public NodePool()

NodePool(NodePool)

public NodePool(Kubernetes.Types.NodePool other)
Parameter
NameDescription
otherKubernetesTypesNodePool

Properties

Name

public string Name { get; set; }

Kubernetes node pool name.

Property Value
TypeDescription
string

Nodes

public RepeatedField<Kubernetes.Types.Node> Nodes { get; }

Nodes associated with the finding.

Property Value
TypeDescription
RepeatedFieldKubernetesTypesNode