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 firewall,
FirewallOptions firewallOptions)
Updates the specified firewall resource, with patch semantics, with the data included in the request.
|
Operation |
FirewallApi.update(String firewall,
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(List<Firewall.Rule> allowedRules) |
FirewallOptions |
FirewallOptions.description(String description) |
FirewallOptions |
FirewallOptions.name(String name) |
FirewallOptions |
FirewallOptions.network(URI network) |
FirewallOptions |
FirewallOptions.sourceRanges(Iterable<String> sourceRanges) |
FirewallOptions |
FirewallOptions.sourceTags(Iterable<String> sourceTags) |
FirewallOptions |
FirewallOptions.targetTags(List<String> targetTags) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.