vCenter VM From Image Deployment Path Attributes
The following attributes would be used to define the vCenter VM From Image:
Attribute | vCenter shell version | Description |
---|---|---|
Cloud Provider | All | Name of the vCenter cloud provider resource to be used |
vCenter Image | All | Full path to the vCenter OVF image file, relative to the datacenter. For example: note Path must be accessible to all execution servers. OVF tool must be installed on all execution servers. |
vCenter Name | All | Name of the vCenter resource to be used |
vCenter Image Arguments | All | (Optional) vCenter-specific arguments to use when deploying the virtual machine. Example for OVF:
|
Behavior During Save | All | (Applies to the Save and Restore paid add-on) The VM's state while the sandbox is being saved. Options are Remain Powered On and Power Off.
Notes
|
Saved Sandbox Storage | All | (Applies to the Save and Restore paid add-on) During the saving process, CloudShell creates a clone of the sandbox's App VMs in this vCenter storage, which CloudShell will later use to restore the VM when the user restores the saved sandbox. See Save a Sandbox for more information. For storage purposes, these VM clones can be stored in a different data storage than the one configured in the VM Storage attribute defined on the vCenter cloud provider resource. The storage can be either a datastore or a datastore cluster. For example: datastore1 or clustername/datastore1. note The value configured here overrides the configuration in the vCenter cloud provider resource, see Add VMware vCenter Cloud Provider Resource. |
Customization Spec | 2nd Gen only | Name of the vSphere VM Customization Specification to apply to the App's VM. |
Hostname | 2nd Gen only | (Only applies to Windows and Linux VMs) The hostname to set on the VM. note If Customization Spec is specified, the value specified in the Hostname attribute will be used. If Customization Spec is not specified, a new one will be created for the VM. For Windows VMs, make sure to specify a password in the App resource page |
Private IP | 2nd Gen only | (Only applies to Windows and Linux VMs) The private static IP to set on the first vNIC of the VM. If there's a default gateway, specify it after the private IP. For example: "192.168.4.124:80.114.1.87" where 80.114.1.87 is the default gateway Notes
|
CPU | 2nd Gen only | Number of CPU core s to configure on the VM. |
RAM | 2nd Gen only | Amount of RAM (GB) to configure on the VM. |
HDD | 2nd Gen only | Allows to add/edit hard disk size to the VM. The syntax is semi-colon separated disk pairs 'Hard Disk Label: Disk Size (GB)'. For example: 'Hard Disk 1:100;Hard Disk 2:200'. Short-hand format is also valid: '1:100;2:200'. |