@@ -2015,9 +2015,10 @@ class RrSetRoutingPolicy
20152015 # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
20162016 attr_accessor :geo_policy
20172017
2018- # The selfLink attribute of the HealthCheck resource to use for this
2019- # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
2020- # healthChecks
2018+ # The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
2019+ # Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
2020+ # global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
2021+ # reference/rest/v1/healthChecks
20212022 # Corresponds to the JSON property `healthCheck`
20222023 # @return [String]
20232024 attr_accessor :health_check
@@ -2105,7 +2106,8 @@ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
21052106
21062107 # HealthCheckTargets describes endpoints to health-check when responding to
21072108 # Routing Policy queries. Only the healthy endpoints will be included in the
2108- # response.
2109+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2110+ # set both.
21092111 # Corresponds to the JSON property `healthCheckedTargets`
21102112 # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
21112113 attr_accessor :health_checked_targets
@@ -2127,9 +2129,9 @@ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
21272129 # @return [Array<String>]
21282130 attr_accessor :rrdatas
21292131
2130- # DNSSEC generated signatures for all the `rrdata` within this item. If health
2131- # checked targets are provided for DNSSEC enabled zones, there's a restriction
2132- # of 1 IP address per item.
2132+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2133+ # health- checked targets for DNSSEC- enabled zones, you can only use at most one
2134+ # health-checked IP address per item.
21332135 # Corresponds to the JSON property `signatureRrdatas`
21342136 # @return [Array<String>]
21352137 attr_accessor :signature_rrdatas
@@ -2150,7 +2152,8 @@ def update!(**args)
21502152
21512153 # HealthCheckTargets describes endpoints to health-check when responding to
21522154 # Routing Policy queries. Only the healthy endpoints will be included in the
2153- # response.
2155+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2156+ # set both.
21542157 class RrSetRoutingPolicyHealthCheckTargets
21552158 include Google ::Apis ::Core ::Hashable
21562159
@@ -2264,7 +2267,8 @@ class RrSetRoutingPolicyPrimaryBackupPolicy
22642267
22652268 # HealthCheckTargets describes endpoints to health-check when responding to
22662269 # Routing Policy queries. Only the healthy endpoints will be included in the
2267- # response.
2270+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2271+ # set both.
22682272 # Corresponds to the JSON property `primaryTargets`
22692273 # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
22702274 attr_accessor :primary_targets
@@ -2319,7 +2323,8 @@ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
23192323
23202324 # HealthCheckTargets describes endpoints to health-check when responding to
23212325 # Routing Policy queries. Only the healthy endpoints will be included in the
2322- # response.
2326+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2327+ # set both.
23232328 # Corresponds to the JSON property `healthCheckedTargets`
23242329 # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
23252330 attr_accessor :health_checked_targets
@@ -2334,9 +2339,9 @@ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
23342339 # @return [Array<String>]
23352340 attr_accessor :rrdatas
23362341
2337- # DNSSEC generated signatures for all the `rrdata` within this item. Note that
2338- # if health checked targets are provided for DNSSEC enabled zones, there's a
2339- # restriction of 1 IP address per item.
2342+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2343+ # health- checked targets for DNSSEC- enabled zones, you can only use at most one
2344+ # health-checked IP address per item.
23402345 # Corresponds to the JSON property `signatureRrdatas`
23412346 # @return [Array<String>]
23422347 attr_accessor :signature_rrdatas
0 commit comments