google-apis-vmmigration_v1 0.51.0 → 0.52.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: d046b4ec2458a28832547c3d7f660ee15f993de71ccaf8ec1f65baf055d6ec06
4
- data.tar.gz: 776a3e4ad98c4e30034c24cfac35bb6d59705886594a6e383a382f43561d11a7
3
+ metadata.gz: c74ac1c7a0fce5da0d082840da7503b81502c542504e050af43d80af5348676d
4
+ data.tar.gz: 0fa42b3a9424f27828018a70e853261f51c3ac50ca20a4327819fac320d26a9a
5
5
  SHA512:
6
- metadata.gz: 4a99868197c4d9cf69d245c311ab1d92a2b93c4b6263390966232e9b368a47e4048af939d27afbdce3bf4d1fe3cf2ff3dfaa81ca3039985ce96c249a015c87e9
7
- data.tar.gz: ee2c34f2cf74c9534234127a2a0a9d899b9d0bacfc76d632dfa57cf25cb64aa0b945ca532d42ef504557e6d76545b8afe82b149a61f46d2dc80a889d4a20cb45
6
+ metadata.gz: ab9518d93b241a9fa880a591aa6fee64eec12e35594fa064e6f8c99a41b4433b1351b83266846c63ebe65808594bf5719104457fb6838bc93324a6fe0a02afe3
7
+ data.tar.gz: 82ca2a2b85fb2dedf7caa77c56ad1bef01e27bbaaddc46c5170c2073853d200f17398cc10e76360ef5f99953711c12f163ef1ce2ed5c7f56267ae38d44821165
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.52.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240822
6
+
3
7
  ### v0.51.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240808
@@ -1086,7 +1086,8 @@ module Google
1086
1086
  attr_accessor :boot_option
1087
1087
 
1088
1088
  # Scheduling information for VM on maintenance/restart behaviour and node
1089
- # allocation in sole tenant nodes.
1089
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1090
+ # machine undergoes maintenance that may temporarily impact instance performance.
1090
1091
  # Corresponds to the JSON property `computeScheduling`
1091
1092
  # @return [Google::Apis::VmmigrationV1::ComputeScheduling]
1092
1093
  attr_accessor :compute_scheduling
@@ -1242,7 +1243,8 @@ module Google
1242
1243
  attr_accessor :boot_option
1243
1244
 
1244
1245
  # Scheduling information for VM on maintenance/restart behaviour and node
1245
- # allocation in sole tenant nodes.
1246
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1247
+ # machine undergoes maintenance that may temporarily impact instance performance.
1246
1248
  # Corresponds to the JSON property `computeScheduling`
1247
1249
  # @return [Google::Apis::VmmigrationV1::ComputeScheduling]
1248
1250
  attr_accessor :compute_scheduling
@@ -1368,7 +1370,8 @@ module Google
1368
1370
  end
1369
1371
 
1370
1372
  # Scheduling information for VM on maintenance/restart behaviour and node
1371
- # allocation in sole tenant nodes.
1373
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1374
+ # machine undergoes maintenance that may temporarily impact instance performance.
1372
1375
  class ComputeScheduling
1373
1376
  include Google::Apis::Core::Hashable
1374
1377
 
@@ -1931,7 +1934,8 @@ module Google
1931
1934
  attr_accessor :boot_disk_defaults
1932
1935
 
1933
1936
  # Scheduling information for VM on maintenance/restart behaviour and node
1934
- # allocation in sole tenant nodes.
1937
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1938
+ # machine undergoes maintenance that may temporarily impact instance performance.
1935
1939
  # Corresponds to the JSON property `computeScheduling`
1936
1940
  # @return [Google::Apis::VmmigrationV1::ComputeScheduling]
1937
1941
  attr_accessor :compute_scheduling
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.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 = "20240808"
25
+ REVISION = "20240822"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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-18 00:00:00.000000000 Z
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-vmmigration_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []