 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.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.storageDrs.StoragePlacementAction
Describes a single storage initial placement action for placing a virtual machine or a set of virtual disks on a datastore.
- extends
- since
- Attributes:
- 
vm (vim.VirtualMachine, optional): Virtual machine reference. It is possible that the VM has not been created, in which case, this property is left unset. relocateSpec (vim.vm.RelocateSpec): Specification for placing a virtual machine or a set of virtual disks to a datastore. destination (vim.Datastore): Target datastore. spaceUtilBefore (float, optional): Current space utilization on the target datastore. Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available. spaceUtilAfter (float, optional): Expected space utilization on the target datastore after placing the virtual disk. Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available. ioLatencyBefore (float, optional): Current I/O latency on the target datastore. Unit: millisecond. If not set, the value is not available.