VRSAddressRange

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

Overview

entityScope enum (ENTERPRISE | GLOBAL) autogenerated   filterable   orderable  
externalID string filterable   orderable   locally unique  
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   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

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