google-apis-dns_v1beta2 0.37.0 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 712f11d870b11a1ea1ac1a1c849ac596816e6aa3ee9f99882c563b0c2fbb99d3
4
- data.tar.gz: 3abb8c4877e1954359f539f1e3a2d6cc48849e9c2ba4eb6e1ee87686efa3e29c
3
+ metadata.gz: ebf2bfadad128ad3df4e1d7d8584197bddbcb9f44849793a5101ed0b199ffb88
4
+ data.tar.gz: ba7050b549f8f83215669c870baf037c9b8c9c22d9e863b21f313def440c14fc
5
5
  SHA512:
6
- metadata.gz: 8fcf101b658d65063175c398749d315059d544fa6a241ff8630ebf745811350910c24f5fb4b6d6a0b9acb31ecadfbe6130aea8ad45945e6d8b24de5c150643be
7
- data.tar.gz: 72c61f21a35784f3c743037ed2c41448f9ac47981f4be4540853e5c53d0146900b27fbed126bb7ebd064a89e74a0f158ae361805cd1af5599b72792e5b2d3b10
6
+ metadata.gz: 5f95bb2aafac53b16d430fd9e2dde2413859476665d8fcb8c5652bd60696cd0816cd6858bf7e2fbdf168ce7be413eac0f05a9fef608640b604dcfea718a301b0
7
+ data.tar.gz: a72aedaaeb8257c2b26b1ed9469cabd82ef646712b3c7010dbc3ec54250916e62e20241a1de3ad80df1fbfe2ce72bd6233fca8d00772fbf5ff0ef5407512ea2c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.39.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231130
6
+
7
+ ### v0.38.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230831
10
+
3
11
  ### v0.37.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230807
@@ -1963,6 +1963,13 @@ module Google
1963
1963
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
1964
1964
  attr_accessor :geo_policy
1965
1965
 
1966
+ # The selfLink attribute of the HealthCheck resource to use for this
1967
+ # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1968
+ # healthChecks
1969
+ # Corresponds to the JSON property `healthCheck`
1970
+ # @return [String]
1971
+ attr_accessor :health_check
1972
+
1966
1973
  #
1967
1974
  # Corresponds to the JSON property `kind`
1968
1975
  # @return [String]
@@ -1993,6 +2000,7 @@ module Google
1993
2000
  def update!(**args)
1994
2001
  @geo = args[:geo] if args.key?(:geo)
1995
2002
  @geo_policy = args[:geo_policy] if args.key?(:geo_policy)
2003
+ @health_check = args[:health_check] if args.key?(:health_check)
1996
2004
  @kind = args[:kind] if args.key?(:kind)
1997
2005
  @primary_backup = args[:primary_backup] if args.key?(:primary_backup)
1998
2006
  @wrr = args[:wrr] if args.key?(:wrr)
@@ -2006,11 +2014,11 @@ module Google
2006
2014
  include Google::Apis::Core::Hashable
2007
2015
 
2008
2016
  # Without fencing, if health check fails for all configured items in the current
2009
- # geo bucket, we'll failover to the next nearest geo bucket. With fencing, if
2010
- # health check is enabled, as long as some targets in the current geo bucket are
2011
- # healthy, we'll return only the healthy targets. However, if they're all
2012
- # unhealthy, we won't failover to the next nearest bucket, we'll simply return
2013
- # all the items in the current bucket even though they're unhealthy.
2017
+ # geo bucket, we failover to the next nearest geo bucket. With fencing, if
2018
+ # health checking is enabled, as long as some targets in the current geo bucket
2019
+ # are healthy, we return only the healthy targets. However, if all targets are
2020
+ # unhealthy, we don't failover to the next nearest bucket; instead, we return
2021
+ # all the items in the current bucket even when all targets are unhealthy.
2014
2022
  # Corresponds to the JSON property `enableFencing`
2015
2023
  # @return [Boolean]
2016
2024
  attr_accessor :enable_fencing
@@ -2045,7 +2053,8 @@ module Google
2045
2053
 
2046
2054
  # HealthCheckTargets describes endpoints to health-check when responding to
2047
2055
  # Routing Policy queries. Only the healthy endpoints will be included in the
2048
- # response.
2056
+ # response. Only one of internal_load_balancer and external_endpoints should be
2057
+ # set.
2049
2058
  # Corresponds to the JSON property `healthCheckedTargets`
2050
2059
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2051
2060
  attr_accessor :health_checked_targets
@@ -2067,9 +2076,9 @@ module Google
2067
2076
  # @return [Array<String>]
2068
2077
  attr_accessor :rrdatas
