| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.options |
| Modifier and Type | Method and Description |
|---|---|
Firewall.Rule |
Firewall.Rule.Builder.build() |
static Firewall.Rule |
Firewall.Rule.permitTcpRule(Integer port) |
static Firewall.Rule |
Firewall.Rule.permitTcpRule(Integer start,
Integer end) |
static Firewall.Rule |
Firewall.Rule.permitUdpRule(Integer port) |
static Firewall.Rule |
Firewall.Rule.permitUdpRule(Integer start,
Integer end) |
| Modifier and Type | Method and Description |
|---|---|
Set<Firewall.Rule> |
Firewall.getAllowed()
Each rule specifies a protocol and port-range tuple that describes a permitted connection.
|
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.addAllowed(Firewall.Rule firewallRule) |
Firewall.Rule.Builder |
Firewall.Rule.Builder.fromFirewallRule(Firewall.Rule firewallRule) |
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.allowed(Set<Firewall.Rule> firewallRules) |
| Constructor and Description |
|---|
Firewall(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
URI network,
Set<String> sourceRanges,
Set<String> sourceTags,
Set<String> targetTags,
Set<Firewall.Rule> allowed) |
| Modifier and Type | Method and Description |
|---|---|
Set<Firewall.Rule> |
FirewallOptions.getAllowed() |
| Modifier and Type | Method and Description |
|---|---|
FirewallOptions |
FirewallOptions.addAllowedRule(Firewall.Rule allowedRule) |
| Modifier and Type | Method and Description |
|---|---|
FirewallOptions |
FirewallOptions.allowedRules(Set<Firewall.Rule> allowedRules) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.