| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
checkBeacon* | BoolPolicy |
The flag to indicate whether or not to enable this property to
enable beacon probing as a method to validate
the link status of a physical network adapter.
checkBeacon can be enabled only if the VirtualSwitch has been
configured to use the beacon. Attempting to set checkBeacon
on a PortGroup or VirtualSwitch that does not have beacon probing
configured for the applicable VirtualSwitch results in an error.
|
checkDuplex* | BoolPolicy |
The flag to indicate whether or not to use the link duplex reported
by the driver as link selection criteria.
If checkDuplex is true, then fullDuplex is the configured duplex mode. The link is considered bad if the link duplex reported by driver is not the same as fullDuplex.
If checkDuplex is false, then fullDuplex is unused, and
link duplexity is not used as a detection method.
|
checkErrorPercent* | BoolPolicy |
The flag to indicate whether or not to use link error percentage
to detect failure.
If checkErrorPercent is true, then percentage is the configured error percentage that is tolerated. The link is considered bad if error rate exceeds percentage.
If checkErrorPercent is false, percentage is unused, and
error percentage is not used as a detection method.
|
checkSpeed* | StringPolicy |
To use link speed as the criteria, checkSpeed must be one of
the following values:
|
fullDuplex* | BoolPolicy |
See checkDuplex |
percentage* | IntPolicy |
See checkErrorPercent |
speed* | IntPolicy |
See checkSpeed |
Properties inherited from InheritablePolicy | ||
inherited | ||
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |