Class LkeClusterPoolNodeGetArgs
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 LkeClusterPoolNodeGetArgs : ResourceArgs
Constructors
View SourceLkeClusterPoolNodeGetArgs()
Declaration
public LkeClusterPoolNodeGetArgs()
Properties
View SourceId
The ID of the node.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The ID of the underlying Linode instance.
Declaration
public Input<int> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Status
The status of the node.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |