public sealed class NodePool : IMessage<Kubernetes.Types.NodePool>, IEquatable<Kubernetes.Types.NodePool>, IDeepCloneable<Kubernetes.Types.NodePool>, IBufferMessage, IMessage
Provides GKE Node Pool information.
Implements
IMessage<Kubernetes.Types.NodePool>, IEquatable<Kubernetes.Types.NodePool>, IDeepCloneable<Kubernetes.Types.NodePool>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
NodePool()
public NodePool()
NodePool(Kubernetes.Types.NodePool)
public NodePool(Kubernetes.Types.NodePool other)
Parameter | |
---|---|
Name | Description |
other | Kubernetes.Types.NodePool |
Properties
Name
public string Name { get; set; }
Kubernetes Node pool name.
Property Value | |
---|---|
Type | Description |
String |
Nodes
public RepeatedField<Kubernetes.Types.Node> Nodes { get; }
Nodes associated with the finding.
Property Value | |
---|---|
Type | Description |
RepeatedField<Kubernetes.Types.Node> |