google-apis-compute_beta 0.23.0 → 0.24.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: 9d82a14428fdd3f629276459db8066489119b0bff70e856a7eee186da3849beb
|
4
|
+
data.tar.gz: c8816fa249f3987a1a1db37a5db805b64b1c6260a691f1728b81c46eb5ba9412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
31341
|
-
#
|
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.
|
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.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
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
|
13475
|
-
#
|
13476
|
-
# disks and static IP addresses, will
|
13477
|
-
#
|
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.
|
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-
|
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.
|
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.
|
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
|