| getsslglobalResult Structure Definition |
The getsslglobalResult structure defines the return type for getsslglobal 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. |
sslglobalList |
List of sslglobals |
| sslglobal Structure Definition |
The sslglobal structure defines the actual return type values for getsslglobal API. |
Syntax |
Members |
type |
Global bind point to which the policy is bound. |
policyname |
The name for the SSL policy. |
priority |
The priority of the policy binding. |
numpol |
The number of policies bound to the bindpoint. |
globalbindtype |
_nextgenapiresource |
sslpolicyname |
sslpolicypriority |
See Also |