Uses of Class
org.jclouds.cloudstack.domain.IPForwardingRule

Packages that use IPForwardingRule
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.functions   
 

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<String,Set<IPForwardingRule>> CloudStackComputeServiceContextModule.getIPForwardingRulesByVirtualMachine(com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>> in)
           
 

Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type IPForwardingRule
protected  com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> CloudStackComputeServiceContextModule.getIPForwardingRulesByVirtualMachine(com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>> in)
           
 

Uses of IPForwardingRule in org.jclouds.cloudstack.compute.strategy
 

Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type IPForwardingRule
CloudStackComputeServiceAdapter(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<Map<String,Network>> networkSupplier, com.google.common.base.Supplier<Map<String,Project>> projectSupplier, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork, CreatePortForwardingRulesForIP setupPortForwardingRulesForIP, CreateFirewallRulesForIP setupFirewallRulesForIP, com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules, Map<String,org.jclouds.domain.Credentials> credentialStore, Map<NetworkType,? extends OptionsConverter> optionsConverters, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 

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 o)
           
 T IPForwardingRule.Builder.fromIPForwardingRule(IPForwardingRule in)
           
 

Uses of IPForwardingRule in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return IPForwardingRule
 IPForwardingRule NATApi.getIPForwardingRule(String id)
          get a specific IPForwardingRule by id
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type IPForwardingRule
 Set<IPForwardingRule> NATApi.getIPForwardingRulesForIPAddress(String id)
          get a set of IPForwardingRules by ipaddress id
 Set<IPForwardingRule> NATApi.getIPForwardingRulesForVirtualMachine(String id)
          get a set of IPForwardingRules by virtual machine id
 Set<IPForwardingRule> NATApi.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)
           
 Set<IPForwardingRule> GetIPForwardingRulesByVirtualMachine.load(String input)
           
 

Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type IPForwardingRule
CreatePortForwardingRulesForIP(CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> getIPForwardingRulesByVirtualMachine)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.