{ "id":"/axapi/v3/system/ipsec", "type":"object", "node-type":"scalar", "title":"ipsec", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure Crypto Cores for IPsec processing", "properties":{ "packet-round-robin":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet round robin for IPsec packets", "optional":true }, "crypto-core":{ "type":"number", "format":"number", "minimum":0, "maximum":64, "default":0, "partition-visibility":"shared", "description":"Crypto cores assigned for IPsec processing", "optional":true }, "crypto-mem":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "default":0, "partition-visibility":"shared", "description":"Crypto memory percentage assigned for IPsec processing (rounded to increments of 10)", "optional":true }, "QAT":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"HW assisted QAT SSL module", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "fpga-decrypt":{ "type":"object", "$ref":"/axapi/v3/system/ipsec/fpga-decrypt", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable FPGA decryption offload; 'disable': Disable FPGA decryption offload; ", "enum":[ "enable", "disable" ] } } } } }