Uses of Class
org.jclouds.cloudstack.domain.VlanIPRange
-
Packages that use VlanIPRange Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features -
-
Uses of VlanIPRange in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return VlanIPRange Modifier and Type Method Description VlanIPRange
VlanIPRange.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type VlanIPRange Modifier and Type Method Description int
VlanIPRange. compareTo(VlanIPRange other)
T
VlanIPRange.Builder. fromVlanIPRange(VlanIPRange in)
-
Uses of VlanIPRange in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return VlanIPRange Modifier and Type Method 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.Methods in org.jclouds.cloudstack.features that return types with arguments of type VlanIPRange Modifier and Type Method Description Set<VlanIPRange>
GlobalVlanApi. listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
-