vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - PhysicalNicLinkInfo(vim.host.PhysicalNic.LinkSpeedDuplex)
- Property of
- PhysicalNic, PhysicalNicSpec
- Parameter to
- UpdatePhysicalNicLinkSpeed
- Extends
- DynamicData
- Since
- 2.0
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
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |