vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - DistributedVirtualPortgroupNsxPortgroupOperationResult(vim.dvs.DistributedVirtualPortgroup.NsxPortgroupOperationResult)
- Extends
- DynamicData
- See also
- DistributedVirtualPortgroup, DistributedVirtualPortgroupProblem
- Since
- vSphere API Release 7.0
Data Object Description
The DistributedVirtualPortgroupNsxPortgroupOperationResult data object defines the result of NSX port group operations, including create, reconfigure and delete.Properties
Name | Type | Description |
---|---|---|
portgroups* | ManagedObjectReference[]
to a DistributedVirtualPortgroup[] |
The management object of NSX port group.
For add operation, it indicates the port groups created successfully.
For reconfigure operation, it indicates the port groups updated
successfully.
For delete operation, it indicates the port groups failed deleted.
|
problems* | DistributedVirtualPortgroupProblem[] |
The failed port group operation details.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |