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 UpdateFirewallUpdateFirewall.Builder. build()static UpdateFirewallUpdateFirewall. 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 FirewallFWaaSApi. update(String id, UpdateFirewall updateFirewall)Update a firewall 
 -