Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
VlanIPRange |
VlanIPRange.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
VlanIPRange.compareTo(VlanIPRange other) |
Modifier and Type | Method and Description |
---|---|
VlanIPRange |
GlobalVlanClient.createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.
|
VlanIPRange |
GlobalVlanClient.getVlanIPRange(long id)
Get the details of an IP range by its id.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.getVlanIPRange(long id)
Get the details of an IP range by its id.
|
Set<VlanIPRange> |
GlobalVlanClient.listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
|
com.google.common.util.concurrent.ListenableFuture<Set<VlanIPRange>> |
GlobalVlanAsyncClient.listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.