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) |
T |
VlanIPRange.Builder.fromVlanIPRange(VlanIPRange in) |
Modifier and Type | Method and Description |
---|---|
VlanIPRange |
GlobalVlanApi.createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.
|
VlanIPRange |
GlobalVlanApi.getVlanIPRange(String id)
Get the details of an IP range by its id.
|
Modifier and Type | Method and Description |
---|---|
Set<VlanIPRange> |
GlobalVlanApi.listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.