Show / Hide Table of Contents

Class GetKubernetesClusterNodePoolResult

Inheritance
System.Object
GetKubernetesClusterNodePoolResult
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 GetKubernetesClusterNodePoolResult

Fields

View Source

ActualNodeCount

Declaration
public readonly int ActualNodeCount
Field Value
Type Description
System.Int32
View Source

AutoScale

Declaration
public readonly bool AutoScale
Field Value
Type Description
System.Boolean
View Source

Id

The unique ID that can be used to identify and reference a Kubernetes cluster.

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

Labels

Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

MaxNodes

Declaration
public readonly int MaxNodes
Field Value
Type Description
System.Int32
View Source

MinNodes

Declaration
public readonly int MinNodes
Field Value
Type Description
System.Int32
View Source

Name

The name of Kubernetes cluster.

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

NodeCount

Declaration
public readonly int NodeCount
Field Value
Type Description
System.Int32
View Source

Nodes

Declaration
public readonly ImmutableArray<GetKubernetesClusterNodePoolNodeResult> Nodes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKubernetesClusterNodePoolNodeResult>
View Source

Size

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

Tags

A list of tag names to be applied to the Kubernetes cluster.

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.