Class NodeTemplateOpennebulaConfig
Inheritance
Inherited Members
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateOpennebulaConfig
Fields
View SourceB2dSize
Size of the Volatile disk in MB - only for b2d (string)
Declaration
public readonly string B2dSize
Field Value
| Type | Description |
|---|---|
| System.String |
Cpu
CPU value for the VM (string)
Declaration
public readonly string Cpu
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |
DiskResize
Size of the disk for the VM in MB (string)
Declaration
public readonly string DiskResize
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
ImageOwner
Owner of the image to use as the VM OS (string)
Declaration
public readonly string ImageOwner
Field Value
| Type | Description |
|---|---|
| System.String |
Memory
Size of the memory for the VM in MB (string)
Declaration
public readonly string Memory
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
NetworkName
Opennebula network to connect the machine to. Conflicts with network_id (string)
Declaration
public readonly string NetworkName
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkOwner
Opennebula user ID of the Network to connect the machine to (string)
Declaration
public readonly string NetworkOwner
Field Value
| Type | Description |
|---|---|
| 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 readonly string Password
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 |
TemplateId
Opennebula template ID to use. Conflicts with template_name (string)
Declaration
public readonly string TemplateId
Field Value
| Type | Description |
|---|---|
| System.String |
TemplateName
Name of the Opennbula template to use. Conflicts with template_id (string)
Declaration
public readonly string TemplateName
Field Value
| Type | Description |
|---|---|
| System.String |
User
Set the user for the XML-RPC API authentication (string)
Declaration
public readonly string User
Field Value
| Type | Description |
|---|---|
| System.String |
Vcpu
VCPUs for the VM (string)
Declaration
public readonly string Vcpu
Field Value
| Type | Description |
|---|---|
| System.String |
XmlRpcUrl
Set the url for the Opennebula XML-RPC API (string)
Declaration
public readonly string XmlRpcUrl
Field Value
| Type | Description |
|---|---|
| System.String |