Uses of Class
org.jclouds.trmk.vcloud_0_8.domain.PublicIpAddress

Packages that use PublicIpAddress
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.suppliers   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.domain   
org.jclouds.trmk.vcloud_0_8.suppliers   
org.jclouds.trmk.vcloud_0_8.xml   
org.jclouds.trmk.vcloudexpress.suppliers   
 

Uses of PublicIpAddress in org.jclouds.trmk.ecloud
 

Methods in org.jclouds.trmk.ecloud that return PublicIpAddress
 PublicIpAddress TerremarkECloudClient.activatePublicIpInVDC(URI vDCId)
          Allocate a new public IP
 

Methods in org.jclouds.trmk.ecloud that return types with arguments of type PublicIpAddress
 com.google.common.util.concurrent.ListenableFuture<PublicIpAddress> TerremarkECloudAsyncClient.activatePublicIpInVDC(URI vDCId)
           
 

Uses of PublicIpAddress in org.jclouds.trmk.ecloud.suppliers
 

Methods in org.jclouds.trmk.ecloud.suppliers that return types with arguments of type PublicIpAddress
 Map.Entry<InternetService,PublicIpAddress> TerremarkECloudInternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp, int port, Protocol protocol)
           
 

Uses of PublicIpAddress in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 that return types with arguments of type PublicIpAddress
 Set<PublicIpAddress> TerremarkVCloudClient.getPublicIpsAssociatedWithVDC(URI vDCId)
          This call returns a list of public IP addresses.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpAddress>> TerremarkVCloudAsyncClient.getPublicIpsAssociatedWithVDC(URI vDCId)
           
 

Uses of PublicIpAddress in org.jclouds.trmk.vcloud_0_8.domain
 

Methods in org.jclouds.trmk.vcloud_0_8.domain that return PublicIpAddress
 PublicIpAddress InternetService.getPublicIpAddress()
           
 

Methods in org.jclouds.trmk.vcloud_0_8.domain with parameters of type PublicIpAddress
 int PublicIpAddress.compareTo(PublicIpAddress that)
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.domain with parameters of type PublicIpAddress
InternetService(String name, URI id, PublicIpAddress publicIpAddress, int port, Protocol protocol, boolean enabled, int timeout, String description)
           
 

Uses of PublicIpAddress in org.jclouds.trmk.vcloud_0_8.suppliers
 

Methods in org.jclouds.trmk.vcloud_0_8.suppliers that return types with arguments of type PublicIpAddress
 Map.Entry<InternetService,PublicIpAddress> InternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp, int port, Protocol protocol)
           
 

Uses of PublicIpAddress in org.jclouds.trmk.vcloud_0_8.xml
 

Methods in org.jclouds.trmk.vcloud_0_8.xml that return PublicIpAddress
 PublicIpAddress PublicIpAddressHandler.getResult()
           
 

Methods in org.jclouds.trmk.vcloud_0_8.xml that return types with arguments of type PublicIpAddress
 Set<PublicIpAddress> PublicIpAddressesHandler.getResult()
           
 

Uses of PublicIpAddress in org.jclouds.trmk.vcloudexpress.suppliers
 

Methods in org.jclouds.trmk.vcloudexpress.suppliers that return types with arguments of type PublicIpAddress
 Map.Entry<InternetService,PublicIpAddress> TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp, int port, Protocol protocol)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.