google-apis-compute_v1 0.104.0 → 0.106.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: c74d8b23852155c76351139f8783b7c4f6141a09c772b54c5f3c40c6ffc7ae97
|
4
|
+
data.tar.gz: 8abc76c2289d9357e3d93b06a3070581663ce05133995efb24a02e4f628b5325
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85595a6776a771da201663aa19721dfc79f61a096499cfc8b29712be5bd27c20c5c73a107ffc00ac2fcc575bf97aa735eb012ee4a62c4b991e7224597f44b5ce
|
7
|
+
data.tar.gz: 6dfd48dbf10195463a2ab9f70eb7075f2f79209d2c0270d847fe27780c12b6c456a8d89f76f4f75adb8a9bda6637c4093c45a60b13d894952b94fa034862b2c2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-compute_v1
|
2
2
|
|
3
|
+
### v0.106.0 (2024-09-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240820
|
6
|
+
|
7
|
+
### v0.105.0 (2024-08-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240813
|
10
|
+
|
3
11
|
### v0.104.0 (2024-08-11)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240730
|
@@ -1157,6 +1157,13 @@ module Google
|
|
1157
1157
|
# @return [Fixnum]
|
1158
1158
|
attr_accessor :threads_per_core
|
1159
1159
|
|
1160
|
+
# Turbo frequency mode to use for the instance. Supported modes include: *
|
1161
|
+
# ALL_CORE_MAX Using empty string or not setting this field will use the
|
1162
|
+
# platform-specific default turbo mode.
|
1163
|
+
# Corresponds to the JSON property `turboMode`
|
1164
|
+
# @return [String]
|
1165
|
+
attr_accessor :turbo_mode
|
1166
|
+
|
1160
1167
|
# The number of physical cores to expose to an instance. Multiply by the number
|
1161
1168
|
# of threads per core to compute the total number of virtual CPUs to expose to
|
1162
1169
|
# the instance. If unset, the number of cores is inferred from the instance's
|
@@ -1175,6 +1182,7 @@ module Google
|
|
1175
1182
|
@enable_uefi_networking = args[:enable_uefi_networking] if args.key?(:enable_uefi_networking)
|
1176
1183
|
@performance_monitoring_unit = args[:performance_monitoring_unit] if args.key?(:performance_monitoring_unit)
|
1177
1184
|
@threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
|
1185
|
+
@turbo_mode = args[:turbo_mode] if args.key?(:turbo_mode)
|
1178
1186
|
@visible_core_count = args[:visible_core_count] if args.key?(:visible_core_count)
|
1179
1187
|
end
|
1180
1188
|
end
|
@@ -10496,16 +10504,6 @@ module Google
|
|
10496
10504
|
# @return [Google::Apis::ComputeV1::ShareSettings]
|
10497
10505
|
attr_accessor :share_settings
|
10498
10506
|
|
10499
|
-
# Indicates whether the auto-created reservation can be consumed by VMs with
|
10500
|
-
# affinity for "any" reservation. If the field is set, then only VMs that target
|
10501
|
-
# the reservation by name can consume from the delivered reservation. If set to
|
10502
|
-
# true,the delivered resevervation will have the same name as the future
|
10503
|
-
# reservation.
|
10504
|
-
# Corresponds to the JSON property `specificReservationRequired`
|
10505
|
-
# @return [Boolean]
|
10506
|
-
attr_accessor :specific_reservation_required
|
10507
|
-
alias_method :specific_reservation_required?, :specific_reservation_required
|
10508
|
-
|
10509
10507
|
# Future Reservation configuration to indicate instance properties and total
|
10510
10508
|
# count.
|
10511
10509
|
# Corresponds to the JSON property `specificSkuProperties`
|
@@ -10546,7 +10544,6 @@ module Google
|
|
10546
10544
|
@self_link = args[:self_link] if args.key?(:self_link)
|
10547
10545
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
10548
10546
|
@share_settings = args[:share_settings] if args.key?(:share_settings)
|
10549
|
-
@specific_reservation_required = args[:specific_reservation_required] if args.key?(:specific_reservation_required)
|
10550
10547
|
@specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
|
10551
10548
|
@status = args[:status] if args.key?(:status)
|
10552
10549
|
@time_window = args[:time_window] if args.key?(:time_window)
|
@@ -23010,6 +23007,11 @@ module Google
|
|
23010
23007
|
# @return [Array<Google::Apis::ComputeV1::MachineType::Accelerator>]
|
23011
23008
|
attr_accessor :accelerators
|
23012
23009
|
|
23010
|
+
# [Output Only] The architecture of the machine type.
|
23011
|
+
# Corresponds to the JSON property `architecture`
|
23012
|
+
# @return [String]
|
23013
|
+
attr_accessor :architecture
|
23014
|
+
|
23013
23015
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
23014
23016
|
# Corresponds to the JSON property `creationTimestamp`
|
23015
23017
|
# @return [String]
|
@@ -23099,6 +23101,7 @@ module Google
|
|
23099
23101
|
# Update properties of this object
|
23100
23102
|
def update!(**args)
|
23101
23103
|
@accelerators = args[:accelerators] if args.key?(:accelerators)
|
23104
|
+
@architecture = args[:architecture] if args.key?(:architecture)
|
23102
23105
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
23103
23106
|
@deprecated = args[:deprecated] if args.key?(:deprecated)
|
23104
23107
|
@description = args[:description] if args.key?(:description)
|
@@ -26405,6 +26408,12 @@ module Google
|
|
26405
26408
|
# @return [String]
|
26406
26409
|
attr_accessor :name
|
26407
26410
|
|
26411
|
+
# [Output only] Priority of firewall policy association. Not applicable for type=
|
26412
|
+
# HIERARCHY.
|
26413
|
+
# Corresponds to the JSON property `priority`
|
26414
|
+
# @return [Fixnum]
|
26415
|
+
attr_accessor :priority
|
26416
|
+
|
26408
26417
|
# The rules that apply to the network.
|
26409
26418
|
# Corresponds to the JSON property `rules`
|
26410
26419
|
# @return [Array<Google::Apis::ComputeV1::FirewallPolicyRule>]
|
@@ -26428,6 +26437,7 @@ module Google
|
|
26428
26437
|
def update!(**args)
|
26429
26438
|
@display_name = args[:display_name] if args.key?(:display_name)
|
26430
26439
|
@name = args[:name] if args.key?(:name)
|
26440
|
+
@priority = args[:priority] if args.key?(:priority)
|
26431
26441
|
@rules = args[:rules] if args.key?(:rules)
|
26432
26442
|
@short_name = args[:short_name] if args.key?(:short_name)
|
26433
26443
|
@type = args[:type] if args.key?(:type)
|
@@ -49530,7 +49540,8 @@ module Google
|
|
49530
49540
|
|
49531
49541
|
# Local traffic selector to use when establishing the VPN tunnel with the peer
|
49532
49542
|
# VPN gateway. The value should be a CIDR formatted string, for example: 192.168.
|
49533
|
-
# 0.0/16. The ranges must be disjoint. Only IPv4 is supported
|
49543
|
+
# 0.0/16. The ranges must be disjoint. Only IPv4 is supported for Classic VPN
|
49544
|
+
# tunnels. This field is output only for HA VPN tunnels.
|
49534
49545
|
# Corresponds to the JSON property `localTrafficSelector`
|
49535
49546
|
# @return [Array<String>]
|
49536
49547
|
attr_accessor :local_traffic_selector
|
@@ -49570,7 +49581,8 @@ module Google
|
|
49570
49581
|
# @return [String]
|
49571
49582
|
attr_accessor :peer_gcp_gateway
|
49572
49583
|
|
49573
|
-
# IP address of the peer VPN gateway. Only IPv4 is supported.
|
49584
|
+
# IP address of the peer VPN gateway. Only IPv4 is supported. This field can be
|
49585
|
+
# set only for Classic VPN tunnels.
|
49574
49586
|
# Corresponds to the JSON property `peerIp`
|
49575
49587
|
# @return [String]
|
49576
49588
|
attr_accessor :peer_ip
|
@@ -49584,7 +49596,8 @@ module Google
|
|
49584
49596
|
|
49585
49597
|
# Remote traffic selectors to use when establishing the VPN tunnel with the peer
|
49586
49598
|
# VPN gateway. The value should be a CIDR formatted string, for example: 192.168.
|
49587
|
-
# 0.0/16. The ranges should be disjoint. Only IPv4 is supported
|
49599
|
+
# 0.0/16. The ranges should be disjoint. Only IPv4 is supported for Classic VPN
|
49600
|
+
# tunnels. This field is output only for HA VPN tunnels.
|
49588
49601
|
# Corresponds to the JSON property `remoteTrafficSelector`
|
49589
49602
|
# @return [Array<String>]
|
49590
49603
|
attr_accessor :remote_traffic_selector
|
@@ -49633,7 +49646,8 @@ module Google
|
|
49633
49646
|
attr_accessor :status
|
49634
49647
|
|
49635
49648
|
# URL of the Target VPN gateway with which this VPN tunnel is associated.
|
49636
|
-
# Provided by the client when the VPN tunnel is created.
|
49649
|
+
# Provided by the client when the VPN tunnel is created. This field can be set
|
49650
|
+
# only for Classic VPN tunnels.
|
49637
49651
|
# Corresponds to the JSON property `targetVpnGateway`
|
49638
49652
|
# @return [String]
|
49639
49653
|
attr_accessor :target_vpn_gateway
|
@@ -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.106.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240820"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6903,6 +6903,7 @@ module Google
|
|
6903
6903
|
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
6904
6904
|
property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
|
6905
6905
|
property :threads_per_core, as: 'threadsPerCore'
|
6906
|
+
property :turbo_mode, as: 'turboMode'
|
6906
6907
|
property :visible_core_count, as: 'visibleCoreCount'
|
6907
6908
|
end
|
6908
6909
|
end
|
@@ -8970,7 +8971,6 @@ module Google
|
|
8970
8971
|
property :self_link_with_id, as: 'selfLinkWithId'
|
8971
8972
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
|
8972
8973
|
|
8973
|
-
property :specific_reservation_required, as: 'specificReservationRequired'
|
8974
8974
|
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties::Representation
|
8975
8975
|
|
8976
8976
|
property :status, as: 'status', class: Google::Apis::ComputeV1::FutureReservationStatus, decorator: Google::Apis::ComputeV1::FutureReservationStatus::Representation
|
@@ -12071,6 +12071,7 @@ module Google
|
|
12071
12071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12072
12072
|
collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeV1::MachineType::Accelerator, decorator: Google::Apis::ComputeV1::MachineType::Accelerator::Representation
|
12073
12073
|
|
12074
|
+
property :architecture, as: 'architecture'
|
12074
12075
|
property :creation_timestamp, as: 'creationTimestamp'
|
12075
12076
|
property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
|
12076
12077
|
|
@@ -12924,6 +12925,7 @@ module Google
|
|
12924
12925
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12925
12926
|
property :display_name, as: 'displayName'
|
12926
12927
|
property :name, as: 'name'
|
12928
|
+
property :priority, as: 'priority'
|
12927
12929
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
12928
12930
|
|
12929
12931
|
property :short_name, as: 'shortName'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.106.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-09-01 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.106.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|