2069
2078
 
2070
- # DNSSEC generated signatures for all the rrdata within this item. Note that if
2071
- # health checked targets are provided for DNSSEC enabled zones, there's a
2072
- # restriction of 1 ip per item. .
2079
+ # DNSSEC generated signatures for all the rrdata within this item. If health
2080
+ # checked targets are provided for DNSSEC enabled zones, there's a restriction
2081
+ # of 1 IP address per item.
2073
2082
  # Corresponds to the JSON property `signatureRrdatas`
2074
2083
  # @return [Array<String>]
2075
2084
  attr_accessor :signature_rrdatas
@@ -2090,11 +2099,19 @@ module Google
2090
2099
 
2091
2100
  # HealthCheckTargets describes endpoints to health-check when responding to
2092
2101
  # Routing Policy queries. Only the healthy endpoints will be included in the
2093
- # response.
2102
+ # response. Only one of internal_load_balancer and external_endpoints should be
2103
+ # set.
2094
2104
  class RrSetRoutingPolicyHealthCheckTargets
2095
2105
  include Google::Apis::Core::Hashable
2096
2106
 
2097
- #
2107
+ # The Internet IP addresses to be health checked. The format matches the format
2108
+ # of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (
2109
+ # section 3.6.1)
2110
+ # Corresponds to the JSON property `externalEndpoints`
2111
+ # @return [Array<String>]
2112
+ attr_accessor :external_endpoints
2113
+
2114
+ # Configuration for internal load balancers to be health checked.
2098
2115
  # Corresponds to the JSON property `internalLoadBalancers`
2099
2116
  # @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget>]
2100
2117
  attr_accessor :internal_load_balancers
@@ -2105,20 +2122,21 @@ module Google
2105
2122
 
2106
2123
  # Update properties of this object
2107
2124
  def update!(**args)
2125
+ @external_endpoints = args[:external_endpoints] if args.key?(:external_endpoints)
2108
2126
  @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
2109
2127
  end
2110
2128
  end
2111
2129
 
2112
- #
2130
+ # The configuration for an individual load balancer to health check.
2113
2131
  class RrSetRoutingPolicyLoadBalancerTarget
2114
2132
  include Google::Apis::Core::Hashable
2115
2133
 
2116
- # The frontend IP address of the Load Balancer to health check.
2134
+ # The frontend IP address of the load balancer to health check.
2117
2135
  # Corresponds to the JSON property `ipAddress`
2118
2136
  # @return [String]
2119
2137
  attr_accessor :ip_address
2120
2138
 
2121
- #
2139
+ # The protocol of the load balancer to health check.
2122
2140
  # Corresponds to the JSON property `ipProtocol`
2123
2141
  # @return [String]
2124
2142
  attr_accessor :ip_protocol
@@ -2128,31 +2146,34 @@ module Google
2128
2146
  # @return [String]
2129
2147
  attr_accessor :kind
2130
2148
 
2131
- # The type of Load Balancer specified by this target. Must match the
2132
- # configuration of the Load Balancer located at the LoadBalancerTarget's IP
2133
- # address/port and region.
2149
+ # The type of load balancer specified by this target. This value must match the
2150
+ # configuration of the load balancer located at the LoadBalancerTarget's IP
2151
+ # address, port, and region. Use the following: - *regionalL4ilb*: for a
2152
+ # regional internal passthrough Network Load Balancer. - *regionalL7ilb*: for a
2153
+ # regional internal Application Load Balancer. - *globalL7ilb*: for a global
2154
+ # internal Application Load Balancer.
2134
2155
  # Corresponds to the JSON property `loadBalancerType`
2135
2156
  # @return [String]
2136
2157
  attr_accessor :load_balancer_type
2137
2158
 
2138
- # The fully qualified url of the network on which the ILB is present. This
2139
- # should be formatted like https://www.googleapis.com/compute/v1/projects/`
2140
- # project`/global/networks/`network`
2159
+ # The fully qualified URL of the network that the load balancer is attached to.
2160
+ # This should be formatted like https://www.googleapis.com/compute/v1/projects/`
2161
+ # project`/global/networks/`network` .
2141
2162
  # Corresponds to the JSON property `networkUrl`
2142
2163
  # @return [String]
2143
2164
  attr_accessor :network_url
2144
2165
 
2145
- # The configured port of the Load Balancer.
2166
+ # The configured port of the load balancer.
2146
2167
  # Corresponds to the JSON property `port`
2147
2168
  # @return [String]
2148
2169
  attr_accessor :port
2149
2170
 
