Class NodeTemplateLinodeConfigGetArgs
Inherited Members
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateLinodeConfigGetArgs : ResourceArgs
Constructors
View SourceNodeTemplateLinodeConfigGetArgs()
Declaration
public NodeTemplateLinodeConfigGetArgs()
Properties
View SourceAuthorizedUsers
Linode user accounts (seperated by commas) whose Linode SSH keys will be permitted root access to the created node. (string)
Declaration
public Input<string> AuthorizedUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatePrivateIp
Create private IP for the instance. Default false (bool)
Declaration
public Input<bool> CreatePrivateIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DockerPort
Docker Port. Default 2376 (string)
Declaration
public Input<string> DockerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Image
Specifies the Linode Instance image which determines the OS distribution and base files. Default linode/ubuntu18.04 (string)
Declaration
public Input<string> Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceType
Specifies the Linode Instance type which determines CPU, memory, disk size, etc. Default g6-standard-4 (string)
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Label
Linode Instance Label. (string)
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
OpenStack region name (string)
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootPass
Root Password (string)
Declaration
public Input<string> RootPass { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SshPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SshUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Stackscript
Specifies the Linode StackScript to use to create the instance. (string)
Declaration
public Input<string> Stackscript { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StackscriptData
A JSON string specifying data for the selected StackScript. (string)
Declaration
public Input<string> StackscriptData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SwapSize
Linode Instance Swap Size (MB). Default 512 (string)
Declaration
public Input<string> SwapSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
vSphere tags id e.g. urn:xxx. From Rancher v2.3.3 (list)
Declaration
public Input<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UaPrefix
Prefix the User-Agent in Linode API calls with some 'product/version' (string)
Declaration
public Input<string> UaPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |