Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VMwareDVSConfigSpec(vim.dvs.VmwareDistributedVirtualSwitch.ConfigSpec)
- Extends
- DVSConfigSpec
- See also
- LinkDiscoveryProtocolConfig, VmwareDistributedVirtualSwitchNetworkOffloadConfig, VMwareDVSPvlanConfigSpec, VMwareDVSVspanConfigSpec, VMwareIpfixConfig
- Since
- vSphere API Release 4.0
Data Object Description
This class defines the VMware specific configuration for DistributedVirtualSwitch.Properties
Name | Type | Description |
---|---|---|
ipfixConfig* | VMwareIpfixConfig |
Configuration for ipfix monitoring of the switch traffic. This must be
set before ipfix monitoring can be enabled for the switch, or for any
portgroup or port of the switch. See ipfixEnabled Since vSphere API Release 5.0 |
lacpApiVersion* | xsd:string |
The Link Aggregation Control Protocol group version in the switch.
See LacpApiVersion for valid values.
Since vSphere API Release 5.5 |
linkDiscoveryProtocolConfig* | LinkDiscoveryProtocolConfig |
See LinkDiscoveryProtocolConfig.
|
maxMtu* | xsd:int |
The maximum MTU in the switch.
|
multicastFilteringMode* | xsd:string |
The Multicast Filtering mode in the switch.
See MulticastFilteringMode for valid values.
Since vSphere API Release 6.0 |
networkOffloadConfig* | VmwareDistributedVirtualSwitchNetworkOffloadConfig |
The network offload specific configuration of the switch.
This can be set only when network offload is allowed
(networkOffloadSpecId
is not "None").
Since vSphere API Release 8.0.3.0 |
networkOffloadSpecId* | xsd:string |
Indicate the ID of NetworkOffloadSpec used in the switch.
Unset it when network offload is not allowed when creating a switch.
Use ID "None" to change network offload from allowed to not allowed.
Since vSphere API Release 8.0.0.1 |
pvlanConfigSpec* | VMwareDVSPvlanConfigSpec[] |
The PVLAN configuration specification.
A VMwareDVSPvlanMapEntry that has the same value for primaryVlanId and secondaryVlanId is referred to as a primary PVLAN entry. Otherwise, the VMwareDVSPvlanMapEntry is referred to as a secondary PVLAN entry. The pvlanType of a primary PVLAN entry must be VmwareDistributedVirtualSwitch.PvlanPortType#promiscuous. A secondary PVLAN entry can have a pvlanType of either VmwareDistributedVirtualSwitch.PvlanPortType#community or VmwareDistributedVirtualSwitch.PvlanPortType#isolated. Primary PVLAN entries must be explicitly added. If there is no primary PVLAN entry corresponding to the primaryVlanId of a secondary PVLAN entry, a fault is thrown.
While deleting a primary PVLAN entry, any associated secondary PVLAN
entries must be explicitly deleted.
|
vspanConfigSpec* | VMwareDVSVspanConfigSpec[] |
The Distributed Port Mirroring configuration specification. The VSPAN
sessions in the array cannot be of the same key.
Since vSphere API Release 5.0 |
Properties inherited from DVSConfigSpec | ||
configVersion, contact, defaultPortConfig, defaultProxySwitchMaxNumPorts, description, extensionKey, host, infrastructureTrafficResourceConfig, maxPorts, name, netResourcePoolTrafficResourceConfig, networkResourceControlVersion, numStandalonePorts, policy, switchIpAddress, uplinkPortgroup, uplinkPortPolicy, vendorSpecificConfig | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |