Skip to content

Commit 3b1af4c

Browse files
feat(domains): update the api
#### domains:v1 The following keys were added: - schemas.HealthCheckTargets.properties.externalEndpoints (Total Keys: 2) - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1) #### domains:v1alpha2 The following keys were added: - schemas.HealthCheckTargets.properties.externalEndpoints (Total Keys: 2) - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1) #### domains:v1beta1 The following keys were added: - schemas.HealthCheckTargets.properties.externalEndpoints (Total Keys: 2) - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1)
1 parent 591c32c commit 3b1af4c

6 files changed

+93
-3
lines changed

docs/dyn/domains_v1.projects.locations.registrations.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,9 @@ <h3>Method Details</h3>
17111711
&quot;item&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
17121712
{ # ResourceRecordSet data for one geo location.
17131713
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
1714+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1715+
&quot;A String&quot;,
1716+
],
17141717
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17151718
{ # The configuration for an individual load balancer to health check.
17161719
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1738,6 +1741,9 @@ <h3>Method Details</h3>
17381741
&quot;item&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
17391742
{ # ResourceRecordSet data for one geo location.
17401743
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
1744+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1745+
&quot;A String&quot;,
1746+
],
17411747
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17421748
{ # The configuration for an individual load balancer to health check.
17431749
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1760,12 +1766,16 @@ <h3>Method Details</h3>
17601766
},
17611767
],
17621768
},
1769+
&quot;healthCheck&quot;: &quot;A String&quot;, # The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
17631770
&quot;primaryBackup&quot;: { # Configures a RRSetRoutingPolicy such that all queries are responded with the primary_targets if they are healthy. And if all of them are unhealthy, then we fallback to a geo localized policy.
17641771
&quot;backupGeoTargets&quot;: { # Configures a `RRSetRoutingPolicy` that routes based on the geo location of the querying user. # Backup targets provide a regional failover policy for the otherwise global primary targets. If serving state is set to `BACKUP`, this policy essentially becomes a geo routing policy.
17651772
&quot;enableFencing&quot;: True or False, # Without fencing, if health check fails for all configured items in the current geo bucket, we failover to the next nearest geo bucket. With fencing, if health checking is enabled, as long as some targets in the current geo bucket are healthy, we return only the healthy targets. However, if all targets are unhealthy, we don&#x27;t failover to the next nearest bucket; instead, we return all the items in the current bucket even when all targets are unhealthy.
17661773
&quot;item&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
17671774
{ # ResourceRecordSet data for one geo location.
17681775
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
1776+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1777+
&quot;A String&quot;,
1778+
],
17691779
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17701780
{ # The configuration for an individual load balancer to health check.
17711781
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1789,6 +1799,9 @@ <h3>Method Details</h3>
17891799
],
17901800
},
17911801
&quot;primaryTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # Endpoints that are health checked before making the routing decision. Unhealthy endpoints are omitted from the results. If all endpoints are unhealthy, we serve a response based on the `backup_geo_targets`.
1802+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1803+
&quot;A String&quot;,
1804+
],
17921805
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17931806
{ # The configuration for an individual load balancer to health check.
17941807
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1807,6 +1820,9 @@ <h3>Method Details</h3>
18071820
&quot;item&quot;: [
18081821
{ # A routing block which contains the routing information for one WRR item.
18091822
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one of `rrdata` or `health_checked_targets` can be set.
1823+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1824+
&quot;A String&quot;,
1825+
],
18101826
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
18111827
{ # The configuration for an individual load balancer to health check.
18121828
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1833,6 +1849,9 @@ <h3>Method Details</h3>
18331849
&quot;item&quot;: [
18341850
{ # A routing block which contains the routing information for one WRR item.
18351851
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one of `rrdata` or `health_checked_targets` can be set.
1852+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1853+
&quot;A String&quot;,
1854+
],
18361855
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
18371856
{ # The configuration for an individual load balancer to health check.
18381857
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.

docs/dyn/domains_v1alpha2.projects.locations.registrations.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,9 @@ <h3>Method Details</h3>
17151715
&quot;item&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
17161716
{ # ResourceRecordSet data for one geo location.
17171717
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
1718+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1719+
&quot;A String&quot;,
1720+
],
17181721
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17191722
{ # The configuration for an individual load balancer to health check.
17201723
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1742,6 +1745,9 @@ <h3>Method Details</h3>
17421745
&quot;item&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
17431746
{ # ResourceRecordSet data for one geo location.
17441747
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
1748+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1749+
&quot;A String&quot;,
1750+
],
17451751
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17461752
{ # The configuration for an individual load balancer to health check.
17471753
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1764,12 +1770,16 @@ <h3>Method Details</h3>
17641770
},
17651771
],
17661772
},
1773+
&quot;healthCheck&quot;: &quot;A String&quot;, # The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
17671774
&quot;primaryBackup&quot;: { # Configures a RRSetRoutingPolicy such that all queries are responded with the primary_targets if they are healthy. And if all of them are unhealthy, then we fallback to a geo localized policy.
17681775
&quot;backupGeoTargets&quot;: { # Configures a `RRSetRoutingPolicy` that routes based on the geo location of the querying user. # Backup targets provide a regional failover policy for the otherwise global primary targets. If serving state is set to `BACKUP`, this policy essentially becomes a geo routing policy.
17691776
&quot;enableFencing&quot;: True or False, # Without fencing, if health check fails for all configured items in the current geo bucket, we failover to the next nearest geo bucket. With fencing, if health checking is enabled, as long as some targets in the current geo bucket are healthy, we return only the healthy targets. However, if all targets are unhealthy, we don&#x27;t failover to the next nearest bucket; instead, we return all the items in the current bucket even when all targets are unhealthy.
17701777
&quot;item&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
17711778
{ # ResourceRecordSet data for one geo location.
17721779
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
1780+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1781+
&quot;A String&quot;,
1782+
],
17731783
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17741784
{ # The configuration for an individual load balancer to health check.
17751785
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1793,6 +1803,9 @@ <h3>Method Details</h3>
17931803
],
17941804
},
17951805
&quot;primaryTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # Endpoints that are health checked before making the routing decision. Unhealthy endpoints are omitted from the results. If all endpoints are unhealthy, we serve a response based on the `backup_geo_targets`.
1806+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1807+
&quot;A String&quot;,
1808+
],
17961809
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
17971810
{ # The configuration for an individual load balancer to health check.
17981811
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1811,6 +1824,9 @@ <h3>Method Details</h3>
18111824
&quot;item&quot;: [
18121825
{ # A routing block which contains the routing information for one WRR item.
18131826
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one of `rrdata` or `health_checked_targets` can be set.
1827+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1828+
&quot;A String&quot;,
1829+
],
18141830
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
18151831
{ # The configuration for an individual load balancer to health check.
18161832
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.
@@ -1837,6 +1853,9 @@ <h3>Method Details</h3>
18371853
&quot;item&quot;: [
18381854
{ # A routing block which contains the routing information for one WRR item.
18391855
&quot;healthCheckedTargets&quot;: { # HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. # Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one of `rrdata` or `health_checked_targets` can be set.
1856+
&quot;externalEndpoints&quot;: [ # The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
1857+
&quot;A String&quot;,
1858+
],
18401859
&quot;internalLoadBalancer&quot;: [ # Configuration for internal load balancers to be health checked.
18411860
{ # The configuration for an individual load balancer to health check.
18421861
&quot;ipAddress&quot;: &quot;A String&quot;, # The frontend IP address of the load balancer to health check.

0 commit comments

Comments
 (0)