RecordSetRoutingPolicyGeoArgs

data class RecordSetRoutingPolicyGeoArgs(val healthCheckedTargets: Output<RecordSetRoutingPolicyGeoHealthCheckedTargetsArgs>? = null, val location: Output<String>, val rrdatas: Output<List<String>>? = null) : ConvertibleToJava<RecordSetRoutingPolicyGeoArgs>

Constructors

Link copied to clipboard
constructor(healthCheckedTargets: Output<RecordSetRoutingPolicyGeoHealthCheckedTargetsArgs>? = null, location: Output<String>, rrdatas: Output<List<String>>? = null)

Properties

Link copied to clipboard

For A and AAAA types only. The list of targets to be health checked. These can be specified along with rrdatas within this item. Structure is documented below.

Link copied to clipboard
val location: Output<String>

The location name defined in Google Cloud.

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

Same as rrdatas above.

Functions

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