Uses of Class
org.dasein.cloud.services.firewall.Firewall

Packages that use Firewall
org.dasein.cloud.services.firewall The firewall services define how to manage and control your firewall rules. 
 

Uses of Firewall in org.dasein.cloud.services.firewall
 

Methods in org.dasein.cloud.services.firewall that return Firewall
 Firewall FirewallServices.getFirewall(String firewallId)
          Provides the full firewall data for the specified firewall.
 

Methods in org.dasein.cloud.services.firewall that return types with arguments of type Firewall
 Collection<Firewall> FirewallServices.list()
          Lists all firewalls in the current provider context.