Class NodeTemplateDigitaloceanConfig
Inheritance
Inherited Members
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateDigitaloceanConfig
Fields
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 readonly string AccessToken
Field Value
| Type | Description |
|---|---|
| System.String |
Backups
Enable backups for droplet. Default false (bool)
Declaration
public readonly bool? Backups
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 |
Ipv6
Enable ipv6 for droplet. Default false (bool)
Declaration
public readonly bool? Ipv6
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Monitoring
Enable monitoring for droplet. Default false (bool)
Declaration
public readonly bool? Monitoring
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PrivateNetworking
Enable private networking for droplet. Default false (bool)
Declaration
public readonly bool? PrivateNetworking
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Region
OpenStack region name (string)
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Size
Digital Ocean size. Default s-1vcpu-1gb (string)
Declaration
public readonly string Size
Field Value
| Type | Description |
|---|---|
| System.String |
SshKeyFingerprint
SSH key fingerprint (string)
Declaration
public readonly string SshKeyFingerprint
Field Value
| Type | Description |
|---|---|
| System.String |
SshKeyPath
SSH private key path (string)
Declaration
public readonly string SshKeyPath
Field Value
| Type | Description |
|---|---|
| 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 readonly string SshPort
Field Value
| Type | Description |
|---|---|
| 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 readonly string SshUser
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Userdata
Path to file with cloud-init user-data (string)
Declaration
public readonly string Userdata
Field Value
| Type | Description |
|---|---|
| System.String |