org.jclouds.trmk.vcloudexpress.suppliers
Class TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier

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

@Singleton
public class TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier
extends Object
implements org.jclouds.trmk.vcloud_0_8.suppliers.InternetServiceAndPublicIpAddressSupplier

Author:
Adrian Cole

Field Summary
protected  TerremarkVCloudExpressClient client
           
 org.jclouds.logging.Logger logger
           
 
Constructor Summary
TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier(TerremarkVCloudExpressClient client)
           
 
Method Summary
 Map.Entry<org.jclouds.trmk.vcloud_0_8.domain.InternetService,org.jclouds.trmk.vcloud_0_8.domain.PublicIpAddress> getNewInternetServiceAndIp(org.jclouds.trmk.vcloud_0_8.domain.VApp vApp, int port, org.jclouds.trmk.vcloud_0_8.domain.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 org.jclouds.logging.Logger logger

client

protected final TerremarkVCloudExpressClient client
Constructor Detail

TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier

@Inject
public TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier(TerremarkVCloudExpressClient client)
Method Detail

getNewInternetServiceAndIp

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


Copyright © 2009-2011 jclouds. All Rights Reserved.