Show / Hide Table of Contents

Class NodeTemplateLinodeConfig

Inheritance
System.Object
NodeTemplateLinodeConfig
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 NodeTemplateLinodeConfig

Fields

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 readonly string AuthorizedUsers
Field Value
Type Description
System.String
View Source

CreatePrivateIp

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

Declaration
public readonly bool? CreatePrivateIp
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DockerPort

Docker Port. Default 2376 (string)

Declaration
public readonly string DockerPort
Field Value
Type Description
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 readonly string Image
Field Value
Type Description
System.String
View Source

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

Label

Linode Instance Label. (string)

Declaration
public readonly string Label
Field Value
Type Description
System.String
View Source

Region

OpenStack region name (string)

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

RootPass

Root Password (string)

Declaration
public readonly string RootPass
Field Value
Type Description
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 readonly string SshPort
Field Value
Type Description
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 readonly string SshUser
Field Value
Type Description
System.String
View Source

Stackscript

Specifies the Linode StackScript to use to create the instance. (string)

Declaration
public readonly string Stackscript
Field Value
Type Description
System.String
View Source

StackscriptData

A JSON string specifying data for the selected StackScript. (string)

Declaration
public readonly string StackscriptData
Field Value
Type Description
System.String
View Source

SwapSize

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

Declaration
public readonly string SwapSize
Field Value
Type Description
System.String
View Source

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
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 readonly string Token
Field Value
Type Description
System.String
View Source

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