Show / Hide Table of Contents

Class LkeClusterPoolGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LkeClusterPoolGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

LkeClusterPoolGetArgs()

Declaration
public LkeClusterPoolGetArgs()

Properties

View Source

Count

The number of nodes in the Node Pool.

Declaration
public Input<int> Count { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Id

The ID of the node.

Declaration
public Input<int> Id { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Nodes

Declaration
public InputList<LkeClusterPoolNodeGetArgs> Nodes { get; set; }
Property Value
Type Description
InputList<LkeClusterPoolNodeGetArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.