Show / Hide Table of Contents

Class NodeTemplateOpennebulaConfig

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

Fields

View Source

B2dSize

Size of the Volatile disk in MB - only for b2d (string)

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

Cpu

CPU value for the VM (string)

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

DevPrefix

Dev prefix to use for the images. E.g.: 'vd', 'sd', 'hd' (string)

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

DisableVnc

VNC is enabled by default. Disable it with this flag (bool)

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

DiskResize

Size of the disk for the VM in MB (string)

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

ImageId

OpenStack image id to use for the instance. Conflicts with image_name (string)

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

ImageName

OpenStack image name to use for the instance. Conflicts with image_id (string)

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

ImageOwner

Owner of the image to use as the VM OS (string)

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

Memory

Size of the memory for the VM in MB (string)

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

NetworkId

Opennebula network ID to connect the machine to. Conflicts with network_name (string)

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

NetworkName

Opennebula network to connect the machine to. Conflicts with network_id (string)

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

NetworkOwner

Opennebula user ID of the Network to connect the machine to (string)

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

Password

vSphere password. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)

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

TemplateId

Opennebula template ID to use. Conflicts with template_name (string)

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

TemplateName

Name of the Opennbula template to use. Conflicts with template_id (string)

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

User

Set the user for the XML-RPC API authentication (string)

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

Vcpu

VCPUs for the VM (string)

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

XmlRpcUrl

Set the url for the Opennebula XML-RPC API (string)

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