 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
		
			
				
	
	
	
		
			3.6 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.dvs.EntityBackup.Config
The EntityBackupConfig data object contains VmwareDistributedVirtualSwitch or DistributedVirtualPortgroup backup configuration data produced by the DVSManagerExportEntity_Task method. It also contains properties that support DVSManagerImportEntity_Task operations.A DVSManagerExportEntity_Task operation sets properties that identify the entity instance ( entityType , key , and name ) and inventory location ( container ). When you import a backup configuration, you can set thekey,name, andcontainerproperties in accordance with theimportTypespecified in the call to DVSManagerImportEntity_Task . See EntityImportType .
- extends
- since
- Attributes:
- 
entityType (str): Type of the exported entity ( DVSManagerExportEntity_Task ). See EntityType for valid values. configBlob (base64): Opaque blob that contains the configuration of the entity. key (str, optional): - Unique identifier of the exported entity or the entity to be restored through an import operation.
- 
- If you are importing a virtual distributed switch and the import type is
- applyToEntitySpecified
- , set the
- key
- to
- DistributedVirtualSwitch
- .
- uuid
- .
- If you are importing a virtual distributed portgroup and the import type is
- applyToEntitySpecified
- , set the
- key
- to
- DistributedVirtualPortgroup
- .
- key
- .The Server ignores the key value when the import operation creates a new entity.
 
 name (str, optional): Name of the exported entity or the entity to be restored with the backup configuration. If you are importing an entity and the import type is applyToEntitySpecified , the Server will use this value to rename the existing entity. container (vim.ManagedEntity, optional): Container for this entity. If entityType is "distributedVirtualSwitch", the container type is Folder . If entityType is "distributedVirtualPortgroup", the container type is DistributedVirtualSwitch . configVersion (str, optional): Configuration version.