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 SourceActualNodeCount
Declaration
public readonly int ActualNodeCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
AutoScale
Declaration
public readonly bool AutoScale
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
Labels
Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
MaxNodes
Declaration
public readonly int MaxNodes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MinNodes
Declaration
public readonly int MinNodes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The name of Kubernetes cluster.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NodeCount
Declaration
public readonly int NodeCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Nodes
Declaration
public readonly ImmutableArray<GetKubernetesClusterNodePoolNodeResult> Nodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKubernetesClusterNodePoolNodeResult> |
Size
Declaration
public readonly string Size
Field Value
| Type | Description |
|---|---|
| System.String |
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> |