Class ClusterRkeConfigNode
Inheritance
System.Object
ClusterRkeConfigNode
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigNode
Fields
View SourceAddress
Address ip for node (string)
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
DockerSocket
Docker socket for node (string)
Declaration
public readonly string DockerSocket
Field Value
| Type | Description |
|---|---|
| System.String |
HostnameOverride
Hostname override for node (string)
Declaration
public readonly string HostnameOverride
Field Value
| Type | Description |
|---|---|
| System.String |
InternalAddress
Internal ip for node (string)
Declaration
public readonly string InternalAddress
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
Labels for cluster registration token object (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
NodeId
Id for the node (string)
Declaration
public readonly string NodeId
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Port for node. Default 22 (string)
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
Roles
Roles for the node. controlplane, etcd and worker are supported. (list)
Declaration
public readonly ImmutableArray<string> Roles
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SshAgentAuth
Use ssh agent auth. Default false (bool)
Declaration
public readonly bool? SshAgentAuth
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SshKey
Node SSH private key (string)
Declaration
public readonly string SshKey
Field Value
| Type | Description |
|---|---|
| System.String |
SshKeyPath
Node SSH private key path (string)
Declaration
public readonly string SshKeyPath
Field Value
| Type | Description |
|---|---|
| System.String |
User
Registry user (string)
Declaration
public readonly string User
Field Value
| Type | Description |
|---|---|
| System.String |