Uses of Class
org.jclouds.cloudstack.domain.VlanIPRange
Packages that use VlanIPRange
-
Uses of VlanIPRange in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return VlanIPRangeMethods in org.jclouds.cloudstack.domain with parameters of type VlanIPRangeModifier and TypeMethodDescriptionint
VlanIPRange.compareTo
(VlanIPRange other) VlanIPRange.Builder.fromVlanIPRange
(VlanIPRange in) -
Uses of VlanIPRange in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return VlanIPRangeModifier and TypeMethodDescriptionGlobalVlanApi.createVlanIPRange
(String startIP, String endIP, CreateVlanIPRangeOptions... options) Creates a VLAN IP range.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 VlanIPRangeModifier and TypeMethodDescriptionGlobalVlanApi.listVlanIPRanges
(ListVlanIPRangesOptions... options) Lists all VLAN IP ranges.