Show / Hide Table of Contents

Class NodeTemplateOpennebulaConfigArgs

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

Constructors

View Source

NodeTemplateOpennebulaConfigArgs()

Declaration
public NodeTemplateOpennebulaConfigArgs()

Properties

View Source

B2dSize

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

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

Cpu

CPU value for the VM (string)

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

DevPrefix

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

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

DisableVnc

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

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

DiskResize

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

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

ImageId

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

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

ImageName

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

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

ImageOwner

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

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

Memory

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

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

NetworkId

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

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

NetworkName

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

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

NetworkOwner

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

Declaration
public Input<string> NetworkOwner { get; set; }
Property Value
Type Description
Input<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 Input<string> Password { 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

TemplateId

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

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

TemplateName

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

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

User

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

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

Vcpu

VCPUs for the VM (string)

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

XmlRpcUrl

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

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