CloudStack v2.2.13 - 2.2.14 Root Admin API Reference

createVlanIpRange

Creates a VLAN IP range.

Request parameters

Parameter NameDescriptionRequired
startipthe beginning IP address in the VLAN IP rangetrue
accountaccount who will own the VLAN. If VLAN is Zone wide, this parameter should be ommitedfalse
domainiddomain ID of the account owning a VLANfalse
endipthe ending IP address in the VLAN IP rangefalse
forvirtualnetworktrue if VLAN is of Virtual type, false if Directfalse
gatewaythe gateway of the VLAN IP rangefalse
netmaskthe netmask of the VLAN IP rangefalse
networkidthe network idfalse
physicalnetworkidthe physical network idfalse
podidoptional parameter. Have to be specified for Direct Untagged vlan only.false
projectidproject who will own the VLAN. If VLAN is Zone wide, this parameter should be ommitedfalse
vlanthe ID or VID of the VLAN. Default is an "untagged" VLAN.false
zoneidthe Zone ID of the VLAN IP rangefalse

Response Tags

Response NameDescription
idthe ID of the VLAN IP range
accountthe account of the VLAN IP range
descriptionthe description of the VLAN IP range
domainthe domain name of the VLAN IP range
domainidthe domain ID of the VLAN IP range
endipthe end ip of the VLAN IP range
forvirtualnetworkthe virtual network for the VLAN IP range
gatewaythe gateway of the VLAN IP range
netmaskthe netmask of the VLAN IP range
networkidthe network id of vlan range
physicalnetworkidthe physical network this belongs to
podidthe Pod ID for the VLAN IP range
podnamethe Pod name for the VLAN IP range
projectthe project name of the vlan range
projectidthe project id of the vlan range
startipthe start ip of the VLAN IP range
vlanthe ID or VID of the VLAN.
zoneidthe Zone ID of the VLAN IP range