google-apis-compute_alpha 0.120.0 → 0.121.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed7d9f2b2026805c341cb7c2ea99c9109a38f90113ae5593931fd3ffe67633d9
|
4
|
+
data.tar.gz: 61c199885fd1c27d7888123aeab94709173614a4be4857e598a99bab4371843c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31b208b2a91915b0ad572e7d768f515d22f0837fdf5eeaf607ff86aa0437f5369cdfbc5f57ceafc80b403135c453e50da99e08758dd4174370fb1c94ed515f60
|
7
|
+
data.tar.gz: 54503fc50c217182df118995c4a8db2a5a4d950c2549b733adb2f1f96fba594ade272e0a20a3fae98f0f6140e3637780908ed9f270259e5b0341b1e628661eda
|
data/CHANGELOG.md
CHANGED
@@ -5803,6 +5803,27 @@ module Google
|
|
5803
5803
|
# @return [String]
|
5804
5804
|
attr_accessor :authentication_config
|
5805
5805
|
|
5806
|
+
# Assigns the Managed Identity for the RegionBackendService Workload. Use this
|
5807
|
+
# property to configure the load balancer back-end to use certificates and roots
|
5808
|
+
# of trust provisioned by the Managed Workload Identity system. The `
|
5809
|
+
# managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID
|
5810
|
+
# presented by the Load Balancer Workload. The SPIFFE ID must be a resource
|
5811
|
+
# starting with the "spiffe" scheme identifier, followed by the "trustDomain"
|
5812
|
+
# property value, followed by the path to the Managed Workload Identity.
|
5813
|
+
# Supported SPIFFE ID format: - spiffe://<trust_domain>/ns/<namespace>/sa/<
|
5814
|
+
# subject> The Trust Domain within the Managed Identity must refer to a valid
|
5815
|
+
# Workload Identity Pool. The TrustConfig and CertificateIssuanceConfig will be
|
5816
|
+
# inherited from the Workload Identity Pool. Restrictions: - If you set the `
|
5817
|
+
# managedIdentity` property, you cannot manually set the following fields: -
|
5818
|
+
# tlsSettings.sni - tlsSettings.subjectAltNames - tlsSettings.
|
5819
|
+
# authenticationConfig When defining a `managedIdentity` for a
|
5820
|
+
# RegionBackendServices, the corresponding Workload Identity Pool must have a
|
5821
|
+
# ca_pool configured in the same region. The system will set up a read-only
|
5822
|
+
# tlsSettings.authenticationConfig for the Managed Identity.
|
5823
|
+
# Corresponds to the JSON property `identity`
|
5824
|
+
# @return [String]
|
5825
|
+
attr_accessor :identity
|
5826
|
+
|
5806
5827
|
# Server Name Indication - see RFC3546 section 3.1. If set, the load balancer
|
5807
5828
|
# sends this string as the SNI hostname in the TLS connection to the backend,
|
5808
5829
|
# and requires that this string match a Subject Alternative Name (SAN) in the
|
@@ -5833,6 +5854,7 @@ module Google
|
|
5833
5854
|
# Update properties of this object
|
5834
5855
|
def update!(**args)
|
5835
5856
|
@authentication_config = args[:authentication_config] if args.key?(:authentication_config)
|
5857
|
+
@identity = args[:identity] if args.key?(:identity)
|
5836
5858
|
@sni = args[:sni] if args.key?(:sni)
|
5837
5859
|
@subject_alt_names = args[:subject_alt_names] if args.key?(:subject_alt_names)
|
5838
5860
|
end
|
@@ -27295,6 +27317,12 @@ module Google
|
|
27295
27317
|
# @return [String]
|
27296
27318
|
attr_accessor :state
|
27297
27319
|
|
27320
|
+
# Specific subzone in the InterconnectLocation that represents where this
|
27321
|
+
# connection is to be provisioned.
|
27322
|
+
# Corresponds to the JSON property `subzone`
|
27323
|
+
# @return [String]
|
27324
|
+
attr_accessor :subzone
|
27325
|
+
|
27298
27326
|
# [Output Only] A list of the URLs of all CrossSiteNetwork WireGroups configured
|
27299
27327
|
# to use this Interconnect. The Interconnect cannot be deleted if this list is
|
27300
27328
|
# non-empty.
|
@@ -27342,6 +27370,7 @@ module Google
|
|
27342
27370
|
@self_link = args[:self_link] if args.key?(:self_link)
|
27343
27371
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
27344
27372
|
@state = args[:state] if args.key?(:state)
|
27373
|
+
@subzone = args[:subzone] if args.key?(:subzone)
|
27345
27374
|
@wire_groups = args[:wire_groups] if args.key?(:wire_groups)
|
27346
27375
|
end
|
27347
27376
|
end
|
@@ -30683,6 +30712,13 @@ module Google
|
|
30683
30712
|
# @return [String]
|
30684
30713
|
attr_accessor :self_link_with_id
|
30685
30714
|
|
30715
|
+
# [Output Only] URLs of the other locations that can pair up with this location
|
30716
|
+
# to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are
|
30717
|
+
# Single-Region 99.99% peer locations of each other.
|
30718
|
+
# Corresponds to the JSON property `singleRegionProductionCriticalPeerLocations`
|
30719
|
+
# @return [Array<String>]
|
30720
|
+
attr_accessor :single_region_production_critical_peer_locations
|
30721
|
+
|
30686
30722
|
# [Output Only] The status of this InterconnectLocation, which can take one of
|
30687
30723
|
# the following values: - CLOSED: The InterconnectLocation is closed and is
|
30688
30724
|
# unavailable for provisioning new Interconnects. - AVAILABLE: The
|
@@ -30721,6 +30757,7 @@ module Google
|
|
30721
30757
|
@region_infos = args[:region_infos] if args.key?(:region_infos)
|
30722
30758
|
@self_link = args[:self_link] if args.key?(:self_link)
|
30723
30759
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
30760
|
+
@single_region_production_critical_peer_locations = args[:single_region_production_critical_peer_locations] if args.key?(:single_region_production_critical_peer_locations)
|
30724
30761
|
@status = args[:status] if args.key?(:status)
|
30725
30762
|
@supports_pzs = args[:supports_pzs] if args.key?(:supports_pzs)
|
30726
30763
|
end
|
@@ -55497,14 +55534,14 @@ module Google
|
|
55497
55534
|
# be configured to filter incoming HTTP requests targeting backend services (
|
55498
55535
|
# including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
|
55499
55536
|
# filter requests before the request is served from Google's cache. -
|
55500
|
-
# CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service
|
55501
|
-
# configured to filter HTTP requests targeting services managed
|
55502
|
-
# Director in a service mesh. They filter requests before the request
|
55503
|
-
# from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network
|
55504
|
-
# be configured to filter packets targeting network load balancing
|
55505
|
-
# such as backend services, target pools, target instances, and
|
55506
|
-
# external IPs. They filter requests before the request is served
|
55507
|
-
# application. This field can be set only at resource creation time.
|
55537
|
+
# CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal service
|
55538
|
+
# policies can be configured to filter HTTP requests targeting services managed
|
55539
|
+
# by Traffic Director in a service mesh. They filter requests before the request
|
55540
|
+
# is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network
|
55541
|
+
# policies can be configured to filter packets targeting network load balancing
|
55542
|
+
# resources such as backend services, target pools, target instances, and
|
55543
|
+
# instances with external IPs. They filter requests before the request is served
|
55544
|
+
# from the application. This field can be set only at resource creation time.
|
55508
55545
|
# Corresponds to the JSON property `type`
|
55509
55546
|
# @return [String]
|
55510
55547
|
attr_accessor :type
|
@@ -56122,7 +56159,10 @@ module Google
|
|
56122
56159
|
# redirectOptions. This action is only supported in Global Security Policies of
|
56123
56160
|
# type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold.
|
56124
56161
|
# Configure parameters for this action in rateLimitOptions. Requires
|
56125
|
-
# rate_limit_options to be set for this.
|
56162
|
+
# rate_limit_options to be set for this. - fairshare (preview only): when
|
56163
|
+
# traffic reaches the threshold limit, requests from the clients matching this
|
56164
|
+
# rule begin to be rate-limited using the Fair Share algorithm. This action is
|
56165
|
+
# only allowed in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`.
|
56126
56166
|
# Corresponds to the JSON property `action`
|
56127
56167
|
# @return [String]
|
56128
56168
|
attr_accessor :action
|
@@ -56194,8 +56234,8 @@ module Google
|
|
56194
56234
|
# @return [Fixnum]
|
56195
56235
|
attr_accessor :priority
|
56196
56236
|
|
56197
|
-
# Must be specified if the action is "rate_based_ban" or "throttle"
|
56198
|
-
# specified for any other actions.
|
56237
|
+
# Must be specified if the action is "rate_based_ban" or "throttle" or "
|
56238
|
+
# fairshare". Cannot be specified for any other actions.
|
56199
56239
|
# Corresponds to the JSON property `rateLimitOptions`
|
56200
56240
|
# @return [Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions]
|
56201
56241
|
attr_accessor :rate_limit_options
|
@@ -56777,7 +56817,8 @@ module Google
|
|
56777
56817
|
# configuration or an IP address cannot be resolved from it, the key type
|
56778
56818
|
# defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client
|
56779
56819
|
# connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type
|
56780
|
-
# defaults to ALL.
|
56820
|
+
# defaults to ALL. For "fairshare" action, this value is limited to ALL i.e. a
|
56821
|
+
# single rate limit threshold is enforced for all the requests matching the rule.
|
56781
56822
|
# Corresponds to the JSON property `enforceOnKey`
|
56782
56823
|
# @return [String]
|
56783
56824
|
attr_accessor :enforce_on_key
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.121.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250810"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -10756,6 +10756,7 @@ module Google
|
|
10756
10756
|
# @private
|
10757
10757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10758
10758
|
property :authentication_config, as: 'authenticationConfig'
|
10759
|
+
property :identity, as: 'identity'
|
10759
10760
|
property :sni, as: 'sni'
|
10760
10761
|
collection :subject_alt_names, as: 'subjectAltNames', class: Google::Apis::ComputeAlpha::BackendServiceTlsSettingsSubjectAltName, decorator: Google::Apis::ComputeAlpha::BackendServiceTlsSettingsSubjectAltName::Representation
|
10761
10762
|
|
@@ -16052,6 +16053,7 @@ module Google
|
|
16052
16053
|
property :self_link, as: 'selfLink'
|
16053
16054
|
property :self_link_with_id, as: 'selfLinkWithId'
|
16054
16055
|
property :state, as: 'state'
|
16056
|
+
property :subzone, as: 'subzone'
|
16055
16057
|
collection :wire_groups, as: 'wireGroups'
|
16056
16058
|
end
|
16057
16059
|
end
|
@@ -16878,6 +16880,7 @@ module Google
|
|
16878
16880
|
|
16879
16881
|
property :self_link, as: 'selfLink'
|
16880
16882
|
property :self_link_with_id, as: 'selfLinkWithId'
|
16883
|
+
collection :single_region_production_critical_peer_locations, as: 'singleRegionProductionCriticalPeerLocations'
|
16881
16884
|
property :status, as: 'status'
|
16882
16885
|
property :supports_pzs, as: 'supportsPzs'
|
16883
16886
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.121.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.121.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|