Show / Hide Table of Contents

Class KubernetesNodePoolNode

Inheritance
System.Object
KubernetesNodePoolNode
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.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesNodePoolNode

Fields

View Source

CreatedAt

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

DropletId

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

Id

A unique ID that can be used to identify and reference the node pool.

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

Name

A name for the node pool.

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

Status

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

UpdatedAt

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