Uses of Class
org.jclouds.openstack.neutron.v2.domain.UpdateFirewall
-
Packages that use UpdateFirewall Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.extensions -
-
Uses of UpdateFirewall in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return UpdateFirewall Modifier and Type Method Description abstract UpdateFirewall
UpdateFirewall.Builder. build()
static UpdateFirewall
UpdateFirewall. create(String tenantId, String name, String description, Boolean adminStateUp, String firewallPolicyId)
-
Uses of UpdateFirewall in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with parameters of type UpdateFirewall Modifier and Type Method Description Firewall
FWaaSApi. update(String id, UpdateFirewall updateFirewall)
Update a firewall
-