 c83651f5be
			
		
	
	c83651f5be
	
	
	
		
			
			Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
		
			
				
	
	
	
		
			1.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.vm.SnapshotTree
SnapshotTree encapsulates all the read-only data produced by the snapshot.
- extends
- Attributes:
- 
snapshot (vim.vm.Snapshot): The managed object for this snapshot. vm (vim.VirtualMachine): The virtual machine for which the snapshot was taken. name (str): Name of the snapshot. description (str): Description of the snapshot. id (int): The unique identifier that distinguishes this snapshot from other snapshots of the virtual machine. createTime (datetime): The date and time the snapshot was taken. state (vim.VirtualMachine.PowerState): The power state of the virtual machine when this snapshot was taken. quiesced (bool): Flag to indicate whether or not the snapshot was created with the "quiesce" option, ensuring a consistent state of the file system. backupManifest (str, optional): The relative path from the snapshotDirectory pointing to the backup manifest. Available for certain quiesced snapshots only. childSnapshotList ([vim.vm.SnapshotTree], optional): The snapshot data for all snapshots for which this snapshot is the parent. replaySupported (bool, optional): Flag to indicate whether this snapshot is associated with a recording session on the virtual machine that can be replayed.