org.jclouds.trmk.vcloudexpress.suppliers
Class TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier

java.lang.Object
  extended by org.jclouds.trmk.vcloudexpress.suppliers.TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier
All Implemented Interfaces:
InternetServiceAndPublicIpAddressSupplier

@Singleton
public class TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier
extends Object
implements InternetServiceAndPublicIpAddressSupplier

Author:
Adrian Cole

Field Summary
protected  TerremarkVCloudExpressClient client
           
 Logger logger
           
 
Constructor Summary
TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier(TerremarkVCloudExpressClient client)
           
 
Method Summary
 Map.Entry<InternetService,PublicIpAddress> getNewInternetServiceAndIp(VApp vApp, int port, Protocol protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.compute")
public Logger logger

client

protected final TerremarkVCloudExpressClient client
Constructor Detail

TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier

@Inject
public TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier(TerremarkVCloudExpressClient client)
Method Detail

getNewInternetServiceAndIp

public Map.Entry<InternetService,PublicIpAddress> getNewInternetServiceAndIp(VApp vApp,
                                                                             int port,
                                                                             Protocol protocol)
Specified by:
getNewInternetServiceAndIp in interface InternetServiceAndPublicIpAddressSupplier


Copyright © 2009-2011 jclouds. All Rights Reserved.