Name
|
Type
|
Description
|
key | xsd:string |
The virtual switch key.
|
mtu | xsd:int |
The maximum transmission unit (MTU) associated with this virtual switch
in bytes.
Since VI API 2.5
|
name | xsd:string |
The name of the virtual switch.
Maximum length is 32 characters.
|
numPorts | xsd:int |
The number of ports that this virtual switch currently has.
|
numPortsAvailable | xsd:int |
The number of ports that are available on this virtual switch. There
are a number of networking services that utilize a port on the virtual
switch and are not accounted for in the Port array of a PortGroup. For
example, each physical NIC attached to a virtual switch consumes one
port. This property should be used when attempting to implement
admission control for new services attaching to virtual switches.
|
pnic | xsd:string[] |
The set of physical network adapters associated with this bridge.
|
portgroup | xsd:string[] |
The list of port groups configured for this virtual switch.
|
spec | HostVirtualSwitchSpec |
The specification of a PortGroup.
|
Properties inherited from DynamicData |
None |