Class LkeClusterPoolGetArgs
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.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class LkeClusterPoolGetArgs : ResourceArgs
Constructors
View SourceLkeClusterPoolGetArgs()
Declaration
public LkeClusterPoolGetArgs()
Properties
View SourceCount
The number of nodes in the Node Pool.
Declaration
public Input<int> Count { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Id
The ID of the node.
Declaration
public Input<int> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Nodes
Declaration
public InputList<LkeClusterPoolNodeGetArgs> Nodes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LkeClusterPoolNodeGetArgs> |
Type
A Linode Type for all of the nodes in the Node Pool.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |