Uses of Class
org.jclouds.vcloud.terremark.domain.Protocol

Packages that use Protocol
org.jclouds.vcloud.terremark   
org.jclouds.vcloud.terremark.domain   
 

Uses of Protocol in org.jclouds.vcloud.terremark
 

Methods in org.jclouds.vcloud.terremark 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)
           
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 InternetService TerremarkVCloudExpressClient.addInternetServiceToVDC(URI vDCId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 

Uses of Protocol in org.jclouds.vcloud.terremark.domain
 

Methods in org.jclouds.vcloud.terremark.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.vcloud.terremark.domain with parameters of type Protocol
InternetService(String name, URI id, PublicIpAddress publicIpAddress, int port, Protocol protocol, boolean enabled, int timeout, String description)
           
 



Copyright © 2009-2010 jclouds. All Rights Reserved.