google-apis-compute_v1 0.147.0 → 0.148.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: 70b54e8ed894133be18872aba5c3f4b227592689103b2c841fa33c87af20e939
|
|
4
|
+
data.tar.gz: b5760291fc588e4097cce56e083e2d41987a25e6026e8c0a1234b46428720082
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea1f5d7f75f1b60f457c7d577be8d66061fbc3b5d2ecadd880e00cc381a786c6ba0d8817a6e92821de1207339fcc20b14612d698ef407d2e7085916e200e8b2d
|
|
7
|
+
data.tar.gz: 3994dee96e9699a2c2bade9210369aa5521c99fa5aaef3766722fedfbfa8455912ed31e80be00cf2bbcbe67bff28b364d25018460dbd6c50d7bc9039ea6ce02a
|
data/CHANGELOG.md
CHANGED
|
@@ -23149,16 +23149,15 @@ module Google
|
|
|
23149
23149
|
class InstanceGroupManagerInstanceLifecyclePolicy
|
|
23150
23150
|
include Google::Apis::Core::Hashable
|
|
23151
23151
|
|
|
23152
|
-
# The action that a MIG performs on a failed
|
|
23153
|
-
#
|
|
23154
|
-
#
|
|
23152
|
+
# The action that a MIG performs on a failed VM. If the value of the
|
|
23153
|
+
# onFailedHealthCheck field is `DEFAULT_ACTION`, then the same action also
|
|
23154
|
+
# applies to the VMs on which your application fails a health check.
|
|
23155
23155
|
# Valid values are
|
|
23156
23156
|
#
|
|
23157
|
-
# - REPAIR (default): MIG automatically repairs a failed
|
|
23158
|
-
#
|
|
23157
|
+
# - REPAIR (default): MIG automatically repairs a failed VM
|
|
23158
|
+
# by recreating it. For more information, see About
|
|
23159
23159
|
# repairing VMs in a MIG.
|
|
23160
|
-
# - DO_NOTHING: MIG does not repair a failed
|
|
23161
|
-
# VM.
|
|
23160
|
+
# - DO_NOTHING: MIG does not repair a failed VM.
|
|
23162
23161
|
# Corresponds to the JSON property `defaultActionOnFailure`
|
|
23163
23162
|
# @return [String]
|
|
23164
23163
|
attr_accessor :default_action_on_failure
|
|
@@ -47626,6 +47625,11 @@ module Google
|
|
|
47626
47625
|
class ReservationBlock
|
|
47627
47626
|
include Google::Apis::Core::Hashable
|
|
47628
47627
|
|
|
47628
|
+
# Health information for the reservation block.
|
|
47629
|
+
# Corresponds to the JSON property `blockHealthInfo`
|
|
47630
|
+
# @return [Google::Apis::ComputeV1::ReservationBlockHealthInfo]
|
|
47631
|
+
attr_accessor :block_health_info
|
|
47632
|
+
|
|
47629
47633
|
# Output only. [Output Only] The number of resources that are allocated in this
|
|
47630
47634
|
# reservation block.
|
|
47631
47635
|
# Corresponds to the JSON property `count`
|
|
@@ -47637,11 +47641,6 @@ module Google
|
|
|
47637
47641
|
# @return [String]
|
|
47638
47642
|
attr_accessor :creation_timestamp
|
|
47639
47643
|
|
|
47640
|
-
# Health information for the reservation block.
|
|
47641
|
-
# Corresponds to the JSON property `healthInfo`
|
|
47642
|
-
# @return [Google::Apis::ComputeV1::ReservationBlockHealthInfo]
|
|
47643
|
-
attr_accessor :health_info
|
|
47644
|
-
|
|
47645
47644
|
# Output only. [Output Only] The unique identifier for the resource. This
|
|
47646
47645
|
# identifier is
|
|
47647
47646
|
# defined by the server.
|
|
@@ -47730,9 +47729,9 @@ module Google
|
|
|
47730
47729
|
|
|
47731
47730
|
# Update properties of this object
|
|
47732
47731
|
def update!(**args)
|
|
47732
|
+
@block_health_info = args[:block_health_info] if args.key?(:block_health_info)
|
|
47733
47733
|
@count = args[:count] if args.key?(:count)
|
|
47734
47734
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
47735
|
-
@health_info = args[:health_info] if args.key?(:health_info)
|
|
47736
47735
|
@id = args[:id] if args.key?(:id)
|
|
47737
47736
|
@in_use_count = args[:in_use_count] if args.key?(:in_use_count)
|
|
47738
47737
|
@in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count)
|
|
@@ -48498,11 +48497,6 @@ module Google
|
|
|
48498
48497
|
# @return [String]
|
|
48499
48498
|
attr_accessor :creation_timestamp
|
|
48500
48499
|
|
|
48501
|
-
# Health information for the reservation subBlock.
|
|
48502
|
-
# Corresponds to the JSON property `healthInfo`
|
|
48503
|
-
# @return [Google::Apis::ComputeV1::ReservationSubBlockHealthInfo]
|
|
48504
|
-
attr_accessor :health_info
|
|
48505
|
-
|
|
48506
48500
|
# Output only. [Output Only] The unique identifier for the resource. This
|
|
48507
48501
|
# identifier is
|
|
48508
48502
|
# defined by the server.
|
|
@@ -48565,6 +48559,11 @@ module Google
|
|
|
48565
48559
|
# @return [String]
|
|
48566
48560
|
attr_accessor :status
|
|
48567
48561
|
|
|
48562
|
+
# Health information for the reservation subBlock.
|
|
48563
|
+
# Corresponds to the JSON property `subBlockHealthInfo`
|
|
48564
|
+
# @return [Google::Apis::ComputeV1::ReservationSubBlockHealthInfo]
|
|
48565
|
+
attr_accessor :sub_block_health_info
|
|
48566
|
+
|
|
48568
48567
|
# Output only. [Output Only] Zone in which the reservation subBlock resides.
|
|
48569
48568
|
# Corresponds to the JSON property `zone`
|
|
48570
48569
|
# @return [String]
|
|
@@ -48579,7 +48578,6 @@ module Google
|
|
|
48579
48578
|
@accelerator_topologies_info = args[:accelerator_topologies_info] if args.key?(:accelerator_topologies_info)
|
|
48580
48579
|
@count = args[:count] if args.key?(:count)
|
|
48581
48580
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
48582
|
-
@health_info = args[:health_info] if args.key?(:health_info)
|
|
48583
48581
|
@id = args[:id] if args.key?(:id)
|
|
48584
48582
|
@in_use_count = args[:in_use_count] if args.key?(:in_use_count)
|
|
48585
48583
|
@in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count)
|
|
@@ -48590,6 +48588,7 @@ module Google
|
|
|
48590
48588
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
48591
48589
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
48592
48590
|
@status = args[:status] if args.key?(:status)
|
|
48591
|
+
@sub_block_health_info = args[:sub_block_health_info] if args.key?(:sub_block_health_info)
|
|
48593
48592
|
@zone = args[:zone] if args.key?(:zone)
|
|
48594
48593
|
end
|
|
48595
48594
|
end
|
|
@@ -52796,6 +52795,15 @@ module Google
|
|
|
52796
52795
|
# @return [Array<String>]
|
|
52797
52796
|
attr_accessor :drain_nat_ips
|
|
52798
52797
|
|
|
52798
|
+
# Output only. Effective timeout (in seconds) for TCP connections that are in
|
|
52799
|
+
# TIME_WAIT
|
|
52800
|
+
# state. This value is equal to tcp_time_wait_timeout_sec.
|
|
52801
|
+
# If tcp_time_wait_timeout_sec isn't set, the effective timeout is 30s or
|
|
52802
|
+
# 120s. The field is output only.
|
|
52803
|
+
# Corresponds to the JSON property `effectiveTcpTimeWaitTimeoutSec`
|
|
52804
|
+
# @return [Fixnum]
|
|
52805
|
+
attr_accessor :effective_tcp_time_wait_timeout_sec
|
|
52806
|
+
|
|
52799
52807
|
# Enable Dynamic Port Allocation.
|
|
52800
52808
|
# If not specified, it is disabled by default.
|
|
52801
52809
|
# If set to true,
|
|
@@ -52969,6 +52977,7 @@ module Google
|
|
|
52969
52977
|
def update!(**args)
|
|
52970
52978
|
@auto_network_tier = args[:auto_network_tier] if args.key?(:auto_network_tier)
|
|
52971
52979
|
@drain_nat_ips = args[:drain_nat_ips] if args.key?(:drain_nat_ips)
|
|
52980
|
+
@effective_tcp_time_wait_timeout_sec = args[:effective_tcp_time_wait_timeout_sec] if args.key?(:effective_tcp_time_wait_timeout_sec)
|
|
52972
52981
|
@enable_dynamic_port_allocation = args[:enable_dynamic_port_allocation] if args.key?(:enable_dynamic_port_allocation)
|
|
52973
52982
|
@enable_endpoint_independent_mapping = args[:enable_endpoint_independent_mapping] if args.key?(:enable_endpoint_independent_mapping)
|
|
52974
52983
|
@endpoint_types = args[:endpoint_types] if args.key?(:endpoint_types)
|
|
@@ -55281,6 +55290,29 @@ module Google
|
|
|
55281
55290
|
class SecurityPolicyDdosProtectionConfig
|
|
55282
55291
|
include Google::Apis::Core::Hashable
|
|
55283
55292
|
|
|
55293
|
+
#
|
|
55294
|
+
# Corresponds to the JSON property `ddosAdaptiveProtection`
|
|
55295
|
+
# @return [String]
|
|
55296
|
+
attr_accessor :ddos_adaptive_protection
|
|
55297
|
+
|
|
55298
|
+
# DDoS Protection for Network Load Balancers (and VMs with public IPs)
|
|
55299
|
+
# builds DDoS mitigations that minimize collateral damage. It quantifies
|
|
55300
|
+
# this as the fraction of a non-abuse baseline that's inadvertently
|
|
55301
|
+
# blocked.
|
|
55302
|
+
# Rules whose collateral damage exceeds ddosImpactedBaselineThreshold will
|
|
55303
|
+
# not be deployed. Using a lower value will prioritize keeping collateral
|
|
55304
|
+
# damage low, possibly at the cost of its effectiveness in rate limiting
|
|
55305
|
+
# some or all of the attack. It should typically be unset, so Advanced DDoS
|
|
55306
|
+
# (and Adaptive Protection) uses the best mitigation it can find. Setting
|
|
55307
|
+
# the threshold is advised if there are logs for false positive detections
|
|
55308
|
+
# with high collateral damage, and will cause Advanced DDoS to attempt to
|
|
55309
|
+
# find a less aggressive rule that satisfies the constraint. If a suitable
|
|
55310
|
+
# rule cannot be found, the system falls back to either no mitigation for
|
|
55311
|
+
# smaller attacks or broader network throttles for larger ones.
|
|
55312
|
+
# Corresponds to the JSON property `ddosImpactedBaselineThreshold`
|
|
55313
|
+
# @return [Float]
|
|
55314
|
+
attr_accessor :ddos_impacted_baseline_threshold
|
|
55315
|
+
|
|
55284
55316
|
#
|
|
55285
55317
|
# Corresponds to the JSON property `ddosProtection`
|
|
55286
55318
|
# @return [String]
|
|
@@ -55292,6 +55324,8 @@ module Google
|
|
|
55292
55324
|
|
|
55293
55325
|
# Update properties of this object
|
|
55294
55326
|
def update!(**args)
|
|
55327
|
+
@ddos_adaptive_protection = args[:ddos_adaptive_protection] if args.key?(:ddos_adaptive_protection)
|
|
55328
|
+
@ddos_impacted_baseline_threshold = args[:ddos_impacted_baseline_threshold] if args.key?(:ddos_impacted_baseline_threshold)
|
|
55295
55329
|
@ddos_protection = args[:ddos_protection] if args.key?(:ddos_protection)
|
|
55296
55330
|
end
|
|
55297
55331
|
end
|
|
@@ -56533,6 +56567,12 @@ module Google
|
|
|
56533
56567
|
# @return [String]
|
|
56534
56568
|
attr_accessor :name
|
|
56535
56569
|
|
|
56570
|
+
# The number of NAT IP addresses to be allocated per connected endpoint.
|
|
56571
|
+
# If not specified, the default value is 1.
|
|
56572
|
+
# Corresponds to the JSON property `natIpsPerEndpoint`
|
|
56573
|
+
# @return [Fixnum]
|
|
56574
|
+
attr_accessor :nat_ips_per_endpoint
|
|
56575
|
+
|
|
56536
56576
|
# An array of URLs where each entry is the URL of a subnet provided
|
|
56537
56577
|
# by the service producer to use for NAT in this service attachment.
|
|
56538
56578
|
# Corresponds to the JSON property `natSubnets`
|
|
@@ -56622,6 +56662,7 @@ module Google
|
|
|
56622
56662
|
@kind = args[:kind] if args.key?(:kind)
|
|
56623
56663
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
56624
56664
|
@name = args[:name] if args.key?(:name)
|
|
56665
|
+
@nat_ips_per_endpoint = args[:nat_ips_per_endpoint] if args.key?(:nat_ips_per_endpoint)
|
|
56625
56666
|
@nat_subnets = args[:nat_subnets] if args.key?(:nat_subnets)
|
|
56626
56667
|
@producer_forwarding_rule = args[:producer_forwarding_rule] if args.key?(:producer_forwarding_rule)
|
|
56627
56668
|
@propagated_connection_limit = args[:propagated_connection_limit] if args.key?(:propagated_connection_limit)
|
|
@@ -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.148.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260612"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -19698,10 +19698,10 @@ module Google
|
|
|
19698
19698
|
class ReservationBlock
|
|
19699
19699
|
# @private
|
|
19700
19700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19701
|
+
property :block_health_info, as: 'blockHealthInfo', class: Google::Apis::ComputeV1::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationBlockHealthInfo::Representation
|
|
19702
|
+
|
|
19701
19703
|
property :count, as: 'count'
|
|
19702
19704
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
19703
|
-
property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationBlockHealthInfo::Representation
|
|
19704
|
-
|
|
19705
19705
|
property :id, :numeric_string => true, as: 'id'
|
|
19706
19706
|
property :in_use_count, as: 'inUseCount'
|
|
19707
19707
|
property :in_use_host_count, as: 'inUseHostCount'
|
|
@@ -19930,8 +19930,6 @@ module Google
|
|
|
19930
19930
|
|
|
19931
19931
|
property :count, as: 'count'
|
|
19932
19932
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
19933
|
-
property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation
|
|
19934
|
-
|
|
19935
19933
|
property :id, :numeric_string => true, as: 'id'
|
|
19936
19934
|
property :in_use_count, as: 'inUseCount'
|
|
19937
19935
|
property :in_use_host_count, as: 'inUseHostCount'
|
|
@@ -19944,6 +19942,8 @@ module Google
|
|
|
19944
19942
|
property :self_link, as: 'selfLink'
|
|
19945
19943
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
19946
19944
|
property :status, as: 'status'
|
|
19945
|
+
property :sub_block_health_info, as: 'subBlockHealthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation
|
|
19946
|
+
|
|
19947
19947
|
property :zone, as: 'zone'
|
|
19948
19948
|
end
|
|
19949
19949
|
end
|
|
@@ -20969,6 +20969,7 @@ module Google
|
|
|
20969
20969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20970
20970
|
property :auto_network_tier, as: 'autoNetworkTier'
|
|
20971
20971
|
collection :drain_nat_ips, as: 'drainNatIps'
|
|
20972
|
+
property :effective_tcp_time_wait_timeout_sec, as: 'effectiveTcpTimeWaitTimeoutSec'
|
|
20972
20973
|
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
|
20973
20974
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
|
20974
20975
|
collection :endpoint_types, as: 'endpointTypes'
|
|
@@ -21534,6 +21535,8 @@ module Google
|
|
|
21534
21535
|
class SecurityPolicyDdosProtectionConfig
|
|
21535
21536
|
# @private
|
|
21536
21537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
21538
|
+
property :ddos_adaptive_protection, as: 'ddosAdaptiveProtection'
|
|
21539
|
+
property :ddos_impacted_baseline_threshold, as: 'ddosImpactedBaselineThreshold'
|
|
21537
21540
|
property :ddos_protection, as: 'ddosProtection'
|
|
21538
21541
|
end
|
|
21539
21542
|
end
|
|
@@ -21821,6 +21824,7 @@ module Google
|
|
|
21821
21824
|
property :kind, as: 'kind'
|
|
21822
21825
|
hash :metadata, as: 'metadata'
|
|
21823
21826
|
property :name, as: 'name'
|
|
21827
|
+
property :nat_ips_per_endpoint, as: 'natIpsPerEndpoint'
|
|
21824
21828
|
collection :nat_subnets, as: 'natSubnets'
|
|
21825
21829
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
|
21826
21830
|
property :propagated_connection_limit, as: 'propagatedConnectionLimit'
|
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.148.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.148.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:
|