Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VmwareDistributedVirtualSwitchDpuFailoverPolicy(vim.dvs.VmwareDistributedVirtualSwitch.DpuFailoverPolicy)
- Property of
- VmwareDistributedVirtualSwitchNetworkOffloadConfig
- Extends
- DynamicData
- Since
- vSphere API Release 8.0.3.0
Data Object Description
This data structure defines the failover policy for a distributed virtual switch when network offload is enabled, specifically related to the Data Processing Unit(DPU). The active and standby uplinks are expected to be backed by different DPUs to provide redundancy. If DPU backing active uplinks fails, then the standby DPU takes over to ensure uninterrupted network connectivity.Properties
Name | Type | Description |
---|---|---|
activeUplink* | xsd:string[] |
The name of the active uplink(s). These uplink(s) must be backed
by vmnic(s) from a single DPU.
|
standbyUplink* | xsd:string[] |
The name of the standby uplink(s). These uplink(s) must be backed
by vmnic(s) from a different DPU than the active uplink(s).
An empty standbyUplink indicates that no failover action will be
taken after the active DPU fails.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |