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 SourceId
The ID of the node.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
The ID of the underlying Linode instance.
Declaration
public readonly int? InstanceId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Status
The status of the node.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |