Show / Hide Table of Contents

Class GetNodePoolResult

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

Fields

View Source

Annotations

(Computed) Annotations for Node Pool object (map)

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

ClusterId

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

ControlPlane

(Computed) RKE control plane role for created nodes (bool)

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

DeleteNotReadyAfterSecs

(Computed) Delete not ready node after secs. Default 0 (int)

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

Etcd

(Computed) RKE etcd role for created nodes (bool)

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

HostnamePrefix

(Computed) The prefix for created nodes of the Node Pool (string)

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

Id

The provider-assigned unique ID for this managed resource.

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

Labels

(Computed) Labels for Node Pool object (map)

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

Name

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

NodeTaints

(Computed) Node taints (List)

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

NodeTemplateId

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

Quantity

(Computed) The number of nodes to create on Node Pool (int)

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

Worker

(Computed) RKE role role for created nodes (bool)

Declaration
public readonly bool Worker
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.