{ "id":"/axapi/v3/interface/trunk/{ifnum}/ip/stateful-firewall", "type":"object", "node-type":"scalar", "title":"stateful-firewall", "partition-visibility":"shared", "description":"Configure Stateful Firewall direction", "properties":{ "inside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inside (private) interface for stateful firewall", "optional":true }, "class-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class List (Class List Name)", "optional":true }, "outside":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Outside (public) interface for stateful firewall", "optional":true }, "access-list":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Access-list for traffic from the outside", "optional":true }, "acl-id":{ "type":"number", "format":"number", "minimum":1, "maximum":199, "partition-visibility":"shared", "description":"ACL id", "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 } } }