Package | Description |
---|---|
org.jclouds.cloudstack.compute.config | |
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.functions |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,Set<FirewallRule>> |
CloudStackComputeServiceContextModule.getFirewallRulesByVirtualMachine(com.google.common.cache.CacheLoader<String,Set<FirewallRule>> getFirewallRules) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,Set<FirewallRule>> |
CloudStackComputeServiceContextModule.getFirewallRulesByVirtualMachine(com.google.common.cache.CacheLoader<String,Set<FirewallRule>> getFirewallRules) |
Modifier and Type | Method and Description |
---|---|
FirewallRule |
FirewallRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
FirewallRule.compareTo(FirewallRule other) |
T |
FirewallRule.Builder.fromFirewallRule(FirewallRule in) |
Modifier and Type | Method and Description |
---|---|
FirewallRule |
FirewallClient.getFirewallRule(String id)
Get a firewall rule by ID
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<FirewallRule> |
FirewallAsyncClient.getFirewallRule(String id) |
Set<FirewallRule> |
FirewallClient.listFirewallRules(ListFirewallRulesOptions... options)
List the firewall rules
|
com.google.common.util.concurrent.ListenableFuture<Set<FirewallRule>> |
FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options) |
Modifier and Type | Method and Description |
---|---|
Set<FirewallRule> |
CreateFirewallRulesForIP.apply(PublicIPAddress ip,
Iterable<Integer> ports) |
Set<FirewallRule> |
CreateFirewallRulesForIP.apply(PublicIPAddress ip,
String protocol,
Iterable<Integer> ports) |
Set<FirewallRule> |
GetFirewallRulesByVirtualMachine.load(String input) |
Constructor and Description |
---|
CreateFirewallRulesForIP(CloudStackClient client,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
com.google.common.cache.LoadingCache<String,Set<FirewallRule>> getFirewallRulesByVirtualMachine) |
Copyright © 2009-2013 jclouds. All Rights Reserved.