@@ -752,7 +752,8 @@ class GeoPolicyItem
752752
753753 # HealthCheckTargets describes endpoints to health-check when responding to
754754 # Routing Policy queries. Only the healthy endpoints will be included in the
755- # response.
755+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
756+ # set both.
756757 # Corresponds to the JSON property `healthCheckedTargets`
757758 # @return [Google::Apis::DomainsV1beta1::HealthCheckTargets]
758759 attr_accessor :health_checked_targets
@@ -769,9 +770,9 @@ class GeoPolicyItem
769770 # @return [Array<String>]
770771 attr_accessor :rrdata
771772
772- # DNSSEC generated signatures for all the `rrdata` within this item. If health
773- # checked targets are provided for DNSSEC enabled zones, there's a restriction
774- # of 1 IP address per item.
773+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
774+ # health- checked targets for DNSSEC- enabled zones, you can only use at most one
775+ # health-checked IP address per item.
775776 # Corresponds to the JSON property `signatureRrdata`
776777 # @return [Array<String>]
777778 attr_accessor :signature_rrdata
@@ -872,7 +873,8 @@ def update!(**args)
872873
873874 # HealthCheckTargets describes endpoints to health-check when responding to
874875 # Routing Policy queries. Only the healthy endpoints will be included in the
875- # response.
876+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
877+ # set both.
876878 class HealthCheckTargets
877879 include Google ::Apis ::Core ::Hashable
878880
@@ -1583,7 +1585,8 @@ class PrimaryBackupPolicy
15831585
15841586 # HealthCheckTargets describes endpoints to health-check when responding to
15851587 # Routing Policy queries. Only the healthy endpoints will be included in the
1586- # response.
1588+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
1589+ # set both.
15871590 # Corresponds to the JSON property `primaryTargets`
15881591 # @return [Google::Apis::DomainsV1beta1::HealthCheckTargets]
15891592 attr_accessor :primary_targets
@@ -1624,9 +1627,10 @@ class RrSetRoutingPolicy
16241627 # @return [Google::Apis::DomainsV1beta1::GeoPolicy]
16251628 attr_accessor :geo_policy
16261629
1627- # The selfLink attribute of the HealthCheck resource to use for this
1628- # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1629- # healthChecks
1630+ # The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
1631+ # Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
1632+ # global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
1633+ # reference/rest/v1/healthChecks
16301634 # Corresponds to the JSON property `healthCheck`
16311635 # @return [String]
16321636 attr_accessor :health_check
@@ -2431,7 +2435,8 @@ class WrrPolicyItem
24312435
24322436 # HealthCheckTargets describes endpoints to health-check when responding to
24332437 # Routing Policy queries. Only the healthy endpoints will be included in the
2434- # response.
2438+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2439+ # set both.
24352440 # Corresponds to the JSON property `healthCheckedTargets`
24362441 # @return [Google::Apis::DomainsV1beta1::HealthCheckTargets]
24372442 attr_accessor :health_checked_targets
@@ -2441,9 +2446,9 @@ class WrrPolicyItem
24412446 # @return [Array<String>]
24422447 attr_accessor :rrdata
24432448
2444- # DNSSEC generated signatures for all the `rrdata` within this item. Note that
2445- # if health checked targets are provided for DNSSEC enabled zones, there's a
2446- # restriction of 1 IP address per item.
2449+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2450+ # health- checked targets for DNSSEC- enabled zones, you can only use at most one
2451+ # health-checked IP address per item.
24472452 # Corresponds to the JSON property `signatureRrdata`
24482453 # @return [Array<String>]
24492454 attr_accessor :signature_rrdata
0 commit comments