| getcloudtunnelvserverResult Structure Definition |
The getcloudtunnelvserverResult structure defines the return type for getcloudtunnelvserver 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. |
cloudtunnelvserverList |
List of cloudtunnelvservers |
| cloudtunnelvserver Structure Definition |
The cloudtunnelvserver structure defines the actual return type values for getcloudtunnelvserver API. |
Syntax |
Members |
name |
Name of cloud tunnel vserver |
servicetype |
ServiceType of Listener using which traffic will be tunneled through cloud tunnel server. |
state |
The current state of the virtual server, as UP, DOWN, BUSY, and so on. |
effectivestate |
type |
The type of virtual server; for example, CONTENT based or ADDRESS based. |
ipaddress |
The Virtual IP address of the Cloud Tunnel virtual server. |
ipaddress2 |
IPv4 or IPv6 address of the Cloud Tunnel virtual server. |
port |
Port on which the virtual server listens. |
range |
cachetype |
Virtual server cache type. The options are: TRANSPARENT, REVERSE, and FORWARD. |
listenpolicy |
String specifying the listen policy for the Cloud Tunnel virtual server. Can be either a named expression or an expression. The Cloud Tunnel virtual server processes only the traffic for which the expression evaluates to true. |
listenpriority |
Integer specifying the priority of the listen policy. A higher number specifies a lower priority. If a request matches the listen policies of more than one virtual server, the virtual server whose listen policy has the highest priority (the lowest priority number) accepts the request. |
_nextgenapiresource |
See Also |