Virtual Machine Args
constructor(amountOfRam: Output<Int>? = null, customization: Output<GuestOSCustomizationArgs>? = null, disks: Output<List<VirtualDiskArgs>>? = null, exposeToGuestVM: Output<Boolean>? = null, location: Output<String>? = null, nics: Output<List<VirtualNicArgs>>? = null, numberOfCores: Output<Int>? = null, password: Output<String>? = null, privateCloudId: Output<String>? = null, resourceGroupName: Output<String>? = null, resourcePool: Output<ResourcePoolArgs>? = null, tags: Output<Map<String, String>>? = null, templateId: Output<String>? = null, username: Output<String>? = null, vSphereNetworks: Output<List<String>>? = null, virtualMachineName: Output<String>? = null)