google-apis-vmmigration_v1 0.70.0 → 0.71.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: 36813817043789f969120ae18837f3a833ba366a6f7a7bd5db8b385c81acf18f
4
- data.tar.gz: f1aa58b1fa062ddd8a41ee6dd709fcd5c636fb538266ed57c3d6ef9589af7ac2
3
+ metadata.gz: c2f8098e319f4d85a07025c18acb5f1ba7231504dfaf3ea38e6e959859292b66
4
+ data.tar.gz: c24688564a59b0145fe5d68cc003c684d98806c8b7df02a8d62886da23618512
5
5
  SHA512:
6
- metadata.gz: b707e53dd4a195ccd3e7f4f91c6a365f610b5a0dc5d04096f9d769e1b61e51d5eb524c20826bcb41f0610aad4801e062df7e2dd996b1aba1ff42fd4d4efe22bc
7
- data.tar.gz: 3787f14e297485ef387075bf108b741d1fa0bcd9f47de2e98e3ceb13074a4c777cf7c7beabefc0cdcccf0856a06264cad0cac3900752f15a4a007630e9c8af4d
6
+ metadata.gz: 60e51382ff01e393eef17ecfd11b178e5a6fe67809e5c5ae875cd1eeedb1872069c7456d32f30cba634ee0186683f15891c914df6537473d5b30d9da8eb408ff
7
+ data.tar.gz: 8d1f1c2c6686c99a16ba3bf3d37abe5353a52dcea37525de8752bcc93f1e9d543923e16a6664784ae3a103bf00762daeed949455d36b8df95bd662e7da542e34
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.71.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251030
6
+
3
7
  ### v0.70.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251023
@@ -1329,6 +1329,15 @@ module Google
1329
1329
  # @return [String]
1330
1330
  attr_accessor :service_account
1331
1331
 
1332
+ # Optional. If specified this will be the storage pool in which the disk is
1333
+ # created. This is the full path of the storage pool resource, for example: "
1334
+ # projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The
1335
+ # storage pool must be in the same project and zone as the target disks. The
1336
+ # storage pool's type must match the disk type.
1337
+ # Corresponds to the JSON property `storagePool`
1338
+ # @return [String]
1339
+ attr_accessor :storage_pool
1340
+
1332
1341
  # The full path of the resource of type TargetProject which represents the
1333
1342
  # Compute Engine project in which to create this VM.
1334
1343
  # Corresponds to the JSON property `targetProject`
@@ -1372,6 +1381,7 @@ module Google
1372
1381
  @network_tags = args[:network_tags] if args.key?(:network_tags)
1373
1382
  @secure_boot = args[:secure_boot] if args.key?(:secure_boot)
1374
1383
  @service_account = args[:service_account] if args.key?(:service_account)
1384
+ @storage_pool = args[:storage_pool] if args.key?(:storage_pool)
1375
1385
  @target_project = args[:target_project] if args.key?(:target_project)
1376
1386
  @vm_name = args[:vm_name] if args.key?(:vm_name)
1377
1387
  @zone = args[:zone] if args.key?(:zone)
@@ -1507,6 +1517,15 @@ module Google
1507
1517
  # @return [String]
1508
1518
  attr_accessor :service_account
1509
1519
 
1520
+ # Optional. The storage pool used for the VM disks. If specified this will be
1521
+ # the storage pool in which the disk is created. This is the full path of the
1522
+ # storage pool resource, for example: "projects/my-project/zones/us-central1-a/
1523
+ # storagePools/my-storage-pool". The storage pool must be in the same project
1524
+ # and zone as the target disks. The storage pool's type must match the disk type.
1525
+ # Corresponds to the JSON property `storagePool`
1526
+ # @return [String]
1527
+ attr_accessor :storage_pool
1528
+
1510
1529
  # The name of the VM to create.
1511
1530
  # Corresponds to the JSON property `vmName`
1512
1531
  # @return [String]
@@ -1545,6 +1564,7 @@ module Google
1545
1564
  @project = args[:project] if args.key?(:project)
1546
1565
  @secure_boot = args[:secure_boot] if args.key?(:secure_boot)
1547
1566
  @service_account = args[:service_account] if args.key?(:service_account)
1567
+ @storage_pool = args[:storage_pool] if args.key?(:storage_pool)
1548
1568
  @vm_name = args[:vm_name] if args.key?(:vm_name)
1549
1569
  @zone = args[:zone] if args.key?(:zone)
1550
1570
  end
@@ -1843,7 +1863,7 @@ module Google
1843
1863
  end
1844
1864
  end
1845
1865
 
1846
- # Mentions that the image import is not using OS adaptation process.
1866
+ # Used when the image import is not using OS adaptation process.
1847
1867
  class DataDiskImageImport
1848
1868
  include Google::Apis::Core::Hashable
1849
1869
 
@@ -2033,7 +2053,7 @@ module Google
2033
2053
  # @return [Array<String>]
2034
2054
  attr_accessor :additional_licenses
2035
2055
 
2036
- # Mentions that the image import is not using OS adaptation process.
2056
+ # Used when the image import is not using OS adaptation process.
2037
2057
  # Corresponds to the JSON property `dataDiskImageImport`
2038
2058
  # @return [Google::Apis::VmmigrationV1::DataDiskImageImport]
2039
2059
  attr_accessor :data_disk_image_import
@@ -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.70.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251023"
25
+ REVISION = "20251030"
26
26
  end
27
27
  end
28
28
  end
@@ -1181,6 +1181,7 @@ module Google
1181
1181
  collection :network_tags, as: 'networkTags'
1182
1182
  property :secure_boot, as: 'secureBoot'
1183
1183
  property :service_account, as: 'serviceAccount'
1184
+ property :storage_pool, as: 'storagePool'
1184
1185
  property :target_project, as: 'targetProject'
1185
1186
  property :vm_name, as: 'vmName'
1186
1187
  property :zone, as: 'zone'
@@ -1217,6 +1218,7 @@ module Google
1217
1218
  property :project, as: 'project'
1218
1219
  property :secure_boot, as: 'secureBoot'
1219
1220
  property :service_account, as: 'serviceAccount'
1221
+ property :storage_pool, as: 'storagePool'
1220
1222
  property :vm_name, as: 'vmName'
1221
1223
  property :zone, as: 'zone'
1222
1224
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.70.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.71.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
62
62
  rdoc_options: []
63
63
  require_paths: