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 |
FirewallApi.getEgressFirewallRule(String id) |
FirewallRule |
FirewallApi.getFirewallRule(String id) |
Modifier and Type | Method and Description |
---|---|
Set<FirewallRule> |
FirewallApi.listEgressFirewallRules(ListEgressFirewallRulesOptions... options) |
Set<FirewallRule> |
FirewallApi.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(CloudStackApi client,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
com.google.common.cache.LoadingCache<String,Set<FirewallRule>> getFirewallRulesByVirtualMachine) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.