RecordSetRoutingPolicyGeo

data class RecordSetRoutingPolicyGeo(val healthCheckedTargets: RecordSetRoutingPolicyGeoHealthCheckedTargets? = null, val location: String, val rrdatas: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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

The location name defined in Google Cloud.

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

Same as rrdatas above.