Uses of Class
org.jclouds.cloudstack.functions.CreatePortForwardingRulesForIP
Packages that use CreatePortForwardingRulesForIP
-
Uses of CreatePortForwardingRulesForIP in org.jclouds.cloudstack.compute.strategy
Constructors in org.jclouds.cloudstack.compute.strategy with parameters of type CreatePortForwardingRulesForIPModifierConstructorDescriptionCloudStackComputeServiceAdapter
(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, 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, GroupNamingConvention.Factory namingConvention, GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull credentialsProvider)