Skip to content

Commit

Permalink
feat(dns): update the api
Browse files Browse the repository at this point in the history
#### dns:v1

The following keys were added:
- schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1)
- schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2)

#### dns:v1beta2

The following keys were added:
- schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1)
- schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 12, 2023
1 parent 0c5d813 commit 35ef810
Show file tree
Hide file tree
Showing 8 changed files with 1,172 additions and 444 deletions.
232 changes: 168 additions & 64 deletions docs/dyn/dns_v1.changes.html

Large diffs are not rendered by default.

174 changes: 126 additions & 48 deletions docs/dyn/dns_v1.resourceRecordSets.html

Large diffs are not rendered by default.

232 changes: 168 additions & 64 deletions docs/dyn/dns_v1.responsePolicyRules.html

Large diffs are not rendered by default.

344 changes: 248 additions & 96 deletions docs/dyn/dns_v1beta2.changes.html

Large diffs are not rendered by default.

258 changes: 186 additions & 72 deletions docs/dyn/dns_v1beta2.resourceRecordSets.html

Large diffs are not rendered by default.

344 changes: 248 additions & 96 deletions docs/dyn/dns_v1beta2.responsePolicyRules.html

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions googleapiclient/discovery_cache/documents/dns.v1.json
Expand Up @@ -1824,7 +1824,7 @@
}
}
},
"revision": "20231110",
"revision": "20231209",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -3025,6 +3025,10 @@
"geo": {
"$ref": "RRSetRoutingPolicyGeoPolicy"
},
"healthCheck": {
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
"type": "string"
},
"kind": {
"default": "dns#rRSetRoutingPolicy",
"type": "string"
Expand Down Expand Up @@ -3093,10 +3097,18 @@
"type": "object"
},
"RRSetRoutingPolicyHealthCheckTargets": {
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.",
"id": "RRSetRoutingPolicyHealthCheckTargets",
"properties": {
"externalEndpoints": {
"description": "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)",
"items": {
"type": "string"
},
"type": "array"
},
"internalLoadBalancers": {
"description": "Configuration for internal load balancers to be health checked.",
"items": {
"$ref": "RRSetRoutingPolicyLoadBalancerTarget"
},
Expand Down
16 changes: 14 additions & 2 deletions googleapiclient/discovery_cache/documents/dns.v1beta2.json
Expand Up @@ -1821,7 +1821,7 @@
}
}
},
"revision": "20231110",
"revision": "20231209",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -3026,6 +3026,10 @@
"$ref": "RRSetRoutingPolicyGeoPolicy",
"deprecated": true
},
"healthCheck": {
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
"type": "string"
},
"kind": {
"default": "dns#rRSetRoutingPolicy",
"type": "string"
Expand Down Expand Up @@ -3098,10 +3102,18 @@
"type": "object"
},
"RRSetRoutingPolicyHealthCheckTargets": {
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.",
"id": "RRSetRoutingPolicyHealthCheckTargets",
"properties": {
"externalEndpoints": {
"description": "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)",
"items": {
"type": "string"
},
"type": "array"
},
"internalLoadBalancers": {
"description": "Configuration for internal load balancers to be health checked.",
"items": {
"$ref": "RRSetRoutingPolicyLoadBalancerTarget"
},
Expand Down

0 comments on commit 35ef810

Please sign in to comment.