Package | Description |
---|---|
org.jclouds.cloudsigma | |
org.jclouds.cloudsigma.domain | |
org.jclouds.cloudsigma.functions |
Modifier and Type | Method and Description |
---|---|
VLANInfo |
CloudSigmaClient.createVLAN(String name)
create a new vlan
|
VLANInfo |
CloudSigmaClient.getVLANInfo(String uuid) |
VLANInfo |
CloudSigmaClient.renameVLAN(String uuid,
String newName)
set vlan configuration
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.createVLAN(String name) |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.getVLANInfo(String uuid) |
Set<? extends VLANInfo> |
CloudSigmaClient.listVLANInfo()
Get all vlans info
|
com.google.common.util.concurrent.ListenableFuture<Set<VLANInfo>> |
CloudSigmaAsyncClient.listVLANInfo() |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.renameVLAN(String uuid,
String name) |
Modifier and Type | Method and Description |
---|---|
VLANInfo |
VLANInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
VLANInfo |
KeyValuesDelimitedByBlankLinesToVLANInfo.apply(HttpResponse response) |
VLANInfo |
MapToVLANInfo.apply(Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
Set<VLANInfo> |
ListOfKeyValuesDelimitedByBlankLinesToVLANInfoSet.apply(HttpResponse response) |
Copyright © 2009-2012 jclouds. All Rights Reserved.