Uses of Class
org.jclouds.cloudsigma.domain.VLANInfo

Packages that use VLANInfo
org.jclouds.cloudsigma   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.functions   
 

Uses of VLANInfo in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma that return VLANInfo
 VLANInfo CloudSigmaClient.createVLAN(String name)
          create a new vlan
 VLANInfo CloudSigmaClient.getVLANInfo(String uuid)
           
 VLANInfo CloudSigmaClient.renameVLAN(String uuid, String newName)
          set vlan configuration
 

Methods in org.jclouds.cloudsigma that return types with arguments of type VLANInfo
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.createVLAN(String name)
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.getVLANInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<Set<VLANInfo>> CloudSigmaAsyncClient.listVLANInfo()
           
 Set<? extends VLANInfo> CloudSigmaClient.listVLANInfo()
          Get all vlans info
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.renameVLAN(String uuid, String name)
           
 

Uses of VLANInfo in org.jclouds.cloudsigma.domain
 

Methods in org.jclouds.cloudsigma.domain that return VLANInfo
 VLANInfo VLANInfo.Builder.build()
           
 

Uses of VLANInfo in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions that return VLANInfo
 VLANInfo KeyValuesDelimitedByBlankLinesToVLANInfo.apply(HttpResponse response)
           
 VLANInfo MapToVLANInfo.apply(Map<String,String> from)
           
 

Methods in org.jclouds.cloudsigma.functions that return types with arguments of type VLANInfo
 Set<VLANInfo> ListOfKeyValuesDelimitedByBlankLinesToVLANInfoSet.apply(HttpResponse response)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.