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

Packages that use Protocol
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.vcloudexpress   
org.jclouds.trmk.vcloudexpress.suppliers   
 

Uses of Protocol in org.jclouds.trmk.ecloud
 

Methods in org.jclouds.trmk.ecloud with parameters of type Protocol
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 

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

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

Uses of Protocol in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 with parameters of type Protocol
 InternetService TerremarkVCloudClient.addInternetServiceToExistingIp(URI existingIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
          This call adds an internet service to a known, existing public IP.
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 

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

Methods in org.jclouds.trmk.vcloud_0_8.domain that return Protocol
 Protocol InternetService.getProtocol()
           
static Protocol Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protocol[] Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

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

Uses of Protocol in org.jclouds.trmk.vcloudexpress
 

Methods in org.jclouds.trmk.vcloudexpress with parameters of type Protocol
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 InternetService TerremarkVCloudExpressClient.addInternetServiceToVDC(URI vDCId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 

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

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



Copyright © 2009-2011 jclouds. All Rights Reserved.