Class NodeTemplateDigitaloceanConfigArgs
Inherited Members
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateDigitaloceanConfigArgs : ResourceArgs
Constructors
View SourceNodeTemplateDigitaloceanConfigArgs()
Declaration
public NodeTemplateDigitaloceanConfigArgs()
Properties
View SourceAccessToken
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> |
Backups
Enable backups for droplet. Default false (bool)
Declaration
public Input<bool> Backups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Ipv6
Enable ipv6 for droplet. Default false (bool)
Declaration
public Input<bool> Ipv6 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Monitoring
Enable monitoring for droplet. Default false (bool)
Declaration
public Input<bool> Monitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PrivateNetworking
Enable private networking for droplet. Default false (bool)
Declaration
public Input<bool> PrivateNetworking { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Region
OpenStack region name (string)
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
Digital Ocean size. Default s-1vcpu-1gb (string)
Declaration
public Input<string> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshKeyFingerprint
SSH key fingerprint (string)
Declaration
public Input<string> SshKeyFingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshKeyPath
SSH private key path (string)
Declaration
public Input<string> SshKeyPath { 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> |
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> |
Userdata
Path to file with cloud-init user-data (string)
Declaration
public Input<string> Userdata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |