vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - DistributedVirtualSwitchManagerImportResult(vim.dvs.DistributedVirtualSwitchManager.ImportResult)
- Returned by
 - DVSManagerImportEntity_Task
 - Extends
 - DynamicData
 - See also
 - DistributedVirtualPortgroup, DistributedVirtualSwitch, ImportOperationBulkFaultFaultOnImport
 - Since
 - vSphere API Release 5.1
 
Data Object Description
The DistributedVirtualSwitchManagerImportResult data object represents the results of a DVSManagerImportEntity_Task operation. It contains lists of the switches and portgroups that were created. It also contains a list of faults that occurred during the operation.Properties
| Name | Type | Description | 
|---|---|---|
| distributedVirtualPortgroup* | ManagedObjectReference[]
 to a DistributedVirtualPortgroup[]  | 
         List of distributed virtual portgroups.
       | 
| distributedVirtualSwitch* | ManagedObjectReference[]
 to a DistributedVirtualSwitch[]  | 
         List of distributed virtual switches.
       | 
| importFault* | ImportOperationBulkFaultFaultOnImport[] | 
         Faults that occurred on the entities during the import operation.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |