PrimaryRegionPropertiesResponse

data class PrimaryRegionPropertiesResponse(val allowedMediaSourceAddressPrefixes: List<String>? = null, val allowedSignalingSourceAddressPrefixes: List<String>? = null, val esrpAddresses: List<String>? = null, val operatorAddresses: List<String>)

The configuration used in this region as primary, and other regions as backup.

Constructors

Link copied to clipboard
constructor(allowedMediaSourceAddressPrefixes: List<String>? = null, allowedSignalingSourceAddressPrefixes: List<String>? = null, esrpAddresses: List<String>? = null, operatorAddresses: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowed source IP addresses or CIDR ranges for media

Link copied to clipboard

The allowed source IP addresses or CIDR ranges for signaling

Link copied to clipboard
val esrpAddresses: List<String>? = null

IP address to use to contact the ESRP from this region

Link copied to clipboard

IP address to use to contact the operator network from this region