Get Virtual Machine Result
constructor(amountOfRam: Int, controllers: List<VirtualDiskControllerResponse>, customization: GuestOSCustomizationResponse? = null, disks: List<VirtualDiskResponse>? = null, dnsname: String, exposeToGuestVM: Boolean? = null, folder: String, guestOS: String, guestOSType: String, id: String, location: String, name: String, nics: List<VirtualNicResponse>? = null, numberOfCores: Int, password: String? = null, privateCloudId: String, provisioningState: String, publicIP: String, resourcePool: ResourcePoolResponse? = null, status: String, tags: Map<String, String>? = null, templateId: String? = null, type: String, username: String? = null, vSphereNetworks: List<String>? = null, vmId: String, vmwaretools: String)