public interface GlobalVlanAsyncClient
GlobalVlanClient,
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteVlanIPRange(String rangeId)
Deletes a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
getVlanIPRange(String id)
Get the details of an IP range by its id.
|
com.google.common.util.concurrent.ListenableFuture<Set<VlanIPRange>> |
listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
|
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> getVlanIPRange(String id)
id - the required IP range.com.google.common.util.concurrent.ListenableFuture<Set<VlanIPRange>> listVlanIPRanges(ListVlanIPRangesOptions... options)
options - optional arguments.com.google.common.util.concurrent.ListenableFuture<VlanIPRange> createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)
startIP - the beginning IP address in the VLAN IP rangeendIP - the ending IP address in the VLAN IP rangeoptions - optional argumentsCopyright © 2009-2013 jclouds. All Rights Reserved.