Class LkeClusterPool
Inheritance
System.Object
LkeClusterPool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Linode.Outputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class LkeClusterPool
Fields
View SourceCount
The number of nodes in the Node Pool.
Declaration
public readonly int Count
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The ID of the node.
Declaration
public readonly int? Id
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Nodes
Declaration
public readonly ImmutableArray<LkeClusterPoolNode> Nodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LkeClusterPoolNode> |
Type
A Linode Type for all of the nodes in the Node Pool.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |