google-apis-vmmigration_v1alpha1 0.57.0 → 0.58.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: 98c2febf0557723c54f56c1def51c6645818fd5b487c5f31ba39077176d1c89c
4
- data.tar.gz: f2848e29d9dc03351386c6dbd255ec7af48b89d812c8ece44a0b00043dc609c2
3
+ metadata.gz: 7a22d20f2e214fbbbaaed9819a739dc689c42f92a849042ed782e0bdb624c46f
4
+ data.tar.gz: 98529d58381e0c3c31d3e2a8ae9315edce4d7ef7ae0593e2b94ab52d00cfdce3
5
5
  SHA512:
6
- metadata.gz: 98953923696be76514c4442d82a08c853e8163bdf58380e4a1bc12fe569e2157d1758cc40586a63ed3874dd6770d98a919958da698f16ae07c2b407d720557e7
7
- data.tar.gz: 57fb356d063a0739012fef2288cb48a6f75b734541346b28bfcb7303ee9a4d3db0b17dc4a531bb3203eeb493161d47c10fa75885a65a2a9eb1a078f06c7f64b0
6
+ metadata.gz: 7616a0d191a38714d2abead223fbc90e1d8935fe9709ce84d1bec41a9c38e047811452dc32e4ec25076cc357410a670609f7fa407a603348225c0cd91897d1a6
7
+ data.tar.gz: 748851b6b96fdffc58e9ea353919ec63192c9e3e337c50600ae3f347ee55a228d48e9cd15944813f51c43d80bd6baf7dbd2973a7debb37e1f54fb5e944b56e1e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.58.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250619
6
+
3
7
  ### v0.57.0 (2025-06-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20250612
@@ -1124,6 +1124,17 @@ module Google
1124
1124
  # @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
1125
1125
  attr_accessor :compute_scheduling
1126
1126
 
1127
+ # Optional. Additional replica zones of the target regional disks. If this list
1128
+ # is not empty a regional disk will be created. The first supported zone would
1129
+ # be the one stated in the zone field. The rest are taken from this list. Please
1130
+ # refer to the [regional disk creation API](https://cloud.google.com/compute/
1131
+ # docs/regions-zones/global-regional-zonal-resources) for further details about
1132
+ # regional vs zonal disks. If not specified, a zonal disk will be created in the
1133
+ # same zone the VM is created.
1134
+ # Corresponds to the JSON property `diskReplicaZones`
1135
+ # @return [Array<String>]
1136
+ attr_accessor :disk_replica_zones
1137
+
1127
1138
  # The disk type to use in the VM.
1128
1139
  # Corresponds to the JSON property `diskType`
1129
1140
  # @return [String]
@@ -1227,6 +1238,7 @@ module Google
1227
1238
  @boot_conversion = args[:boot_conversion] if args.key?(:boot_conversion)
1228
1239
  @boot_option = args[:boot_option] if args.key?(:boot_option)
1229
1240
  @compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
1241
+ @disk_replica_zones = args[:disk_replica_zones] if args.key?(:disk_replica_zones)
1230
1242
  @disk_type = args[:disk_type] if args.key?(:disk_type)
1231
1243
  @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
1232
1244
  @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
@@ -1281,6 +1293,17 @@ module Google
1281
1293
  # @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
1282
1294
  attr_accessor :compute_scheduling
1283
1295
 
1296
+ # Optional. Additional replica zones of the target regional disks. If this list
1297
+ # is not empty a regional disk will be created. The first supported zone would
1298
+ # be the one stated in the zone field. The rest are taken from this list. Please
1299
+ # refer to the [regional disk creation API](https://cloud.google.com/compute/
1300
+ # docs/regions-zones/global-regional-zonal-resources) for further details about
1301
+ # regional vs zonal disks. If not specified, a zonal disk will be created in the
1302
+ # same zone the VM is created.
1303
+ # Corresponds to the JSON property `diskReplicaZones`
1304
+ # @return [Array<String>]
1305
+ attr_accessor :disk_replica_zones
1306
+
1284
1307
  # The disk type to use in the VM.
1285
1308
  # Corresponds to the JSON property `diskType`
1286
1309
  # @return [String]
@@ -1381,6 +1404,7 @@ module Google
1381
1404
  @boot_conversion = args[:boot_conversion] if args.key?(:boot_conversion)
1382
1405
  @boot_option = args[:boot_option] if args.key?(:boot_option)
1383
1406
  @compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
1407
+ @disk_replica_zones = args[:disk_replica_zones] if args.key?(:disk_replica_zones)
1384
1408
  @disk_type = args[:disk_type] if args.key?(:disk_type)
1385
1409
  @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
1386
1410
  @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1alpha1
18
18
  # Version of the google-apis-vmmigration_v1alpha1 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.58.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 = "20250612"
25
+ REVISION = "20250619"
26
26
  end
27
27
  end
28
28
  end
@@ -1053,6 +1053,7 @@ module Google
1053
1053
  property :boot_option, as: 'bootOption'
1054
1054
  property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
1055
1055
 
1056
+ collection :disk_replica_zones, as: 'diskReplicaZones'
1056
1057
  property :disk_type, as: 'diskType'
1057
1058
  property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1058
1059
  property :enable_vtpm, as: 'enableVtpm'
@@ -1085,6 +1086,7 @@ module Google
1085
1086
  property :boot_option, as: 'bootOption'
1086
1087
  property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
1087
1088
 
1089
+ collection :disk_replica_zones, as: 'diskReplicaZones'
1088
1090
  property :disk_type, as: 'diskType'
1089
1091
  property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1090
1092
  property :enable_vtpm, as: 'enableVtpm'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.58.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_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.58.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: