Class NodeTemplateOpennebulaConfigGetArgs
Inherited Members
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateOpennebulaConfigGetArgs : ResourceArgs
Constructors
View SourceNodeTemplateOpennebulaConfigGetArgs()
Declaration
public NodeTemplateOpennebulaConfigGetArgs()
Properties
View SourceB2dSize
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> |
Cpu
CPU value for the VM (string)
Declaration
public Input<string> Cpu { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
Vcpu
VCPUs for the VM (string)
Declaration
public Input<string> Vcpu { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |