MultiCastRange

A multicast channel range defines a set of multicast groups that will be allowed to be joined. They act as a set of "white-list" addresses that a VM will be allowed to join. A multicast channel map requires at least one range defined to be of use. Ranges within the same channel map must be non-overlapping between each other. Groups not covered by a range won't be joinable from the VMs.

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

/multicastranges/id
delete get put

Parents

/multicastchannelmaps/id/multicastranges
get post

Children

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

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.


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

Highest address in the MultiCast range


Charateristics

Format: free
SDK attribute: maxAddress

minAddress string required   filterable   orderable  
Discussion

Lowest address in the MultiCast range


Charateristics

Format: free
SDK attribute: minAddress