| getlbwlmResult Structure Definition |
The getlbwlmResult structure defines the return type for getlbwlm 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. |
lbwlmList |
List of lbwlms |
| lbwlm Structure Definition |
The lbwlm structure defines the actual return type values for getlbwlm API. |
Syntax |
Members |
wlmname |
The name of the work load manager. |
ipaddress |
The IP address of the WLM. |
port |
A port number for the virtual server. |
secure |
Use this parameter to enable secure mode of communication with WLM. |
katimeout |
The idle time period after which Citrix ADC would probe the WLM. The value ranges from 1 to 1440 minutes. |
lbuid |
The LBUID for the Load Balancer to communicate to the Work Load Manager. |
state |
State of the WLM. |
vservername |
Name of the virtual server which is to be bound to the WLM. |
_nextgenapiresource |
See Also |