Class ClusterRkeConfigBastionHost
Inheritance
System.Object
ClusterRkeConfigBastionHost
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 ClusterRkeConfigBastionHost
Fields
View SourceAddress
Address ip for node (string)
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Port for node. Default 22 (string)
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| 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 |