Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
static Firewall.Rule |
Firewall.Rule.create(String ipProtocol,
List<String> ports) |
Modifier and Type | Method and Description |
---|---|
abstract List<Firewall.Rule> |
Firewall.allowed()
Each rule specifies a protocol and port-range tuple that describes a permitted connection.
|
Modifier and Type | Method and Description |
---|---|
static Firewall |
Firewall.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
URI network,
List<String> sourceRanges,
List<String> sourceTags,
List<String> targetTags,
List<Firewall.Rule> allowed) |
Modifier and Type | Method and Description |
---|---|
List<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(List<Firewall.Rule> allowedRules) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.