mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update all json files
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"description": "Configures and serves authoritative DNS records.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/cloud-dns",
|
||||
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/Khrvb7g_d0JWxRb9Yn4ZzW5VnGk\"",
|
||||
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/BT2KAg5ncg8uv7pxbJOLZo5zBdk\"",
|
||||
"icons": {
|
||||
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
||||
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
||||
@@ -982,7 +982,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190625",
|
||||
"revision": "20191205",
|
||||
"rootUrl": "https://dns.googleapis.com/",
|
||||
"schemas": {
|
||||
"Change": {
|
||||
@@ -1301,6 +1301,10 @@
|
||||
"$ref": "ManagedZonePrivateVisibilityConfig",
|
||||
"description": "For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from."
|
||||
},
|
||||
"reverseLookupConfig": {
|
||||
"$ref": "ManagedZoneReverseLookupConfig",
|
||||
"description": "The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config."
|
||||
},
|
||||
"visibility": {
|
||||
"description": "The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.",
|
||||
"enum": [
|
||||
@@ -1320,7 +1324,7 @@
|
||||
"id": "ManagedZoneDnsSecConfig",
|
||||
"properties": {
|
||||
"defaultKeySpecs": {
|
||||
"description": "Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. Can only be changed while state is OFF.",
|
||||
"description": "Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.",
|
||||
"items": {
|
||||
"$ref": "DnsKeySpec"
|
||||
},
|
||||
@@ -1332,7 +1336,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"nonExistence": {
|
||||
"description": "Specifies the mechanism used to provide authenticated denial-of-existence responses. Can only be changed while state is OFF.",
|
||||
"description": "Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.",
|
||||
"enum": [
|
||||
"nsec",
|
||||
"nsec3"
|
||||
@@ -1381,6 +1385,18 @@
|
||||
"ManagedZoneForwardingConfigNameServerTarget": {
|
||||
"id": "ManagedZoneForwardingConfigNameServerTarget",
|
||||
"properties": {
|
||||
"forwardingPath": {
|
||||
"description": "Forwarding path for this NameServerTarget, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target",
|
||||
"enum": [
|
||||
"default",
|
||||
"private"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"ipv4Address": {
|
||||
"description": "IPv4 address of a target name server.",
|
||||
"type": "string"
|
||||
@@ -1437,7 +1453,7 @@
|
||||
"id": "ManagedZonePeeringConfigTargetNetwork",
|
||||
"properties": {
|
||||
"deactivateTime": {
|
||||
"description": "If this zone has been deactivated (possibly because the producer network it targeted was deleted), the time at which it was deactivated. If the peering connection is still active, this will be the empty string. This is in RFC3339 text format. Output only.",
|
||||
"description": "The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
@@ -1485,6 +1501,17 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ManagedZoneReverseLookupConfig": {
|
||||
"id": "ManagedZoneReverseLookupConfig",
|
||||
"properties": {
|
||||
"kind": {
|
||||
"default": "dns#managedZoneReverseLookupConfig",
|
||||
"description": "Identifies what kind of resource this is. Value: the fixed string \"dns#managedZoneReverseLookupConfig\".",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ManagedZonesListResponse": {
|
||||
"id": "ManagedZonesListResponse",
|
||||
"properties": {
|
||||
@@ -1700,6 +1727,18 @@
|
||||
"PolicyAlternativeNameServerConfigTargetNameServer": {
|
||||
"id": "PolicyAlternativeNameServerConfigTargetNameServer",
|
||||
"properties": {
|
||||
"forwardingPath": {
|
||||
"description": "Forwarding path for this TargetNameServer, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target",
|
||||
"enum": [
|
||||
"default",
|
||||
"private"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"ipv4Address": {
|
||||
"description": "IPv4 address to forward to.",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user