|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IPForwardingRule in org.jclouds.cloudstack.compute.config |
---|
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type IPForwardingRule | |
---|---|
protected com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> |
CloudStackComputeServiceContextModule.getIPForwardingRulesByVirtualMachine(com.google.common.cache.CacheLoader<Long,Set<IPForwardingRule>> getIPForwardingRules)
|
Set<IPForwardingRule> |
CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine.load(Long input)
|
Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type IPForwardingRule | |
---|---|
protected com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> |
CloudStackComputeServiceContextModule.getIPForwardingRulesByVirtualMachine(com.google.common.cache.CacheLoader<Long,Set<IPForwardingRule>> getIPForwardingRules)
|
Uses of IPForwardingRule in org.jclouds.cloudstack.compute.strategy |
---|
Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type IPForwardingRule | |
---|---|
CloudStackComputeServiceAdapter(CloudStackClient client,
com.google.common.base.Predicate<Long> jobComplete,
com.google.common.base.Supplier<Map<Long,Network>> networkSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> vmToRules,
Map<String,Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<Long,Zone>> zoneIdToZone)
|
Uses of IPForwardingRule in org.jclouds.cloudstack.domain |
---|
Methods in org.jclouds.cloudstack.domain that return IPForwardingRule | |
---|---|
IPForwardingRule |
IPForwardingRule.Builder.build()
|
Methods in org.jclouds.cloudstack.domain with parameters of type IPForwardingRule | |
---|---|
int |
IPForwardingRule.compareTo(IPForwardingRule arg0)
|
Uses of IPForwardingRule in org.jclouds.cloudstack.features |
---|
Methods in org.jclouds.cloudstack.features that return IPForwardingRule | |
---|---|
IPForwardingRule |
NATClient.getIPForwardingRule(long id)
get a specific IPForwardingRule by id |
Methods in org.jclouds.cloudstack.features that return types with arguments of type IPForwardingRule | |
---|---|
com.google.common.util.concurrent.ListenableFuture<IPForwardingRule> |
NATAsyncClient.getIPForwardingRule(long id)
|
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForIPAddress(long id)
|
Set<IPForwardingRule> |
NATClient.getIPForwardingRulesForIPAddress(long id)
get a set of IPForwardingRules by ipaddress id |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForVirtualMachine(long id)
|
Set<IPForwardingRule> |
NATClient.getIPForwardingRulesForVirtualMachine(long id)
get a set of IPForwardingRules by virtual machine id |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.listIPForwardingRules(ListIPForwardingRulesOptions... options)
|
Set<IPForwardingRule> |
NATClient.listIPForwardingRules(ListIPForwardingRulesOptions... options)
List the ip forwarding rules |
Uses of IPForwardingRule in org.jclouds.cloudstack.functions |
---|
Methods in org.jclouds.cloudstack.functions that return types with arguments of type IPForwardingRule | |
---|---|
Set<IPForwardingRule> |
CreatePortForwardingRulesForIP.apply(PublicIPAddress ip,
Iterable<Integer> ports)
|
Set<IPForwardingRule> |
CreatePortForwardingRulesForIP.apply(PublicIPAddress ip,
String protocol,
Iterable<Integer> ports)
|
Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type IPForwardingRule | |
---|---|
CreatePortForwardingRulesForIP(CloudStackClient client,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> getIPForwardingRulesByVirtualMachine)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |