Show / Hide Table of Contents

Class NodeTemplateDigitaloceanConfig

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

Fields

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

Backups

Enable backups for droplet. Default false (bool)

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

Ipv6

Enable ipv6 for droplet. Default false (bool)

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

Monitoring

Enable monitoring for droplet. Default false (bool)

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

PrivateNetworking

Enable private networking for droplet. Default false (bool)

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

Region

OpenStack region name (string)

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

Size

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

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

SshKeyFingerprint

SSH key fingerprint (string)

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

SshKeyPath

SSH private key path (string)

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

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

Userdata

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

Declaration
public readonly string Userdata
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.