Primary Region Properties Args
data class PrimaryRegionPropertiesArgs(val allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, val allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, val esrpAddresses: Output<List<String>>? = null, val operatorAddresses: Output<List<String>>) : ConvertibleToJava<PrimaryRegionPropertiesArgs>
The configuration used in this region as primary, and other regions as backup.
Constructors
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
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