Class KubernetesNodePoolNodeArgs
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.DigitalOcean.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesNodePoolNodeArgs : ResourceArgs
Constructors
View SourceKubernetesNodePoolNodeArgs()
Declaration
public KubernetesNodePoolNodeArgs()
Properties
View SourceCreatedAt
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DropletId
Declaration
public Input<string> DropletId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
A unique ID that can be used to identify and reference the node pool.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A name for the node pool.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdatedAt
Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |