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

Packages that use Protocol
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.domain   
org.jclouds.trmk.vcloud_0_8.suppliers   
 

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)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.