org.jclouds.cloudstack.functions
Class GetIPForwardingRulesByVirtualMachine

java.lang.Object
  extended by com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>>
      extended by org.jclouds.cloudstack.functions.GetIPForwardingRulesByVirtualMachine

@Singleton
public class GetIPForwardingRulesByVirtualMachine
extends com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Constructor Summary
GetIPForwardingRulesByVirtualMachine(CloudStackApi client)
           
 
Method Summary
 Set<IPForwardingRule> load(String input)
           
 
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetIPForwardingRulesByVirtualMachine

@Inject
public GetIPForwardingRulesByVirtualMachine(CloudStackApi client)
Method Detail

load

public Set<IPForwardingRule> load(String input)
Specified by:
load in class com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>>
Throws:
org.jclouds.rest.ResourceNotFoundException - when there is no ip forwarding rule available for the VM


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