google-apis-compute_v1 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: 2c85c90998f3ff02d498f1ee2777f0baf438d9bb37bdbbfe756219b3a21ba51e
|
4
|
+
data.tar.gz: b82d5b4c33c60a93e6bb1c3a36b62e7edda8ad149a28e1e51449815a86007785
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c061361b7fc541d064f488beec4baa2452d254eaa1c6015384782db29817bd1b80b2fce38a0241ba385741fc6680059a570b6765ab146ec27c9de9ce0ff11c
|
7
|
+
data.tar.gz: 148e85c3f7415c1559ae67738b7072f72eba5d7e1a3ee982daea5b19e47e5bc3cb655f1f6655623fc7e737a041d6ec05879e71561d28ac811b3f0eea5cd3b4de
|
data/CHANGELOG.md
CHANGED
@@ -3740,7 +3740,8 @@ module Google
|
|
3740
3740
|
# be set for Internal Passthrough Network Load Balancers when the haPolicy is
|
3741
3741
|
# enabled, and for External Passthrough Network Load Balancers when the haPolicy
|
3742
3742
|
# fastIpMove is enabled. This field can only be specified when the load
|
3743
|
-
# balancing scheme is set to INTERNAL
|
3743
|
+
# balancing scheme is set to INTERNAL, or when the load balancing scheme is set
|
3744
|
+
# to EXTERNAL and haPolicy fastIpMove is enabled.
|
3744
3745
|
# Corresponds to the JSON property `network`
|
3745
3746
|
# @return [String]
|
3746
3747
|
attr_accessor :network
|
@@ -9170,6 +9171,11 @@ module Google
|
|
9170
9171
|
# @return [String]
|
9171
9172
|
attr_accessor :network
|
9172
9173
|
|
9174
|
+
# Additional firewall parameters.
|
9175
|
+
# Corresponds to the JSON property `params`
|
9176
|
+
# @return [Google::Apis::ComputeV1::FirewallParams]
|
9177
|
+
attr_accessor :params
|
9178
|
+
|
9173
9179
|
# Priority for this rule. This is an integer between `0` and `65535`, both
|
9174
9180
|
# inclusive. The default value is `1000`. Relative priorities determine which
|
9175
9181
|
# rule takes effect if multiple rules apply. Lower values indicate higher
|
@@ -9262,6 +9268,7 @@ module Google
|
|
9262
9268
|
@log_config = args[:log_config] if args.key?(:log_config)
|
9263
9269
|
@name = args[:name] if args.key?(:name)
|
9264
9270
|
@network = args[:network] if args.key?(:network)
|
9271
|
+
@params = args[:params] if args.key?(:params)
|
9265
9272
|
@priority = args[:priority] if args.key?(:priority)
|
9266
9273
|
@self_link = args[:self_link] if args.key?(:self_link)
|
9267
9274
|
@source_ranges = args[:source_ranges] if args.key?(:source_ranges)
|
@@ -9480,6 +9487,32 @@ module Google
|
|
9480
9487
|
end
|
9481
9488
|
end
|
9482
9489
|
|
9490
|
+
# Additional firewall parameters.
|
9491
|
+
class FirewallParams
|
9492
|
+
include Google::Apis::Core::Hashable
|
9493
|
+
|
9494
|
+
# Tag keys/values directly bound to this resource. Tag keys and values have the
|
9495
|
+
# same definition as resource manager tags. The field is allowed for INSERT only.
|
9496
|
+
# The keys/values to set on the resource should be specified in either ID ` : `
|
9497
|
+
# or Namespaced format ` : `. For example the following are valid inputs: * `"
|
9498
|
+
# tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"` * `"123/
|
9499
|
+
# environment" : "production", "345/abc" : "xyz"` Note: * Invalid combinations
|
9500
|
+
# of ID & namespaced format is not supported. For instance: `"123/environment" :
|
9501
|
+
# "tagValues/444"` is invalid.
|
9502
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
9503
|
+
# @return [Hash<String,String>]
|
9504
|
+
attr_accessor :resource_manager_tags
|
9505
|
+
|
9506
|
+
def initialize(**args)
|
9507
|
+
update!(**args)
|
9508
|
+
end
|
9509
|
+
|
9510
|
+
# Update properties of this object
|
9511
|
+
def update!(**args)
|
9512
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
9513
|
+
end
|
9514
|
+
end
|
9515
|
+
|
9483
9516
|
#
|
9484
9517
|
class FirewallPoliciesListAssociationsResponse
|
9485
9518
|
include Google::Apis::Core::Hashable
|
@@ -37721,6 +37754,11 @@ module Google
|
|
37721
37754
|
# @return [String]
|
37722
37755
|
attr_accessor :next_hop_vpn_tunnel
|
37723
37756
|
|
37757
|
+
# Additional route parameters.
|
37758
|
+
# Corresponds to the JSON property `params`
|
37759
|
+
# @return [Google::Apis::ComputeV1::RouteParams]
|
37760
|
+
attr_accessor :params
|
37761
|
+
|
37724
37762
|
# The priority of this route. Priority is used to break ties in cases where
|
37725
37763
|
# there is more than one matching route of equal prefix length. In cases where
|
37726
37764
|
# multiple routes have equal prefix length, the one with the lowest-numbered
|
@@ -37785,6 +37823,7 @@ module Google
|
|
37785
37823
|
@next_hop_origin = args[:next_hop_origin] if args.key?(:next_hop_origin)
|
37786
37824
|
@next_hop_peering = args[:next_hop_peering] if args.key?(:next_hop_peering)
|
37787
37825
|
@next_hop_vpn_tunnel = args[:next_hop_vpn_tunnel] if args.key?(:next_hop_vpn_tunnel)
|
37826
|
+
@params = args[:params] if args.key?(:params)
|
37788
37827
|
@priority = args[:priority] if args.key?(:priority)
|
37789
37828
|
@route_status = args[:route_status] if args.key?(:route_status)
|
37790
37829
|
@route_type = args[:route_type] if args.key?(:route_type)
|
@@ -38006,6 +38045,32 @@ module Google
|
|
38006
38045
|
end
|
38007
38046
|
end
|
38008
38047
|
|
38048
|
+
# Additional route parameters.
|
38049
|
+
class RouteParams
|
38050
|
+
include Google::Apis::Core::Hashable
|
38051
|
+
|
38052
|
+
# Tag keys/values directly bound to this resource. Tag keys and values have the
|
38053
|
+
# same definition as resource manager tags. The field is allowed for INSERT only.
|
38054
|
+
# The keys/values to set on the resource should be specified in either ID ` : `
|
38055
|
+
# or Namespaced format ` : `. For example the following are valid inputs: * `"
|
38056
|
+
# tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"` * `"123/
|
38057
|
+
# environment" : "production", "345/abc" : "xyz"` Note: * Invalid combinations
|
38058
|
+
# of ID & namespaced format is not supported. For instance: `"123/environment" :
|
38059
|
+
# "tagValues/444"` is invalid.
|
38060
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
38061
|
+
# @return [Hash<String,String>]
|
38062
|
+
attr_accessor :resource_manager_tags
|
38063
|
+
|
38064
|
+
def initialize(**args)
|
38065
|
+
update!(**args)
|
38066
|
+
end
|
38067
|
+
|
38068
|
+
# Update properties of this object
|
38069
|
+
def update!(**args)
|
38070
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
38071
|
+
end
|
38072
|
+
end
|
38073
|
+
|
38009
38074
|
#
|
38010
38075
|
class RoutePolicy
|
38011
38076
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 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.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250511"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1144,6 +1144,12 @@ module Google
|
|
1144
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1145
|
end
|
1146
1146
|
|
1147
|
+
class FirewallParams
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1147
1153
|
class FirewallPoliciesListAssociationsResponse
|
1148
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1155
|
|
@@ -4978,6 +4984,12 @@ module Google
|
|
4978
4984
|
include Google::Apis::Core::JsonObjectSupport
|
4979
4985
|
end
|
4980
4986
|
|
4987
|
+
class RouteParams
|
4988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4989
|
+
|
4990
|
+
include Google::Apis::Core::JsonObjectSupport
|
4991
|
+
end
|
4992
|
+
|
4981
4993
|
class RoutePolicy
|
4982
4994
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4983
4995
|
|
@@ -9141,6 +9153,8 @@ module Google
|
|
9141
9153
|
|
9142
9154
|
property :name, as: 'name'
|
9143
9155
|
property :network, as: 'network'
|
9156
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::FirewallParams, decorator: Google::Apis::ComputeV1::FirewallParams::Representation
|
9157
|
+
|
9144
9158
|
property :priority, as: 'priority'
|
9145
9159
|
property :self_link, as: 'selfLink'
|
9146
9160
|
collection :source_ranges, as: 'sourceRanges'
|
@@ -9207,6 +9221,13 @@ module Google
|
|
9207
9221
|
end
|
9208
9222
|
end
|
9209
9223
|
|
9224
|
+
class FirewallParams
|
9225
|
+
# @private
|
9226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9227
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
9228
|
+
end
|
9229
|
+
end
|
9230
|
+
|
9210
9231
|
class FirewallPoliciesListAssociationsResponse
|
9211
9232
|
# @private
|
9212
9233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16292,6 +16313,8 @@ module Google
|
|
16292
16313
|
property :next_hop_origin, as: 'nextHopOrigin'
|
16293
16314
|
property :next_hop_peering, as: 'nextHopPeering'
|
16294
16315
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
16316
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::RouteParams, decorator: Google::Apis::ComputeV1::RouteParams::Representation
|
16317
|
+
|
16295
16318
|
property :priority, as: 'priority'
|
16296
16319
|
property :route_status, as: 'routeStatus'
|
16297
16320
|
property :route_type, as: 'routeType'
|
@@ -16360,6 +16383,13 @@ module Google
|
|
16360
16383
|
end
|
16361
16384
|
end
|
16362
16385
|
|
16386
|
+
class RouteParams
|
16387
|
+
# @private
|
16388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16389
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
16390
|
+
end
|
16391
|
+
end
|
16392
|
+
|
16363
16393
|
class RoutePolicy
|
16364
16394
|
# @private
|
16365
16395
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.121.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Compute Engine API V1
|
79
79
|
test_files: []
|