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