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 CloudSigmaApi.createVLAN(String name)
          create a new vlan
 VLANInfo CloudSigmaApi.getVLANInfo(String uuid)
           
 VLANInfo CloudSigmaApi.renameVLAN(String uuid, String name)
          set vlan configuration
 

Methods in org.jclouds.cloudsigma that return types with arguments of type VLANInfo
 Set<VLANInfo> CloudSigmaApi.listVLANInfo()
          Get all vlans info
 

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(org.jclouds.http.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(org.jclouds.http.HttpResponse response)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.