|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |