Show / Hide Table of Contents

Class NodeTemplateLinodeConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeTemplateLinodeConfigGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateLinodeConfigGetArgs : ResourceArgs

Constructors

View Source

NodeTemplateLinodeConfigGetArgs()

Declaration
public NodeTemplateLinodeConfigGetArgs()

Properties

View Source

AuthorizedUsers

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>
View Source

CreatePrivateIp

Create private IP for the instance. Default false (bool)

Declaration
public Input<bool> CreatePrivateIp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DockerPort

Docker Port. Default 2376 (string)

Declaration
public Input<string> DockerPort { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

Label

Linode Instance Label. (string)

Declaration
public Input<string> Label { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Region

OpenStack region name (string)

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RootPass

Root Password (string)

Declaration
public Input<string> RootPass { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

SwapSize

Linode Instance Swap Size (MB). Default 512 (string)

Declaration
public Input<string> SwapSize { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.