2150
- # The project ID in which the ILB exists.
2171
+ # The project ID in which the load balancer is located.
2151
2172
  # Corresponds to the JSON property `project`
2152
2173
  # @return [String]
2153
2174
  attr_accessor :project
2154
2175
 
2155
- # The region in which the ILB exists.
2176
+ # The region in which the load balancer is located.
2156
2177
  # Corresponds to the JSON property `region`
2157
2178
  # @return [String]
2158
2179
  attr_accessor :region
@@ -2193,7 +2214,8 @@ module Google
2193
2214
 
2194
2215
  # HealthCheckTargets describes endpoints to health-check when responding to
2195
2216
  # Routing Policy queries. Only the healthy endpoints will be included in the
2196
- # response.
2217
+ # response. Only one of internal_load_balancer and external_endpoints should be
2218
+ # set.
2197
2219
  # Corresponds to the JSON property `primaryTargets`
2198
2220
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2199
2221
  attr_accessor :primary_targets
@@ -2248,7 +2270,8 @@ module Google
2248
2270
 
2249
2271
  # HealthCheckTargets describes endpoints to health-check when responding to
2250
2272
  # Routing Policy queries. Only the healthy endpoints will be included in the
2251
- # response.
2273
+ # response. Only one of internal_load_balancer and external_endpoints should be
2274
+ # set.
2252
2275
  # Corresponds to the JSON property `healthCheckedTargets`
2253
2276
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2254
2277
  attr_accessor :health_checked_targets
@@ -2265,15 +2288,15 @@ module Google
2265
2288
 
2266
2289
  # DNSSEC generated signatures for all the rrdata within this item. Note that if
2267
2290
  # health checked targets are provided for DNSSEC enabled zones, there's a
2268
- # restriction of 1 ip per item. .
2291
+ # restriction of 1 IP address per item.
2269
2292
  # Corresponds to the JSON property `signatureRrdatas`
2270
2293
  # @return [Array<String>]
2271
2294
  attr_accessor :signature_rrdatas
2272
2295
 
2273
- # The weight corresponding to this subset of rrdata. When multiple
2274
- # WeightedRoundRobinPolicyItems are configured, the probability of returning an
2275
- # rrset is proportional to its weight relative to the sum of weights configured
2276
- # for all items. This weight should be non-negative.
2296
+ # The weight corresponding to this WrrPolicyItem object. When multiple
2297
+ # WrrPolicyItem objects are configured, the probability of returning an
2298
+ # WrrPolicyItem object's data is proportional to its weight relative to the sum
2299
+ # of weights configured for all items. This weight must be non-negative.
2277
2300
  # Corresponds to the JSON property `weight`
2278
2301
  # @return [Float]
2279
2302
  attr_accessor :weight
@@ -2368,11 +2391,10 @@ module Google
2368
2391
  # The presence of this field indicates that there exist more results following
2369
2392
  # your last page of results in pagination order. To fetch them, make another
2370
2393
  # list request using this value as your pagination token. This lets you retrieve
2371
- # complete contents of even larger collections, one page at a time. However, if
2372
- # the contents of the collection change between the first and last paginated
2373
- # list request, the set of elements returned are an inconsistent view of the
2374
- # collection. You cannot retrieve a consistent snapshot of a collection larger
2375
- # than the maximum page size.
2394
+ # the complete contents of even larger collections, one page at a time. However,
2395
+ # if the collection changes between paginated list requests, the set of elements
2396
+ # returned is an inconsistent view of the collection. You cannot retrieve a
2397
+ # consistent snapshot of a collection larger than the maximum page size.
2376
2398
  # Corresponds to the JSON property `nextPageToken`
2377
2399
  # @return [String]
2378
2400
  attr_accessor :next_page_token
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230807"
25
+ REVISION = "20231130"
26
26
  end
27
27
  end
28
28
  end
@@ -896,6 +896,7 @@ module Google
896
896
 
897
897
  property :geo_policy, as: 'geoPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy::Representation
898
898
 
899
+ property :health_check, as: 'healthCheck'
899
900
  property :kind, as: 'kind'
900
901
  property :primary_backup, as: 'primaryBackup', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy::Representation
901
902
 
@@ -931,6 +932,7 @@ module Google
931
932
  class RrSetRoutingPolicyHealthCheckTargets
932
933
  # @private
933
934
  class Representation < Google::Apis::Core::JsonRepresentation
935
+ collection :external_endpoints, as: 'externalEndpoints'
934
936
  collection :internal_load_balancers, as: 'internalLoadBalancers', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget::Representation
935
937
 
936
938
  end
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.37.0
4
+ version: 0.39.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: 2023-09-03 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []