| getlacpResult Structure Definition |
The getlacpResult structure defines the return type for getlacp API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
lacpList |
List of lacps |
| lacp Structure Definition |
The lacp structure defines the actual return type values for getlacp API. |
Syntax |
Members |
devicename |
Name of the channel. |
syspriority |
Priority number that determines which peer device of an LACP LA channel can have control over the LA channel. This parameter is globally applied to all LACP channels on the Citrix ADC. The lower the number, the higher the priority. |
mac |
LACP system MAC. |
flags |
Flags of this channel. |
lacpkey |
LACP key of this channel. |
clustersyspriority |
LACP system (Cluster) priority |
clustermac |
LACP system (Cluster) mac. |
_nextgenapiresource |
See Also |