Show / Hide Table of Contents

Class KubernetesNodePoolNodeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesNodePoolNodeArgs
Inherited Members
ResourceArgs.Empty
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 Source

KubernetesNodePoolNodeArgs()

Declaration
public KubernetesNodePoolNodeArgs()

Properties

View Source

CreatedAt

Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DropletId

Declaration
public Input<string> DropletId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

A name for the node pool.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UpdatedAt

Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.