| getipsecalgprofileResult Structure Definition |
The getipsecalgprofileResult structure defines the return type for getipsecalgprofile 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. |
ipsecalgprofileList |
List of ipsecalgprofiles |
| ipsecalgprofile Structure Definition |
The ipsecalgprofile structure defines the actual return type values for getipsecalgprofile API. |
Syntax |
Members |
name |
The name of the ipsec alg profile |
ikesessiontimeout |
IKE session timeout in minutes |
espsessiontimeout |
ESP session timeout in minutes. |
espgatetimeout |
Timeout ESP in seconds as no ESP packets are seen after IKE negotiation |
connfailover |
Mode in which the connection failover feature must operate for the IPSec Alg. After a failover, established UDP connections and ESP packet flows are kept active and resumed on the secondary appliance. Recomended setting is ENABLED. |
_nextgenapiresource |
See Also |