Uses of Class
org.jclouds.googlecomputeengine.options.FirewallOptions

Packages that use FirewallOptions
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.options   
 

Uses of FirewallOptions in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features with parameters of type FirewallOptions
 Operation FirewallApi.createInNetwork(String name, URI network, FirewallOptions firewallOptions)
          Creates a firewall resource in the specified project using the data included in the request.
 Operation FirewallApi.patch(String firewallName, FirewallOptions firewallOptions)
          Updates the specified firewall resource, with patch semantics, with the data included in the request.
 Operation FirewallApi.update(String firewallName, FirewallOptions firewallOptions)
          Updates the specified firewall resource with the data included in the request.
 

Uses of FirewallOptions in org.jclouds.googlecomputeengine.options
 

Methods in org.jclouds.googlecomputeengine.options that return FirewallOptions
 FirewallOptions FirewallOptions.addAllowedRule(Firewall.Rule allowedRule)
           
 FirewallOptions FirewallOptions.addSourceRange(String sourceRange)
           
 FirewallOptions FirewallOptions.addSourceTag(String sourceTag)
           
 FirewallOptions FirewallOptions.addTargetTag(String targetTag)
           
 FirewallOptions FirewallOptions.allowedRules(Set<Firewall.Rule> allowedRules)
           
 FirewallOptions FirewallOptions.name(String name)
           
 FirewallOptions FirewallOptions.network(URI network)
           
 FirewallOptions FirewallOptions.sourceRanges(Set<String> sourceRanges)
           
 FirewallOptions FirewallOptions.sourceTags(Set<String> sourceTags)
           
 FirewallOptions FirewallOptions.targetTags(Set<String> targetTags)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.