PrimaryRegionPropertiesArgs

data class PrimaryRegionPropertiesArgs(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

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

Properties

Link copied to clipboard
val esrpAddresses: Output<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

Functions

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