| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.features | |
| org.jclouds.googlecomputeengine.options |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.