Show / Hide Table of Contents

Class NodeTemplateDigitaloceanConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeTemplateDigitaloceanConfigGetArgs
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 NodeTemplateDigitaloceanConfigGetArgs : ResourceArgs

Constructors

View Source

NodeTemplateDigitaloceanConfigGetArgs()

Declaration
public NodeTemplateDigitaloceanConfigGetArgs()

Properties

View Source

AccessToken

Digital Ocean access token. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)

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

Backups

Enable backups for droplet. Default false (bool)

Declaration
public Input<bool> Backups { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

Ipv6

Enable ipv6 for droplet. Default false (bool)

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

Monitoring

Enable monitoring for droplet. Default false (bool)

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

PrivateNetworking

Enable private networking for droplet. Default false (bool)

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

Region

OpenStack region name (string)

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

Size

Digital Ocean size. Default s-1vcpu-1gb (string)

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

SshKeyFingerprint

SSH key fingerprint (string)

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

SshKeyPath

SSH private key path (string)

Declaration
public Input<string> SshKeyPath { 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

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

Userdata

Path to file with cloud-init user-data (string)

Declaration
public Input<string> Userdata { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.