Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
		
			
				
	
	
		
			57 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _str: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _vim.Folder: ../../vim/Folder.rst
 | 
						|
 | 
						|
.. _vim.KeyValue: ../../vim/KeyValue.rst
 | 
						|
 | 
						|
.. _vim.Datastore: ../../vim/Datastore.rst
 | 
						|
 | 
						|
.. _vim.HostSystem: ../../vim/HostSystem.rst
 | 
						|
 | 
						|
.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5
 | 
						|
 | 
						|
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
 | 
						|
 | 
						|
.. _vim.ResourceConfigSpec: ../../vim/ResourceConfigSpec.rst
 | 
						|
 | 
						|
.. _vim.vApp.CloneSpec.ResourceMap: ../../vim/vApp/CloneSpec/ResourceMap.rst
 | 
						|
 | 
						|
.. _vim.vApp.CloneSpec.NetworkMappingPair: ../../vim/vApp/CloneSpec/NetworkMappingPair.rst
 | 
						|
 | 
						|
 | 
						|
vim.vApp.CloneSpec
 | 
						|
==================
 | 
						|
  Specification for a vApp cloning operation.
 | 
						|
:extends: vmodl.DynamicData_
 | 
						|
:since: `vSphere API 4.0`_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    location (`vim.Datastore`_, privilege: Datastore.AllocateSpace):
 | 
						|
 | 
						|
       Location where the destination vApp must be stored
 | 
						|
    host (`vim.HostSystem`_, privilege: VApp.Create, optional):
 | 
						|
 | 
						|
       The target host for the virtual machines. This is often not a required parameter. If not specified, the behavior is as follows:
 | 
						|
        * If the target pool represents a stand-alone host, that host is used.
 | 
						|
        * If the target pool represents a DRS-enabled cluster, a host selected by DRS is used.
 | 
						|
        * If the target pool represents a cluster without DRS enabled or a DRS-enabled cluster in manual mode, an InvalidArgument exception is thrown.
 | 
						|
        * 
 | 
						|
    resourceSpec (`vim.ResourceConfigSpec`_, optional):
 | 
						|
 | 
						|
       The resource configuration for the vApp.
 | 
						|
    vmFolder (`vim.Folder`_, privilege: VApp.Create, optional):
 | 
						|
 | 
						|
       The VM Folder to associate the vApp with
 | 
						|
    networkMapping ([`vim.vApp.CloneSpec.NetworkMappingPair`_], optional):
 | 
						|
 | 
						|
       Network mappings. See NetworkMappingPair.
 | 
						|
    property ([`vim.KeyValue`_], optional):
 | 
						|
 | 
						|
       A set of property values to override.
 | 
						|
    resourceMapping ([`vim.vApp.CloneSpec.ResourceMap`_], optional):
 | 
						|
 | 
						|
       The resource configuration for the cloned vApp.
 | 
						|
    provisioning (`str`_, optional):
 | 
						|
 | 
						|
       Specify how the VMs in the vApp should be provisioned.
 |