 15f7be9a52
			
		
	
	15f7be9a52
	
	
	
		
			
			This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
		
			
				
	
	
	
		
			1.6 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.cluster.DrsMigration
Describes a single virtual machine migration.
- extends
- Attributes:
- 
key (str): A unique key that identifies this recommendation. This is used as an argument to ComputeResource.applyRecommendation. time (datetime): The time this recommendation was computed. vm (vim.VirtualMachine): The virtual machine selected for migration. cpuLoad (int, optional): Current CPU load for the virtual machine, in MHz. This property is only populated for recommendations. memoryLoad (long, optional): Current memory load for the virtual machine, in bytes. This field is only populated for recommendations. source (vim.HostSystem): Source host. sourceCpuLoad (int, optional): Current CPU load on the source host, in MHz. sourceMemoryLoad (long, optional): Current memory usage on the source host, in bytes. destination (vim.HostSystem): Destination host. destinationCpuLoad (int, optional): Current CPU load on the destination host, in MHz. destinationMemoryLoad (long, optional): Current memory usage on the destination host, in bytes.