| getservicegroupbindingsResult Structure Definition |
The getservicegroupbindingsResult structure defines the return type for getservicegroupbindings 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. |
servicegroupbindingsList |
List of servicegroupbindingss |
| servicegroupbindings Structure Definition |
The servicegroupbindings structure defines the actual return type values for getservicegroupbindings API. |
Syntax |
Members |
servicegroupname |
The name of the service. |
ipaddress |
The IP address of the vserver. |
port |
The port of the vserver. |
state |
The state of the service group |
svrstate |
The state of the vserver |
vservername |
The name of the vserver. |
_nextgenapiresource |
See Also |