ServicesCommunicationsGatewayServiceLocationArgs

data class ServicesCommunicationsGatewayServiceLocationArgs(val allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, val allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, val esrpAddresses: Output<List<String>>? = null, val location: Output<String>, val operatorAddresses: Output<List<String>>) : ConvertibleToJava<ServicesCommunicationsGatewayServiceLocationArgs>

Constructors

constructor(allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, esrpAddresses: Output<List<String>>? = null, location: Output<String>, operatorAddresses: Output<List<String>>)

Properties

Link copied to clipboard

Specifies the allowed source IP address or CIDR ranges for media.

Link copied to clipboard

Specifies the allowed source IP address or CIDR ranges for signaling.

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

IP address to use to contact the ESRP from this region. !>Note: The esrp_addresses must be specified for each service_location when thee911_type is set to DirectToEsrp. The esrp_addresses must not be specified for each service_location when thee911_type is set to Standard.

Link copied to clipboard
val location: Output<String>

Specifies the region in which the resources needed for Teams Calling will be deployed.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ServicesCommunicationsGatewayServiceLocationArgs