google-apis-compute_beta 0.23.0 → 0.24.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: 91938d95d32737298a1125dd1767c1d51bd3dff67025118f93699a9dc5a39383
4
- data.tar.gz: 77622a0280627fe26ca8271ca57a2f31d39ab208a8a4f164ca850f05d623bc2f
3
+ metadata.gz: 9d82a14428fdd3f629276459db8066489119b0bff70e856a7eee186da3849beb
4
+ data.tar.gz: c8816fa249f3987a1a1db37a5db805b64b1c6260a691f1728b81c46eb5ba9412
5
5
  SHA512:
6
- metadata.gz: db67d83166ae9c3e1c65058673117241f769d0204a0c684a6e8b0b7d957c177ed2dea1719d59a94d7b5b582f087777d6d1f7199fc3a78ca0be203c9280bfbaff
7
- data.tar.gz: 293c32a5ac9fa846dca85a1fdcabed272561767993fa67588219441c6713046682f00247a4a65c1b3d9af95fb74f90c44e5020d5a837e22820cf3a3a44c34b3b
6
+ metadata.gz: 9dc55a83952c1e40442dc60b254077fc86be048f4323fa74b3985ab027ae80b2670f009bed3ecd74bb9784964fbb91226a4fe5940b9d54ab6eeb5db2e4ee834f
7
+ data.tar.gz: 5362c92d71cebde2f414e12cba36e72470267d6e963abe4222130d52911c7bcd8200e03420acbc56ecdc0fff85c85407e450ba2f4117574bd828e5e787442fb3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.24.0 (2022-01-29)
4
+
5
+ * Regenerated from discovery document revision 20220112
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.23.0 (2022-01-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20211228
@@ -31337,8 +31337,8 @@ module Google
31337
31337
 
31338
31338
  # Defines the maintenance behavior for this instance. For standard instances,
31339
31339
  # the default behavior is MIGRATE. For preemptible instances, the default and
31340
- # only possible behavior is TERMINATE. For more information, see Setting
31341
- # Instance Scheduling Options.
31340
+ # only possible behavior is TERMINATE. For more information, see Set VM
31341
+ # availability policies.
31342
31342
  # Corresponds to the JSON property `onHostMaintenance`
31343
31343
  # @return [String]
31344
31344
  attr_accessor :on_host_maintenance
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211228"
25
+ REVISION = "20220112"
26
26
  end
27
27
  end
28
28
  end
@@ -13000,7 +13000,9 @@ module Google
13000
13000
 
13001
13001
  # Sets an instance's scheduling options. You can only call this method on a
13002
13002
  # stopped instance, that is, a VM instance that is in a `TERMINATED` state. See
13003
- # Instance Life Cycle for more information on the possible instance states.
13003
+ # Instance Life Cycle for more information on the possible instance states. For
13004
+ # more information about setting scheduling options for a VM, see Set VM
13005
+ # availability policies.
13004
13006
  # @param [String] project
13005
13007
  # Project ID for this request.
13006
13008
  # @param [String] zone
@@ -13271,7 +13273,8 @@ module Google
13271
13273
  execute_or_queue_command(command, &block)
13272
13274
  end
13273
13275
 
13274
- # Simulates a maintenance event on the instance.
13276
+ # Simulates a host maintenance event on a VM. For more information, see Simulate
13277
+ # a host maintenance event.
13275
13278
  # @param [String] project
13276
13279
  # Project ID for this request.
13277
13280
  # @param [String] zone
@@ -13471,10 +13474,11 @@ module Google
13471
13474
 
13472
13475
  # This method suspends a running instance, saving its state to persistent
13473
13476
  # storage, and allows you to resume the instance at a later time. Suspended
13474
- # instances incur reduced per-minute, virtual machine usage charges while they
13475
- # are suspended. Any resources the virtual machine is using, such as persistent
13476
- # disks and static IP addresses, will continue to be charged until they are
13477
- # deleted. For more information, see Suspending and resuming an instance.
13477
+ # instances have no compute costs (cores or RAM), and incur only storage charges
13478
+ # for the saved VM memory and localSSD data. Any charged resources the virtual
13479
+ # machine was using, such as persistent disks and static IP addresses, will
13480
+ # continue to be charged while the instance is suspended. For more information,
13481
+ # see Suspending and resuming an instance.
13478
13482
  # @param [String] project
13479
13483
  # Project ID for this request.
13480
13484
  # @param [String] zone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-31 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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API Beta