RecordSetRoutingPolicyPrimaryBackupPrimaryArgs

data class RecordSetRoutingPolicyPrimaryBackupPrimaryArgs(val externalEndpoints: Output<List<String>>? = null, val internalLoadBalancers: Output<List<RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs>>? = null) : ConvertibleToJava<RecordSetRoutingPolicyPrimaryBackupPrimaryArgs>

Constructors

constructor(externalEndpoints: Output<List<String>>? = null, internalLoadBalancers: Output<List<RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs>>? = null)

Properties

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

The Internet IP addresses to be health checked.

Link copied to clipboard

The list of internal load balancers to health check.

Functions

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