public interface IVirtualMachineFactory
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine |
createUnassignedVirtualMachine(LogicalDCModel model,
int vcores,
Creates a new, VM that is yet to be assigned.
|
VirtualMachine createUnassignedVirtualMachine(LogicalDCModel model, int vcores,vFrequency, ArchitectureType type, memory, diskspace, VMImage instantiatedImage)
model - The model in which the VM is created.vcores - The number of vcores assigned to the VM.vFrequency - The frequency of the virtual CPUs.architecture - type of the required PUs.memory - The memory assigned to the VM.diskspace - The disk space of the primary volume assigned to the VM.instantiatedImage - The image with which the VM is instantiated.