Uses of Class
org.jclouds.googlecomputeengine.options.FirewallOptions
- 
Packages that use FirewallOptions Package Description 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 Modifier and Type Method Description OperationFirewallApi. createInNetwork(String name, URI network, FirewallOptions firewallOptions)Creates a firewall resource in the specified project using the data included in the request.OperationFirewallApi. patch(String firewall, FirewallOptions firewallOptions)Updates the specified firewall resource, with patch semantics, with the data included in the request.OperationFirewallApi. update(String firewall, 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 Modifier and Type Method Description FirewallOptionsFirewallOptions. addAllowedRule(Firewall.Rule allowedRule)FirewallOptionsFirewallOptions. addSourceRange(String sourceRange)FirewallOptionsFirewallOptions. addSourceTag(String sourceTag)FirewallOptionsFirewallOptions. addTargetTag(String targetTag)FirewallOptionsFirewallOptions. allowedRules(List<Firewall.Rule> allowedRules)FirewallOptionsFirewallOptions. description(String description)FirewallOptionsFirewallOptions. name(String name)FirewallOptionsFirewallOptions. network(URI network)FirewallOptionsFirewallOptions. sourceRanges(Iterable<String> sourceRanges)FirewallOptionsFirewallOptions. sourceTags(Iterable<String> sourceTags)FirewallOptionsFirewallOptions. targetTags(List<String> targetTags) 
 -