AddressRange

This is the definition of a Address Range associated with a Network.

Overview

DHCPPoolType enum (BRIDGE | HOST) filterable   orderable  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated   filterable   orderable  
externalID string filterable   orderable   locally unique  
IPType enum (DUALSTACK | IPV4 | IPV6) filterable   orderable  
lastUpdatedBy string autogenerated  
maxAddress string required   filterable   orderable  
minAddress string required   filterable   orderable  

API Resource

/addressranges/id
delete get put

Parents

/sharednetworkresources/id/addressranges
get post
/subnettemplates/id/addressranges
get post
/subnets/id/addressranges
get post
/l2domains/id/addressranges
get
/l2domaintemplates/id/addressranges
get post

Children

/addressranges/id/metadatas
get post
/addressranges/id/globalmetadatas
get post put
/addressranges/id/eventlogs
get

Members

This object has no members.

Attributes documentation

DHCPPoolType enum filterable   orderable  
Discussion

DHCPPoolType is an enum that indicates if the DHCP Pool is for HOST/BRIDGE.


Charateristics

Allowed values: BRIDGE, HOST
SDK attribute: DHCPPoolType

entityScope enum autogenerated   filterable   orderable  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
Format: free
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

IPType enum filterable   orderable  
Discussion

IPv4 or IPv6(only IPv4 is supported in R1.0) Possible values are IPV4, IPV6, DUALSTACK.


Charateristics

Allowed values: DUALSTACK, IPV4, IPV6
Format: free
SDK attribute: IPType

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

maxAddress string required   filterable   orderable  
Discussion

Higest address in the address range


Charateristics

Format: free
SDK attribute: maxAddress

minAddress string required   filterable   orderable  
Discussion

Lowest address in the address range


Charateristics

Format: free
SDK attribute: minAddress