The networking_cisco.apps.saf.server.services.firewall.native.drivers.asa_rest Module¶
-
class
networking_cisco.apps.saf.server.services.firewall.native.drivers.asa_rest.Asa5585(mgmt_ip, username, password)¶ Bases:
objectASA 5585 Driver.
-
apply_policy(policy)¶ Apply a firewall policy.
-
build_acl(tenant_name, rule)¶ Build the ACL.
-
build_acl_ip(network_obj)¶ Build the acl for IP address.
-
build_acl_port(port, enabled=True)¶ Build the acl for L4 Ports.
-
cleanup(**kwargs)¶ cleanup ASA context for an edge tenant pair.
-
get_ip_address(ip_address)¶ Decode the IP address.
-
get_quota()¶
-
rest_send_cli(data)¶
-
setup(**kwargs)¶ setup ASA context for an edge tenant pair.
-