Show / Hide Table of Contents

Class LkeClusterPoolNode

Inheritance
System.Object
LkeClusterPoolNode
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 LkeClusterPoolNode

Fields

View Source

Id

The ID of the node.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceId

The ID of the underlying Linode instance.

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

Status

The status of the node.

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