Class NodeTemplateLinodeConfig
Inheritance
Inherited Members
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateLinodeConfig
Fields
View SourceAuthorizedUsers
Linode user accounts (seperated by commas) whose Linode SSH keys will be permitted root access to the created node. (string)
Declaration
public readonly string AuthorizedUsers
Field Value
| Type | Description |
|---|---|
| System.String |
CreatePrivateIp
Create private IP for the instance. Default false (bool)
Declaration
public readonly bool? CreatePrivateIp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DockerPort
Docker Port. Default 2376 (string)
Declaration
public readonly string DockerPort
Field Value
| Type | Description |
|---|---|
| System.String |
Image
Specifies the Linode Instance image which determines the OS distribution and base files. Default linode/ubuntu18.04 (string)
Declaration
public readonly string Image
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
Specifies the Linode Instance type which determines CPU, memory, disk size, etc. Default g6-standard-4 (string)
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
Label
Linode Instance Label. (string)
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| System.String |
Region
OpenStack region name (string)
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
RootPass
Root Password (string)
Declaration
public readonly string RootPass
Field Value
| Type | Description |
|---|---|
| System.String |
SshPort
If using a non-B2D image you can specify the ssh port. Default 22. From Rancher v2.3.3 (string)
Declaration
public readonly string SshPort
Field Value
| Type | Description |
|---|---|
| System.String |
SshUser
If using a non-B2D image you can specify the ssh user. Default docker. From Rancher v2.3.3 (string)
Declaration
public readonly string SshUser
Field Value
| Type | Description |
|---|---|
| System.String |
Stackscript
Specifies the Linode StackScript to use to create the instance. (string)
Declaration
public readonly string Stackscript
Field Value
| Type | Description |
|---|---|
| System.String |
StackscriptData
A JSON string specifying data for the selected StackScript. (string)
Declaration
public readonly string StackscriptData
Field Value
| Type | Description |
|---|---|
| System.String |
SwapSize
Linode Instance Swap Size (MB). Default 512 (string)
Declaration
public readonly string SwapSize
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
vSphere tags id e.g. urn:xxx. From Rancher v2.3.3 (list)
Declaration
public readonly string Tags
Field Value
| Type | Description |
|---|---|
| System.String |
Token
Linode API token. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)
Declaration
public readonly string Token
Field Value
| Type | Description |
|---|---|
| System.String |
UaPrefix
Prefix the User-Agent in Linode API calls with some 'product/version' (string)
Declaration
public readonly string UaPrefix
Field Value
| Type | Description |
|---|---|
| System.String |