Show / Hide Table of Contents

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 Source

Count

The number of nodes in the Node Pool.

Declaration
public readonly int Count
Field Value
Type Description
System.Int32
View Source

Id

The ID of the node.

Declaration
public readonly int? Id
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Nodes

Declaration
public readonly ImmutableArray<LkeClusterPoolNode> Nodes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LkeClusterPoolNode>
View Source

Type

A Linode Type for all of the nodes in the Node Pool.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.