google-apis-compute_beta 0.92.0 → 0.93.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ab59fdd4cdfc985cef3ae019a6dd1b8c5cdb9752fb0fe02681b90bb0c1051c9
|
4
|
+
data.tar.gz: 284c9a4556d0f3b706dc93f9b94e68d51c27249bce040599af2fed671969a6e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78c14ab3f8d6720b4e35bc457ded54c4c713d076d0103e1d8f9b1fe824474040318aa53c87a6b8c92c9ffec1be8daa84e01a6e79569c1c4bff538354bf1aa6de
|
7
|
+
data.tar.gz: cf03cbfc835c331c29de4858d114babba10d38930f142fa5d697f744ae02578b3ae12da82e0bc72779843ebf3f29015498c477b8a38976284d1fc7256ddb232d
|
data/CHANGELOG.md
CHANGED
@@ -12071,6 +12071,20 @@ module Google
|
|
12071
12071
|
# @return [String]
|
12072
12072
|
attr_accessor :self_link
|
12073
12073
|
|
12074
|
+
# The list of cloud regions from which health checks are performed. If any
|
12075
|
+
# regions are specified, then exactly 3 regions should be specified. The region
|
12076
|
+
# names must be valid names of GCP regions. This can only be set for global
|
12077
|
+
# health check. If this list is non-empty, then there are restrictions on what
|
12078
|
+
# other health check fields are supported and what other resources can use this
|
12079
|
+
# health check: - SSL, HTTP2, and GRPC protocols are not supported. - The TCP
|
12080
|
+
# request field is not supported. - The proxyHeader field for HTTP, HTTPS, and
|
12081
|
+
# TCP is not supported. - The checkIntervalSec field must be at least 30. - The
|
12082
|
+
# health check cannot be used with BackendService nor with managed instance
|
12083
|
+
# group auto-healing.
|
12084
|
+
# Corresponds to the JSON property `sourceRegions`
|
12085
|
+
# @return [Array<String>]
|
12086
|
+
attr_accessor :source_regions
|
12087
|
+
|
12074
12088
|
#
|
12075
12089
|
# Corresponds to the JSON property `sslHealthCheck`
|
12076
12090
|
# @return [Google::Apis::ComputeBeta::SslHealthCheck]
|
@@ -12121,6 +12135,7 @@ module Google
|
|
12121
12135
|
@name = args[:name] if args.key?(:name)
|
12122
12136
|
@region = args[:region] if args.key?(:region)
|
12123
12137
|
@self_link = args[:self_link] if args.key?(:self_link)
|
12138
|
+
@source_regions = args[:source_regions] if args.key?(:source_regions)
|
12124
12139
|
@ssl_health_check = args[:ssl_health_check] if args.key?(:ssl_health_check)
|
12125
12140
|
@tcp_health_check = args[:tcp_health_check] if args.key?(:tcp_health_check)
|
12126
12141
|
@timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
|
@@ -40543,6 +40558,19 @@ module Google
|
|
40543
40558
|
# @return [String]
|
40544
40559
|
attr_accessor :producer_forwarding_rule
|
40545
40560
|
|
40561
|
+
# The number of consumer Network Connectivity Center spokes that connected
|
40562
|
+
# Private Service Connect endpoints can be propagated to. This limit lets a
|
40563
|
+
# service producer indirectly limit how many propagated Private Service Connect
|
40564
|
+
# connections can be established to the producer's service attachment. If the
|
40565
|
+
# connection preference of the service attachment is ACCEPT_MANUAL, the limit
|
40566
|
+
# applies to each project or network that is listed in the consumer accept list.
|
40567
|
+
# If the connection preference of the service attachment is ACCEPT_AUTOMATIC,
|
40568
|
+
# the limit applies to each project that contains a connected endpoint. If
|
40569
|
+
# unspecified, the default propagated connection limit is 250.
|
40570
|
+
# Corresponds to the JSON property `propagatedConnectionLimit`
|
40571
|
+
# @return [Fixnum]
|
40572
|
+
attr_accessor :propagated_connection_limit
|
40573
|
+
|
40546
40574
|
# [Output Only] An 128-bit global unique ID of the PSC service attachment.
|
40547
40575
|
# Corresponds to the JSON property `pscServiceAttachmentId`
|
40548
40576
|
# @return [Google::Apis::ComputeBeta::Uint128]
|
@@ -40608,6 +40636,7 @@ module Google
|
|
40608
40636
|
@name = args[:name] if args.key?(:name)
|
40609
40637
|
@nat_subnets = args[:nat_subnets] if args.key?(:nat_subnets)
|
40610
40638
|
@producer_forwarding_rule = args[:producer_forwarding_rule] if args.key?(:producer_forwarding_rule)
|
40639
|
+
@propagated_connection_limit = args[:propagated_connection_limit] if args.key?(:propagated_connection_limit)
|
40611
40640
|
@psc_service_attachment_id = args[:psc_service_attachment_id] if args.key?(:psc_service_attachment_id)
|
40612
40641
|
@reconcile_connections = args[:reconcile_connections] if args.key?(:reconcile_connections)
|
40613
40642
|
@region = args[:region] if args.key?(:region)
|
@@ -40754,6 +40783,12 @@ module Google
|
|
40754
40783
|
# @return [String]
|
40755
40784
|
attr_accessor :endpoint
|
40756
40785
|
|
40786
|
+
# The number of consumer Network Connectivity Center spokes that the connected
|
40787
|
+
# Private Service Connect endpoint has propagated to.
|
40788
|
+
# Corresponds to the JSON property `propagatedConnectionCount`
|
40789
|
+
# @return [Fixnum]
|
40790
|
+
attr_accessor :propagated_connection_count
|
40791
|
+
|
40757
40792
|
# The PSC connection id of the connected endpoint.
|
40758
40793
|
# Corresponds to the JSON property `pscConnectionId`
|
40759
40794
|
# @return [Fixnum]
|
@@ -40772,6 +40807,7 @@ module Google
|
|
40772
40807
|
def update!(**args)
|
40773
40808
|
@consumer_network = args[:consumer_network] if args.key?(:consumer_network)
|
40774
40809
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
40810
|
+
@propagated_connection_count = args[:propagated_connection_count] if args.key?(:propagated_connection_count)
|
40775
40811
|
@psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
|
40776
40812
|
@status = args[:status] if args.key?(:status)
|
40777
40813
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeBeta
|
18
18
|
# Version of the google-apis-compute_beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.93.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240220"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -9424,6 +9424,7 @@ module Google
|
|
9424
9424
|
property :name, as: 'name'
|
9425
9425
|
property :region, as: 'region'
|
9426
9426
|
property :self_link, as: 'selfLink'
|
9427
|
+
collection :source_regions, as: 'sourceRegions'
|
9427
9428
|
property :ssl_health_check, as: 'sslHealthCheck', class: Google::Apis::ComputeBeta::SslHealthCheck, decorator: Google::Apis::ComputeBeta::SslHealthCheck::Representation
|
9428
9429
|
|
9429
9430
|
property :tcp_health_check, as: 'tcpHealthCheck', class: Google::Apis::ComputeBeta::TcpHealthCheck, decorator: Google::Apis::ComputeBeta::TcpHealthCheck::Representation
|
@@ -16612,6 +16613,7 @@ module Google
|
|
16612
16613
|
property :name, as: 'name'
|
16613
16614
|
collection :nat_subnets, as: 'natSubnets'
|
16614
16615
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
16616
|
+
property :propagated_connection_limit, as: 'propagatedConnectionLimit'
|
16615
16617
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeBeta::Uint128, decorator: Google::Apis::ComputeBeta::Uint128::Representation
|
16616
16618
|
|
16617
16619
|
property :reconcile_connections, as: 'reconcileConnections'
|
@@ -16661,6 +16663,7 @@ module Google
|
|
16661
16663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16662
16664
|
property :consumer_network, as: 'consumerNetwork'
|
16663
16665
|
property :endpoint, as: 'endpoint'
|
16666
|
+
property :propagated_connection_count, as: 'propagatedConnectionCount'
|
16664
16667
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
16665
16668
|
property :status, as: 'status'
|
16666
16669
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.93.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: 2024-
|
11
|
+
date: 2024-03-03 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-compute_beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.93.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|