Uses of Interface
org.jclouds.cloudstack.features.AddressClient

Packages that use AddressClient
org.jclouds.cloudstack   
org.jclouds.cloudstack.functions   
 

Uses of AddressClient in org.jclouds.cloudstack
 

Methods in org.jclouds.cloudstack that return AddressClient
 AddressClient CloudStackClient.getAddressClient()
          Provides synchronous access to Address features.
 

Uses of AddressClient in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions with parameters of type AddressClient
static PublicIPAddress ReuseOrAssociateNewPublicIPAddress.findAvailableAndAssociatedWithNetwork(long networkId, AddressClient client)
          Finds existing addresses who are ready for use and not assigned to a machine.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.