Data Object - PhysicalNicLinkInfo(vim.host.PhysicalNic.LinkSpeedDuplex)
- Property of
-
PhysicalNic, PhysicalNicSpec
- Parameter to
-
UpdatePhysicalNicLinkSpeed
- Extends
-
DynamicData
Data Object
Description
The PhysicalNicLinkInfo data object describes
the link speed and the type of duplex communication. The link speed indicates
the bit rate in megabits per second. The duplex boolean indicates if the link
is capable of full-duplex or half-duplex communication.
Properties
Name
|
Type
|
Description
|
duplex | xsd:boolean |
Flag to indicate whether or not the link is capable of
full-duplex ("true") or only half-duplex ("false").
|
speedMb | xsd:int |
Bit rate on the link.
|
Properties inherited from DynamicData |
None |
Show WSDL type definition