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 SourceAnnotations
(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> |
ClusterId
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
ControlPlane
(Computed) RKE control plane role for created nodes (bool)
Declaration
public readonly bool ControlPlane
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DeleteNotReadyAfterSecs
(Computed) Delete not ready node after secs. Default 0 (int)
Declaration
public readonly int DeleteNotReadyAfterSecs
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Etcd
(Computed) RKE etcd role for created nodes (bool)
Declaration
public readonly bool Etcd
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HostnamePrefix
(Computed) The prefix for created nodes of the Node Pool (string)
Declaration
public readonly string HostnamePrefix
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NodeTaints
(Computed) Node taints (List)
Declaration
public readonly ImmutableArray<GetNodePoolNodeTaintResult> NodeTaints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNodePoolNodeTaintResult> |
NodeTemplateId
Declaration
public readonly string NodeTemplateId
Field Value
| Type | Description |
|---|---|
| System.String |
Quantity
(Computed) The number of nodes to create on Node Pool (int)
Declaration
public readonly int Quantity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Worker
(Computed) RKE role role for created nodes (bool)
Declaration
public readonly bool Worker
Field Value
| Type | Description |
|---|---|
| System.Boolean |