google-apis-compute_v1 0.104.0 → 0.105.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: 8898923eb3c704b64632df275e01ec142684a7578a3ed2f5c80928fe7077c643
4
- data.tar.gz: 67ba997ab370a8750fb402a93152ff1b43af94033edb83167dcabf5f2a4a21b5
3
+ metadata.gz: d936889c24181df677f2adce3c51d01f49e77f7df3125c8f122b3f864210d2ee
4
+ data.tar.gz: 6a28f0f74333ccc0017ece7278f81a0afa00656b77e5576f37f5db9b31256cc1
5
5
  SHA512:
6
- metadata.gz: aa3de71b1816656d32648a6a827e34b9e0fd3fde12d6b496ffd706b8cb45e99e61e8500410ed33fd4f8a15f5b7eb18bf692f988c3b86828d4d68578654d87fe2
7
- data.tar.gz: 69e7aa28a6a8db8321798336ccfb702bf88e4f8ac64ad148289c332d446afd258e2682ad7980c654ca92ed0d0e7eb1a60fd11960b43d6cf659c9f4efee59ac76
6
+ metadata.gz: 34f27c337f2553e8f1c080314aaa4addff1836233935bf8eb44d5f9a0f77ef3afd6c4914eb62009ca41342cb2bb3ea3c4d0d47b6b86a7e53cf29cd849022a7c9
7
+ data.tar.gz: 956414464a513c846eba6c0b3083360cc0aaa579ee24ab32a76cc76e551d624f08eb8b0e6ca6ceecf1c8c5c09d8936659e37f066991024d1a90c72a280d17ab3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.105.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240813
6
+
3
7
  ### v0.104.0 (2024-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20240730
@@ -10496,16 +10496,6 @@ module Google
10496
10496
  # @return [Google::Apis::ComputeV1::ShareSettings]
10497
10497
  attr_accessor :share_settings
10498
10498
 
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
10499
  # Future Reservation configuration to indicate instance properties and total
10510
10500
  # count.
10511
10501
  # Corresponds to the JSON property `specificSkuProperties`
@@ -10546,7 +10536,6 @@ module Google
10546
10536
  @self_link = args[:self_link] if args.key?(:self_link)
10547
10537
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
10548
10538
  @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
10539
  @specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
10551
10540
  @status = args[:status] if args.key?(:status)
10552
10541
  @time_window = args[:time_window] if args.key?(:time_window)
@@ -23010,6 +22999,11 @@ module Google
23010
22999
  # @return [Array<Google::Apis::ComputeV1::MachineType::Accelerator>]
23011
23000
  attr_accessor :accelerators
23012
23001
 
23002
+ # [Output Only] The architecture of the machine type.
23003
+ # Corresponds to the JSON property `architecture`
23004
+ # @return [String]
23005
+ attr_accessor :architecture
23006
+
23013
23007
  # [Output Only] Creation timestamp in RFC3339 text format.
23014
23008
  # Corresponds to the JSON property `creationTimestamp`
23015
23009
  # @return [String]
@@ -23099,6 +23093,7 @@ module Google
23099
23093
  # Update properties of this object
23100
23094
  def update!(**args)
23101
23095
  @accelerators = args[:accelerators] if args.key?(:accelerators)
23096
+ @architecture = args[:architecture] if args.key?(:architecture)
23102
23097
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
23103
23098
  @deprecated = args[:deprecated] if args.key?(:deprecated)
23104
23099
  @description = args[:description] if args.key?(:description)
@@ -49530,7 +49525,8 @@ module Google
49530
49525
 
49531
49526
  # Local traffic selector to use when establishing the VPN tunnel with the peer
49532
49527
  # 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.
49528
+ # 0.0/16. The ranges must be disjoint. Only IPv4 is supported for Classic VPN
49529
+ # tunnels. This field is output only for HA VPN tunnels.
49534
49530
  # Corresponds to the JSON property `localTrafficSelector`
49535
49531
  # @return [Array<String>]
49536
49532
  attr_accessor :local_traffic_selector
@@ -49570,7 +49566,8 @@ module Google
49570
49566
  # @return [String]
49571
49567
  attr_accessor :peer_gcp_gateway
49572
49568
 
49573
- # IP address of the peer VPN gateway. Only IPv4 is supported.
49569
+ # IP address of the peer VPN gateway. Only IPv4 is supported. This field can be
49570
+ # set only for Classic VPN tunnels.
49574
49571
  # Corresponds to the JSON property `peerIp`
49575
49572
  # @return [String]
49576
49573
  attr_accessor :peer_ip
@@ -49584,7 +49581,8 @@ module Google
49584
49581
 
49585
49582
  # Remote traffic selectors to use when establishing the VPN tunnel with the peer
49586
49583
  # 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.
49584
+ # 0.0/16. The ranges should be disjoint. Only IPv4 is supported for Classic VPN
49585
+ # tunnels. This field is output only for HA VPN tunnels.
49588
49586
  # Corresponds to the JSON property `remoteTrafficSelector`
49589
49587
  # @return [Array<String>]
49590
49588
  attr_accessor :remote_traffic_selector
@@ -49633,7 +49631,8 @@ module Google
49633
49631
  attr_accessor :status
49634
49632
 
49635
49633
  # URL of the Target VPN gateway with which this VPN tunnel is associated.
49636
- # Provided by the client when the VPN tunnel is created.
49634
+ # Provided by the client when the VPN tunnel is created. This field can be set
49635
+ # only for Classic VPN tunnels.
49637
49636
  # Corresponds to the JSON property `targetVpnGateway`
49638
49637
  # @return [String]
49639
49638
  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.104.0"
19
+ GEM_VERSION = "0.105.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 = "20240730"
25
+ REVISION = "20240813"
26
26
  end
27
27
  end
28
28
  end
@@ -8970,7 +8970,6 @@ module Google
8970
8970
  property :self_link_with_id, as: 'selfLinkWithId'
8971
8971
  property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
8972
8972
 
8973
- property :specific_reservation_required, as: 'specificReservationRequired'
8974
8973
  property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties::Representation
8975
8974
 
8976
8975
  property :status, as: 'status', class: Google::Apis::ComputeV1::FutureReservationStatus, decorator: Google::Apis::ComputeV1::FutureReservationStatus::Representation
@@ -12071,6 +12070,7 @@ module Google
12071
12070
  class Representation < Google::Apis::Core::JsonRepresentation
12072
12071
  collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeV1::MachineType::Accelerator, decorator: Google::Apis::ComputeV1::MachineType::Accelerator::Representation
12073
12072
 
12073
+ property :architecture, as: 'architecture'
12074
12074
  property :creation_timestamp, as: 'creationTimestamp'
12075
12075
  property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
12076
12076
 
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.104.0
4
+ version: 0.105.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-08-11 00:00:00.000000000 Z
11
+ date: 2024-08-18 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.104.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.105.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: []