google-apis-dns_v1beta2 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1beta2/classes.rb +21 -19
- data/lib/google/apis/dns_v1beta2/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1beta2/service.rb +5 -5
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: beaa83ea7a6ec04bf51623a556acb9fcf414f3b54aa22ef1ce52caf37a740156
|
|
4
|
+
data.tar.gz: 57bd39751465bf2d2466e53ed7ec91352f0ecbb327fa2fc6e183dfe20940adfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fec6408f9e31f0fec744cbb803ca980f54b406a3f8fd3623cc3a39520d04e822ce52236ae769611592cf91041e6e4db74bcc0207d252f8267064985e10294d0
|
|
7
|
+
data.tar.gz: 95bc75ae4dd7984febdee220fe8abd2c8319a06ab54d4378acab77a3e6ea62c1791da854f8684af51908618675501b6ba813a685f81289b0311fa1f957f5ed78
|
data/CHANGELOG.md
CHANGED
|
@@ -65,7 +65,7 @@ module Google
|
|
|
65
65
|
attr_accessor :start_time
|
|
66
66
|
|
|
67
67
|
# Status of the operation (output only). A status of "done" means that the
|
|
68
|
-
# request to update the authoritative servers has been sent but the servers
|
|
68
|
+
# request to update the authoritative servers has been sent, but the servers
|
|
69
69
|
# might not be updated yet.
|
|
70
70
|
# Corresponds to the JSON property `status`
|
|
71
71
|
# @return [String]
|
|
@@ -167,14 +167,14 @@ module Google
|
|
|
167
167
|
attr_accessor :id
|
|
168
168
|
|
|
169
169
|
# Active keys are used to sign subsequent changes to the ManagedZone. Inactive
|
|
170
|
-
# keys
|
|
170
|
+
# keys are still present as DNSKEY Resource Records for the use of resolvers
|
|
171
171
|
# validating existing signatures.
|
|
172
172
|
# Corresponds to the JSON property `isActive`
|
|
173
173
|
# @return [Boolean]
|
|
174
174
|
attr_accessor :is_active
|
|
175
175
|
alias_method :is_active?, :is_active
|
|
176
176
|
|
|
177
|
-
# Length of the key in bits. Specified at creation time, then immutable.
|
|
177
|
+
# Length of the key in bits. Specified at creation time, and then immutable.
|
|
178
178
|
# Corresponds to the JSON property `keyLength`
|
|
179
179
|
# @return [Fixnum]
|
|
180
180
|
attr_accessor :key_length
|
|
@@ -201,7 +201,7 @@ module Google
|
|
|
201
201
|
|
|
202
202
|
# One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the
|
|
203
203
|
# Secure Entry Point flag set and, when active, are used to sign only resource
|
|
204
|
-
# record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared
|
|
204
|
+
# record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared,
|
|
205
205
|
# and this key is used to sign only resource record sets of other types.
|
|
206
206
|
# Immutable after creation time.
|
|
207
207
|
# Corresponds to the JSON property `type`
|
|
@@ -399,8 +399,8 @@ module Google
|
|
|
399
399
|
|
|
400
400
|
# Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet
|
|
401
401
|
# is a set of DNS name servers that all host the same ManagedZones. Most users
|
|
402
|
-
#
|
|
403
|
-
#
|
|
402
|
+
# leave this field unset. If you need to use this field, contact your account
|
|
403
|
+
# team.
|
|
404
404
|
# Corresponds to the JSON property `nameServerSet`
|
|
405
405
|
# @return [String]
|
|
406
406
|
attr_accessor :name_server_set
|
|
@@ -537,9 +537,10 @@ module Google
|
|
|
537
537
|
include Google::Apis::Core::Hashable
|
|
538
538
|
|
|
539
539
|
# Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
|
|
540
|
-
# DNS makes forwarding decisions based on address ranges; that is, RFC1918
|
|
541
|
-
# addresses go to the VPC, non-RFC1918 addresses go to the internet.
|
|
542
|
-
# PRIVATE, Cloud DNS always sends queries through VPC
|
|
540
|
+
# DNS makes forwarding decisions based on IP address ranges; that is, RFC1918
|
|
541
|
+
# addresses go to the VPC network, non-RFC1918 addresses go to the internet.
|
|
542
|
+
# When set to PRIVATE, Cloud DNS always sends queries through the VPC network
|
|
543
|
+
# for this target.
|
|
543
544
|
# Corresponds to the JSON property `forwardingPath`
|
|
544
545
|
# @return [String]
|
|
545
546
|
attr_accessor :forwarding_path
|
|
@@ -712,9 +713,9 @@ module Google
|
|
|
712
713
|
# @return [String]
|
|
713
714
|
attr_accessor :kind
|
|
714
715
|
|
|
715
|
-
# The fully qualified URL of the VPC network to bind to.
|
|
716
|
-
#
|
|
717
|
-
#
|
|
716
|
+
# The fully qualified URL of the VPC network to bind to. Format this URL like
|
|
717
|
+
# https://www.googleapis.com/compute/v1/projects/`project`/global/networks/`
|
|
718
|
+
# network`
|
|
718
719
|
# Corresponds to the JSON property `networkUrl`
|
|
719
720
|
# @return [String]
|
|
720
721
|
attr_accessor :network_url
|
|
@@ -778,8 +779,8 @@ module Google
|
|
|
778
779
|
class ManagedZoneServiceDirectoryConfigNamespace
|
|
779
780
|
include Google::Apis::Core::Hashable
|
|
780
781
|
|
|
781
|
-
# The time that the namespace backing this zone was deleted
|
|
782
|
-
# still exists. This is in RFC3339 text format. Output only.
|
|
782
|
+
# The time that the namespace backing this zone was deleted; an empty string if
|
|
783
|
+
# it still exists. This is in RFC3339 text format. Output only.
|
|
783
784
|
# Corresponds to the JSON property `deletionTime`
|
|
784
785
|
# @return [String]
|
|
785
786
|
attr_accessor :deletion_time
|
|
@@ -1094,7 +1095,7 @@ module Google
|
|
|
1094
1095
|
|
|
1095
1096
|
# Allows networks bound to this policy to receive DNS queries sent by VMs or
|
|
1096
1097
|
# applications over VPN connections. When enabled, a virtual IP address is
|
|
1097
|
-
# allocated from each of the
|
|
1098
|
+
# allocated from each of the subnetworks that are bound to this policy.
|
|
1098
1099
|
# Corresponds to the JSON property `enableInboundForwarding`
|
|
1099
1100
|
# @return [Boolean]
|
|
1100
1101
|
attr_accessor :enable_inbound_forwarding
|
|
@@ -1176,9 +1177,10 @@ module Google
|
|
|
1176
1177
|
include Google::Apis::Core::Hashable
|
|
1177
1178
|
|
|
1178
1179
|
# Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud
|
|
1179
|
-
# DNS makes forwarding
|
|
1180
|
-
# addresses go to the VPC, non-RFC1918 addresses go to the internet.
|
|
1181
|
-
# PRIVATE, Cloud DNS always sends queries through VPC
|
|
1180
|
+
# DNS makes forwarding decisions based on address ranges; that is, RFC1918
|
|
1181
|
+
# addresses go to the VPC network, non-RFC1918 addresses go to the internet.
|
|
1182
|
+
# When set to PRIVATE, Cloud DNS always sends queries through the VPC network
|
|
1183
|
+
# for this target.
|
|
1182
1184
|
# Corresponds to the JSON property `forwardingPath`
|
|
1183
1185
|
# @return [String]
|
|
1184
1186
|
attr_accessor :forwarding_path
|
|
@@ -1390,7 +1392,7 @@ module Google
|
|
|
1390
1392
|
end
|
|
1391
1393
|
end
|
|
1392
1394
|
|
|
1393
|
-
# A unit of data that
|
|
1395
|
+
# A unit of data that is returned by the DNS servers.
|
|
1394
1396
|
class ResourceRecordSet
|
|
1395
1397
|
include Google::Apis::Core::Hashable
|
|
1396
1398
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DnsV1beta2
|
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210227"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -591,7 +591,7 @@ module Google
|
|
|
591
591
|
execute_or_queue_command(command, &block)
|
|
592
592
|
end
|
|
593
593
|
|
|
594
|
-
# Creates a new Policy
|
|
594
|
+
# Creates a new Policy.
|
|
595
595
|
# @param [String] project
|
|
596
596
|
# Identifies the project addressed by this request.
|
|
597
597
|
# @param [Google::Apis::DnsV1beta2::Policy] policy_object
|
|
@@ -628,7 +628,7 @@ module Google
|
|
|
628
628
|
execute_or_queue_command(command, &block)
|
|
629
629
|
end
|
|
630
630
|
|
|
631
|
-
#
|
|
631
|
+
# Deletes a previously created Policy. Fails if the policy is still being
|
|
632
632
|
# referenced by a network.
|
|
633
633
|
# @param [String] project
|
|
634
634
|
# Identifies the project addressed by this request.
|
|
@@ -1027,7 +1027,7 @@ module Google
|
|
|
1027
1027
|
execute_or_queue_command(command, &block)
|
|
1028
1028
|
end
|
|
1029
1029
|
|
|
1030
|
-
#
|
|
1030
|
+
# Enumerates ResourceRecordSets that you have created but not yet deleted.
|
|
1031
1031
|
# @param [String] project
|
|
1032
1032
|
# Identifies the project addressed by this request.
|
|
1033
1033
|
# @param [String] managed_zone
|
|
@@ -1114,8 +1114,8 @@ module Google
|
|
|
1114
1114
|
execute_or_queue_command(command, &block)
|
|
1115
1115
|
end
|
|
1116
1116
|
|
|
1117
|
-
# Delete a previously created Response Policy.
|
|
1118
|
-
#
|
|
1117
|
+
# Delete a previously created Response Policy. Fails if the response policy is
|
|
1118
|
+
# non-empty or still being referenced by a network.
|
|
1119
1119
|
# @param [String] project
|
|
1120
1120
|
# Identifies the project addressed by this request.
|
|
1121
1121
|
# @param [String] response_policy
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dns_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: '2.
|
|
65
|
+
version: '2.5'
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.13
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Cloud DNS API V1beta2
|