RecordSetRoutingPolicyPrimaryBackupBackupGeoArgs

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

Constructors

fun RecordSetRoutingPolicyPrimaryBackupBackupGeoArgs(healthCheckedTargets: Output<RecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsArgs>? = null, location: Output<String>, rrdatas: Output<List<String>>? = null)

Functions

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

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 document 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