VRSAddressRange

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

Overview

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

API Resource

/vrsaddressranges/id
delete get put

Parents

/vrsconfigs/id/vrsaddressranges
get post
/vcenterhypervisors/id/vrsaddressranges
get post
/vcenterdatacenters/id/vrsaddressranges
get post
/vcenters/id/vrsaddressranges
get post
/vcenterclusters/id/vrsaddressranges
get post

Children

/vrsaddressranges/id/metadatas
get post
/vrsaddressranges/id/globalmetadatas
get post put

Members

This object has no members.

Attributes documentation

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
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
Discussion

The ip type of the address range, possible values are IPV4, IPV6 and DUALSTACK.


Charateristics

Allowed values: DUALSTACK, IPV4, IPV6
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