Uses of Class
org.jclouds.openstack.neutron.v2.domain.Firewall
Packages that use Firewall
Package
Description
-
Uses of Firewall in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return FirewallModifier and TypeMethodDescriptionstatic Firewall
Firewall.create
(String id, String tenantId, String name, String description, Boolean adminStateUp, String status, String firewallPolicyId) Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Firewall -
Uses of Firewall in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions that return FirewallModifier and TypeMethodDescriptionFWaaSApi.create
(CreateFirewall firewall) Create a new firewallReturns the details for a specific firewall.FWaaSApi.update
(String id, UpdateFirewall updateFirewall) Update a firewallMethods in org.jclouds.openstack.neutron.v2.extensions that return types with arguments of type FirewallModifier and TypeMethodDescriptionFWaaSApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.FWaaSApi.list
(PaginationOptions options) -
Uses of Firewall in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type FirewallModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Firewall>> FirewallToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)