google-apis-vmmigration_v1alpha1 0.50.0 → 0.52.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: cda0ec387da1a8f638b06a522c1f7cf136cf2d8c86ba3f5fe9985d2a3e9f8230
4
- data.tar.gz: 0ea1d5dbb55c88e0f79b7e745333552e7f9f8ff9e9e605b66972a31f0657752b
3
+ metadata.gz: c3dc3c09b2260e01fcdbc59516a7b95c97013bbc4c98db4b492e15048dd284b1
4
+ data.tar.gz: bc49b705254899be518cb5181a999a5386594159b8910db74ed1cbf99d2194be
5
5
  SHA512:
6
- metadata.gz: 1127511babbd1ea9de468324466e0798b86a5b273819dd60d447ef64316f49a35359ceccf1d6cfffc179530c9485e7a4808968685248b687877538e8265490eb
7
- data.tar.gz: 2f576af18a4510075e329eda5a106ce3277a04e9d62d0d34b4f973a843f9d55f6ed1bef4ab618351bca3feb2987066dd1597b55d2e22d518ad2a86be96db7653
6
+ metadata.gz: 4e87190bb3d7638ee9e27d9141dfe80128f6598f433caf497733ec20ea4cfc1adf71dc07189a4ff41609d69de4a490615f1573d139dcf3ff59e697e169e3f3f0
7
+ data.tar.gz: ad6eb7ecdd435a3bad95a28a1fe3e9e10c1ebf4053dd6d616834eec12cce9d932056ac106d707999fac128fcdb3f1d7bd642d4ce71bcf2d34b176a8df9770c98
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.52.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241114
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.51.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240712
11
+
3
12
  ### v0.50.0 (2024-06-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240613
@@ -272,11 +272,6 @@ module Google
272
272
  # @return [Hash<String,String>]
273
273
  attr_accessor :migration_resources_user_tags
274
274
 
275
- # Information about the network coniguration of the source.
276
- # Corresponds to the JSON property `networkInsights`
277
- # @return [Google::Apis::VmmigrationV1alpha1::NetworkInsights]
278
- attr_accessor :network_insights
279
-
280
275
  # Output only. The source's public IP. All communication initiated by this
281
276
  # source will originate from this IP.
282
277
  # Corresponds to the JSON property `publicIp`
@@ -300,7 +295,6 @@ module Google
300
295
  @inventory_security_group_names = args[:inventory_security_group_names] if args.key?(:inventory_security_group_names)
301
296
  @inventory_tag_list = args[:inventory_tag_list] if args.key?(:inventory_tag_list)
302
297
  @migration_resources_user_tags = args[:migration_resources_user_tags] if args.key?(:migration_resources_user_tags)
303
- @network_insights = args[:network_insights] if args.key?(:network_insights)
304
298
  @public_ip = args[:public_ip] if args.key?(:public_ip)
305
299
  @state = args[:state] if args.key?(:state)
306
300
  end
@@ -310,6 +304,11 @@ module Google
310
304
  class AwsSourceVmDetails
311
305
  include Google::Apis::Core::Hashable
312
306
 
307
+ # Output only. The VM architecture.
308
+ # Corresponds to the JSON property `architecture`
309
+ # @return [String]
310
+ attr_accessor :architecture
311
+
313
312
  # Output only. The total size of the disks being migrated in bytes.
314
313
  # Corresponds to the JSON property `committedStorageBytes`
315
314
  # @return [Fixnum]
@@ -337,6 +336,7 @@ module Google
337
336
 
338
337
  # Update properties of this object
339
338
  def update!(**args)
339
+ @architecture = args[:architecture] if args.key?(:architecture)
340
340
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
341
341
  @disks = args[:disks] if args.key?(:disks)
342
342
  @firmware = args[:firmware] if args.key?(:firmware)
@@ -585,6 +585,11 @@ module Google
585
585
  class AzureSourceVmDetails
586
586
  include Google::Apis::Core::Hashable
587
587
 
588
+ # Output only. The VM architecture.
589
+ # Corresponds to the JSON property `architecture`
590
+ # @return [String]
591
+ attr_accessor :architecture
592
+
588
593
  # Output only. The total size of the disks being migrated in bytes.
589
594
  # Corresponds to the JSON property `committedStorageBytes`
590
595
  # @return [Fixnum]
@@ -612,6 +617,7 @@ module Google
612
617
 
613
618
  # Update properties of this object
614
619
  def update!(**args)
620
+ @architecture = args[:architecture] if args.key?(:architecture)
615
621
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
616
622
  @disks = args[:disks] if args.key?(:disks)
617
623
  @firmware = args[:firmware] if args.key?(:firmware)
@@ -623,6 +629,11 @@ module Google
623
629
  class AzureVmDetails
624
630
  include Google::Apis::Core::Hashable
625
631
 
632
+ # The CPU architecture.
633
+ # Corresponds to the JSON property `architecture`
634
+ # @return [String]
635
+ attr_accessor :architecture
636
+
626
637
  # The VM Boot Option.
627
638
  # Corresponds to the JSON property `bootOption`
628
639
  # @return [String]
@@ -695,6 +706,7 @@ module Google
695
706
 
696
707
  # Update properties of this object
697
708
  def update!(**args)
709
+ @architecture = args[:architecture] if args.key?(:architecture)
698
710
  @boot_option = args[:boot_option] if args.key?(:boot_option)
699
711
  @committed_storage_mb = args[:committed_storage_mb] if args.key?(:committed_storage_mb)
700
712
  @computer_name = args[:computer_name] if args.key?(:computer_name)
@@ -1093,13 +1105,21 @@ module Google
1093
1105
  # @return [Google::Apis::VmmigrationV1alpha1::AppliedLicense]
1094
1106
  attr_accessor :applied_license
1095
1107
 
1108
+ # Optional. By default the virtual machine will keep its existing boot option.
1109
+ # Setting this property will trigger an internal process which will convert the
1110
+ # virtual machine from using the existing boot option to another.
1111
+ # Corresponds to the JSON property `bootConversion`
1112
+ # @return [String]
1113
+ attr_accessor :boot_conversion
1114
+
1096
1115
  # Output only. The VM Boot Option, as set in the source VM.
1097
1116
  # Corresponds to the JSON property `bootOption`
1098
1117
  # @return [String]
1099
1118
  attr_accessor :boot_option
1100
1119
 
1101
1120
  # Scheduling information for VM on maintenance/restart behaviour and node
1102
- # allocation in sole tenant nodes.
1121
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1122
+ # machine undergoes maintenance that may temporarily impact instance performance.
1103
1123
  # Corresponds to the JSON property `computeScheduling`
1104
1124
  # @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
1105
1125
  attr_accessor :compute_scheduling
@@ -1109,6 +1129,20 @@ module Google
1109
1129
  # @return [String]
1110
1130
  attr_accessor :disk_type
1111
1131
 
1132
+ # Optional. Defines whether the instance has integrity monitoring enabled. This
1133
+ # can be set to true only if the VM boot option is EFI, and vTPM is enabled.
1134
+ # Corresponds to the JSON property `enableIntegrityMonitoring`
1135
+ # @return [Boolean]
1136
+ attr_accessor :enable_integrity_monitoring
1137
+ alias_method :enable_integrity_monitoring?, :enable_integrity_monitoring
1138
+
1139
+ # Optional. Defines whether the instance has vTPM enabled. This can be set to
1140
+ # true only if the VM boot option is EFI.
1141
+ # Corresponds to the JSON property `enableVtpm`
1142
+ # @return [Boolean]
1143
+ attr_accessor :enable_vtpm
1144
+ alias_method :enable_vtpm?, :enable_vtpm
1145
+
1112
1146
  # Encryption message describes the details of the applied encryption.
1113
1147
  # Corresponds to the JSON property `encryption`
1114
1148
  # @return [Google::Apis::VmmigrationV1alpha1::Encryption]
@@ -1190,9 +1224,12 @@ module Google
1190
1224
  def update!(**args)
1191
1225
  @additional_licenses = args[:additional_licenses] if args.key?(:additional_licenses)
1192
1226
  @applied_license = args[:applied_license] if args.key?(:applied_license)
1227
+ @boot_conversion = args[:boot_conversion] if args.key?(:boot_conversion)
1193
1228
  @boot_option = args[:boot_option] if args.key?(:boot_option)
1194
1229
  @compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
1195
1230
  @disk_type = args[:disk_type] if args.key?(:disk_type)
1231
+ @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
1232
+ @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
1196
1233
  @encryption = args[:encryption] if args.key?(:encryption)
1197
1234
  @hostname = args[:hostname] if args.key?(:hostname)
1198
1235
  @labels = args[:labels] if args.key?(:labels)
@@ -1225,13 +1262,21 @@ module Google
1225
1262
  # @return [Google::Apis::VmmigrationV1alpha1::AppliedLicense]
1226
1263
  attr_accessor :applied_license
1227
1264
 
1265
+ # Optional. By default the virtual machine will keep its existing boot option.
1266
+ # Setting this property will trigger an internal process which will convert the
1267
+ # virtual machine from using the existing boot option to another.
1268
+ # Corresponds to the JSON property `bootConversion`
1269
+ # @return [String]
1270
+ attr_accessor :boot_conversion
1271
+
1228
1272
  # The VM Boot Option, as set in the source VM.
1229
1273
  # Corresponds to the JSON property `bootOption`
1230
1274
  # @return [String]
1231
1275
  attr_accessor :boot_option
1232
1276
 
1233
1277
  # Scheduling information for VM on maintenance/restart behaviour and node
1234
- # allocation in sole tenant nodes.
1278
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1279
+ # machine undergoes maintenance that may temporarily impact instance performance.
1235
1280
  # Corresponds to the JSON property `computeScheduling`
1236
1281
  # @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
1237
1282
  attr_accessor :compute_scheduling
@@ -1241,6 +1286,18 @@ module Google
1241
1286
  # @return [String]
1242
1287
  attr_accessor :disk_type
1243
1288
 
1289
+ # Optional. Defines whether the instance has integrity monitoring enabled.
1290
+ # Corresponds to the JSON property `enableIntegrityMonitoring`
1291
+ # @return [Boolean]
1292
+ attr_accessor :enable_integrity_monitoring
1293
+ alias_method :enable_integrity_monitoring?, :enable_integrity_monitoring
1294
+
1295
+ # Optional. Defines whether the instance has vTPM enabled.
1296
+ # Corresponds to the JSON property `enableVtpm`
1297
+ # @return [Boolean]
1298
+ attr_accessor :enable_vtpm
1299
+ alias_method :enable_vtpm?, :enable_vtpm
1300
+
1244
1301
  # Encryption message describes the details of the applied encryption.
1245
1302
  # Corresponds to the JSON property `encryption`
1246
1303
  # @return [Google::Apis::VmmigrationV1alpha1::Encryption]
@@ -1321,9 +1378,12 @@ module Google
1321
1378
  def update!(**args)
1322
1379
  @additional_licenses = args[:additional_licenses] if args.key?(:additional_licenses)
1323
1380
  @applied_license = args[:applied_license] if args.key?(:applied_license)
1381
+ @boot_conversion = args[:boot_conversion] if args.key?(:boot_conversion)
1324
1382
  @boot_option = args[:boot_option] if args.key?(:boot_option)
1325
1383
  @compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
1326
1384
  @disk_type = args[:disk_type] if args.key?(:disk_type)
1385
+ @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
1386
+ @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
1327
1387
  @encryption = args[:encryption] if args.key?(:encryption)
1328
1388
  @hostname = args[:hostname] if args.key?(:hostname)
1329
1389
  @labels = args[:labels] if args.key?(:labels)
@@ -1342,7 +1402,8 @@ module Google
1342
1402
  end
1343
1403
 
1344
1404
  # Scheduling information for VM on maintenance/restart behaviour and node
1345
- # allocation in sole tenant nodes.
1405
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1406
+ # machine undergoes maintenance that may temporarily impact instance performance.
1346
1407
  class ComputeScheduling
1347
1408
  include Google::Apis::Core::Hashable
1348
1409
 
@@ -1816,7 +1877,10 @@ module Google
1816
1877
  class DiskImageTargetDetails
1817
1878
  include Google::Apis::Core::Hashable
1818
1879
 
1819
- # Optional. Additional licenses to assign to the image.
1880
+ # Optional. Additional licenses to assign to the image. Format: https://www.
1881
+ # googleapis.com/compute/v1/projects/PROJECT_ID/global/licenses/LICENSE_NAME Or
1882
+ # https://www.googleapis.com/compute/beta/projects/PROJECT_ID/global/licenses/
1883
+ # LICENSE_NAME
1820
1884
  # Corresponds to the JSON property `additionalLicenses`
1821
1885
  # @return [Array<String>]
1822
1886
  attr_accessor :additional_licenses
@@ -1929,11 +1993,24 @@ module Google
1929
1993
  attr_accessor :boot_disk_defaults
1930
1994
 
1931
1995
  # Scheduling information for VM on maintenance/restart behaviour and node
1932
- # allocation in sole tenant nodes.
1996
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1997
+ # machine undergoes maintenance that may temporarily impact instance performance.
1933
1998
  # Corresponds to the JSON property `computeScheduling`
1934
1999
  # @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
1935
2000
  attr_accessor :compute_scheduling
1936
2001
 
2002
+ # Optional. Defines whether the instance has integrity monitoring enabled.
2003
+ # Corresponds to the JSON property `enableIntegrityMonitoring`
2004
+ # @return [Boolean]
2005
+ attr_accessor :enable_integrity_monitoring
2006
+ alias_method :enable_integrity_monitoring?, :enable_integrity_monitoring
2007
+
2008
+ # Optional. Defines whether the instance has vTPM enabled.
2009
+ # Corresponds to the JSON property `enableVtpm`
2010
+ # @return [Boolean]
2011
+ attr_accessor :enable_vtpm
2012
+ alias_method :enable_vtpm?, :enable_vtpm
2013
+
1937
2014
  # Encryption message describes the details of the applied encryption.
1938
2015
  # Corresponds to the JSON property `encryption`
1939
2016
  # @return [Google::Apis::VmmigrationV1alpha1::Encryption]
@@ -2000,6 +2077,8 @@ module Google
2000
2077
  @additional_licenses = args[:additional_licenses] if args.key?(:additional_licenses)
2001
2078
  @boot_disk_defaults = args[:boot_disk_defaults] if args.key?(:boot_disk_defaults)
2002
2079
  @compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
2080
+ @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
2081
+ @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
2003
2082
  @encryption = args[:encryption] if args.key?(:encryption)
2004
2083
  @hostname = args[:hostname] if args.key?(:hostname)
2005
2084
  @labels = args[:labels] if args.key?(:labels)
@@ -2202,6 +2281,12 @@ module Google
2202
2281
  # @return [Google::Apis::VmmigrationV1alpha1::Encryption]
2203
2282
  attr_accessor :encryption
2204
2283
 
2284
+ # The target details of the machine image resource that will be created by the
2285
+ # image import job.
2286
+ # Corresponds to the JSON property `machineImageTargetDefaults`
2287
+ # @return [Google::Apis::VmmigrationV1alpha1::MachineImageTargetDetails]
2288
+ attr_accessor :machine_image_target_defaults
2289
+
2205
2290
  # Output only. The resource path of the ImageImport.
2206
2291
  # Corresponds to the JSON property `name`
2207
2292
  # @return [String]
@@ -2223,6 +2308,7 @@ module Google
2223
2308
  @create_time = args[:create_time] if args.key?(:create_time)
2224
2309
  @disk_image_target_defaults = args[:disk_image_target_defaults] if args.key?(:disk_image_target_defaults)
2225
2310
  @encryption = args[:encryption] if args.key?(:encryption)
2311
+ @machine_image_target_defaults = args[:machine_image_target_defaults] if args.key?(:machine_image_target_defaults)
2226
2312
  @name = args[:name] if args.key?(:name)
2227
2313
  @recent_image_import_jobs = args[:recent_image_import_jobs] if args.key?(:recent_image_import_jobs)
2228
2314
  end
@@ -2267,6 +2353,12 @@ module Google
2267
2353
  # @return [Array<Google::Apis::VmmigrationV1alpha1::Status>]
2268
2354
  attr_accessor :errors
2269
2355
 
2356
+ # The target details of the machine image resource that will be created by the
2357
+ # image import job.
2358
+ # Corresponds to the JSON property `machineImageTargetDetails`
2359
+ # @return [Google::Apis::VmmigrationV1alpha1::MachineImageTargetDetails]
2360
+ attr_accessor :machine_image_target_details
2361
+
2270
2362
  # Output only. The resource path of the ImageImportJob.
2271
2363
  # Corresponds to the JSON property `name`
2272
2364
  # @return [String]
@@ -2299,6 +2391,7 @@ module Google
2299
2391
  @disk_image_target_details = args[:disk_image_target_details] if args.key?(:disk_image_target_details)
2300
2392
  @end_time = args[:end_time] if args.key?(:end_time)
2301
2393
  @errors = args[:errors] if args.key?(:errors)
2394
+ @machine_image_target_details = args[:machine_image_target_details] if args.key?(:machine_image_target_details)
2302
2395
  @name = args[:name] if args.key?(:name)
2303
2396
  @state = args[:state] if args.key?(:state)
2304
2397
  @steps = args[:steps] if args.key?(:steps)
@@ -2938,6 +3031,136 @@ module Google
2938
3031
  end
2939
3032
  end
2940
3033
 
3034
+ # Parameters overriding decisions based on the source machine image
3035
+ # configurations.
3036
+ class MachineImageParametersOverrides
3037
+ include Google::Apis::Core::Hashable
3038
+
3039
+ # Optional. The machine type to create the MachineImage with. If empty, the
3040
+ # service will choose a relevant machine type based on the information from the
3041
+ # source image. For more information about machine types, please refer to https:/
3042
+ # /cloud.google.com/compute/docs/machine-resource.
3043
+ # Corresponds to the JSON property `machineType`
3044
+ # @return [String]
3045
+ attr_accessor :machine_type
3046
+
3047
+ def initialize(**args)
3048
+ update!(**args)
3049
+ end
3050
+
3051
+ # Update properties of this object
3052
+ def update!(**args)
3053
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
3054
+ end
3055
+ end
3056
+
3057
+ # The target details of the machine image resource that will be created by the
3058
+ # image import job.
3059
+ class MachineImageTargetDetails
3060
+ include Google::Apis::Core::Hashable
3061
+
3062
+ # Optional. Additional licenses to assign to the instance created by the machine
3063
+ # image. Format: https://www.googleapis.com/compute/v1/projects/PROJECT_ID/
3064
+ # global/licenses/LICENSE_NAME Or https://www.googleapis.com/compute/beta/
3065
+ # projects/PROJECT_ID/global/licenses/LICENSE_NAME
3066
+ # Corresponds to the JSON property `additionalLicenses`
3067
+ # @return [Array<String>]
3068
+ attr_accessor :additional_licenses
3069
+
3070
+ # Optional. An optional description of the machine image.
3071
+ # Corresponds to the JSON property `description`
3072
+ # @return [String]
3073
+ attr_accessor :description
3074
+
3075
+ # Encryption message describes the details of the applied encryption.
3076
+ # Corresponds to the JSON property `encryption`
3077
+ # @return [Google::Apis::VmmigrationV1alpha1::Encryption]
3078
+ attr_accessor :encryption
3079
+
3080
+ # Optional. The labels to apply to the instance created by the machine image.
3081
+ # Corresponds to the JSON property `labels`
3082
+ # @return [Hash<String,String>]
3083
+ attr_accessor :labels
3084
+
3085
+ # Required. The name of the machine image to be created.
3086
+ # Corresponds to the JSON property `machineImageName`
3087
+ # @return [String]
3088
+ attr_accessor :machine_image_name
3089
+
3090
+ # Parameters overriding decisions based on the source machine image
3091
+ # configurations.
3092
+ # Corresponds to the JSON property `machineImageParametersOverrides`
3093
+ # @return [Google::Apis::VmmigrationV1alpha1::MachineImageParametersOverrides]
3094
+ attr_accessor :machine_image_parameters_overrides
3095
+
3096
+ # Optional. The network interfaces to create with the instance created by the
3097
+ # machine image. Internal and external IP addresses are ignored for machine
3098
+ # image import.
3099
+ # Corresponds to the JSON property `networkInterfaces`
3100
+ # @return [Array<Google::Apis::VmmigrationV1alpha1::NetworkInterface>]
3101
+ attr_accessor :network_interfaces
3102
+
3103
+ # Parameters affecting the OS adaptation process.
3104
+ # Corresponds to the JSON property `osAdaptationParameters`
3105
+ # @return [Google::Apis::VmmigrationV1alpha1::ImageImportOsAdaptationParameters]
3106
+ attr_accessor :os_adaptation_parameters
3107
+
3108
+ # Service account to assign to the instance created by the machine image.
3109
+ # Corresponds to the JSON property `serviceAccount`
3110
+ # @return [Google::Apis::VmmigrationV1alpha1::ServiceAccount]
3111
+ attr_accessor :service_account
3112
+
3113
+ # Shielded instance configuration.
3114
+ # Corresponds to the JSON property `shieldedInstanceConfig`
3115
+ # @return [Google::Apis::VmmigrationV1alpha1::ShieldedInstanceConfig]
3116
+ attr_accessor :shielded_instance_config
3117
+
3118
+ # Optional. Set to true to set the machine image storageLocations to the single
3119
+ # region of the import job. When false, the closest multi-region is selected.
3120
+ # Corresponds to the JSON property `singleRegionStorage`
3121
+ # @return [Boolean]
3122
+ attr_accessor :single_region_storage
3123
+ alias_method :single_region_storage?, :single_region_storage
3124
+
3125
+ # Mentions that the machine image import is not using OS adaptation process.
3126
+ # Corresponds to the JSON property `skipOsAdaptation`
3127
+ # @return [Google::Apis::VmmigrationV1alpha1::SkipOsAdaptation]
3128
+ attr_accessor :skip_os_adaptation
3129
+
3130
+ # Optional. The tags to apply to the instance created by the machine image.
3131
+ # Corresponds to the JSON property `tags`
3132
+ # @return [Array<String>]
3133
+ attr_accessor :tags
3134
+
3135
+ # Required. Reference to the TargetProject resource that represents the target
3136
+ # project in which the imported machine image will be created.
3137
+ # Corresponds to the JSON property `targetProject`
3138
+ # @return [String]
3139
+ attr_accessor :target_project
3140
+
3141
+ def initialize(**args)
3142
+ update!(**args)
3143
+ end
3144
+
3145
+ # Update properties of this object
3146
+ def update!(**args)
3147
+ @additional_licenses = args[:additional_licenses] if args.key?(:additional_licenses)
3148
+ @description = args[:description] if args.key?(:description)
3149
+ @encryption = args[:encryption] if args.key?(:encryption)
3150
+ @labels = args[:labels] if args.key?(:labels)
3151
+ @machine_image_name = args[:machine_image_name] if args.key?(:machine_image_name)
3152
+ @machine_image_parameters_overrides = args[:machine_image_parameters_overrides] if args.key?(:machine_image_parameters_overrides)
3153
+ @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
3154
+ @os_adaptation_parameters = args[:os_adaptation_parameters] if args.key?(:os_adaptation_parameters)
3155
+ @service_account = args[:service_account] if args.key?(:service_account)
3156
+ @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
3157
+ @single_region_storage = args[:single_region_storage] if args.key?(:single_region_storage)
3158
+ @skip_os_adaptation = args[:skip_os_adaptation] if args.key?(:skip_os_adaptation)
3159
+ @tags = args[:tags] if args.key?(:tags)
3160
+ @target_project = args[:target_project] if args.key?(:target_project)
3161
+ end
3162
+ end
3163
+
2941
3164
  # MigratingVm describes the VM that will be migrated from a Source environment
2942
3165
  # and its replication state.
2943
3166
  class MigratingVm
@@ -3219,33 +3442,6 @@ module Google
3219
3442
  end
3220
3443
  end
3221
3444
 
3222
- # Information about the network coniguration of the source.
3223
- class NetworkInsights
3224
- include Google::Apis::Core::Hashable
3225
-
3226
- # Output only. The gathered network configuration of the source. Presented in
3227
- # json format.
3228
- # Corresponds to the JSON property `sourceNetworkConfig`
3229
- # @return [String]
3230
- attr_accessor :source_network_config
3231
-
3232
- # Output only. The gathered network configuration of the source. Presented in
3233
- # terraform format.
3234
- # Corresponds to the JSON property `sourceNetworkTerraform`
3235
- # @return [String]
3236
- attr_accessor :source_network_terraform
3237
-
3238
- def initialize(**args)
3239
- update!(**args)
3240
- end
3241
-
3242
- # Update properties of this object
3243
- def update!(**args)
3244
- @source_network_config = args[:source_network_config] if args.key?(:source_network_config)
3245
- @source_network_terraform = args[:source_network_terraform] if args.key?(:source_network_terraform)
3246
- end
3247
- end
3248
-
3249
3445
  # NetworkInterface represents a NIC of a VM.
3250
3446
  class NetworkInterface
3251
3447
  include Google::Apis::Core::Hashable
@@ -3266,7 +3462,14 @@ module Google
3266
3462
  # @return [String]
3267
3463
  attr_accessor :network
3268
3464
 
3269
- # The subnetwork to connect the NIC to.
3465
+ # Optional. The networking tier used for optimizing connectivity between
3466
+ # instances and systems on the internet. Applies only for external ephemeral IP
3467
+ # addresses. If left empty, will default to PREMIUM.
3468
+ # Corresponds to the JSON property `networkTier`
3469
+ # @return [String]
3470
+ attr_accessor :network_tier
3471
+
3472
+ # Optional. The subnetwork to connect the NIC to.
3270
3473
  # Corresponds to the JSON property `subnetwork`
3271
3474
  # @return [String]
3272
3475
  attr_accessor :subnetwork
@@ -3280,6 +3483,7 @@ module Google
3280
3483
  @external_ip = args[:external_ip] if args.key?(:external_ip)
3281
3484
  @internal_ip = args[:internal_ip] if args.key?(:internal_ip)
3282
3485
  @network = args[:network] if args.key?(:network)
3486
+ @network_tier = args[:network_tier] if args.key?(:network_tier)
3283
3487
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
3284
3488
  end
3285
3489
  end
@@ -3822,6 +4026,68 @@ module Google
3822
4026
  end
3823
4027
  end
3824
4028
 
4029
+ # Service account to assign to the instance created by the machine image.
4030
+ class ServiceAccount
4031
+ include Google::Apis::Core::Hashable
4032
+
4033
+ # Required. The email address of the service account.
4034
+ # Corresponds to the JSON property `email`
4035
+ # @return [String]
4036
+ attr_accessor :email
4037
+
4038
+ # Optional. The list of scopes to be made available for this service account.
4039
+ # Corresponds to the JSON property `scopes`
4040
+ # @return [Array<String>]
4041
+ attr_accessor :scopes
4042
+
4043
+ def initialize(**args)
4044
+ update!(**args)
4045
+ end
4046
+
4047
+ # Update properties of this object
4048
+ def update!(**args)
4049
+ @email = args[:email] if args.key?(:email)
4050
+ @scopes = args[:scopes] if args.key?(:scopes)
4051
+ end
4052
+ end
4053
+
4054
+ # Shielded instance configuration.
4055
+ class ShieldedInstanceConfig
4056
+ include Google::Apis::Core::Hashable
4057
+
4058
+ # Optional. Defines whether the instance created by the machine image has
4059
+ # integrity monitoring enabled. This can be set to true only if the image boot
4060
+ # option is EFI, and vTPM is enabled.
4061
+ # Corresponds to the JSON property `enableIntegrityMonitoring`
4062
+ # @return [Boolean]
4063
+ attr_accessor :enable_integrity_monitoring
4064
+ alias_method :enable_integrity_monitoring?, :enable_integrity_monitoring
4065
+
4066
+ # Optional. Defines whether the instance created by the machine image has vTPM
4067
+ # enabled. This can be set to true only if the image boot option is EFI.
4068
+ # Corresponds to the JSON property `enableVtpm`
4069
+ # @return [Boolean]
4070
+ attr_accessor :enable_vtpm
4071
+ alias_method :enable_vtpm?, :enable_vtpm
4072
+
4073
+ # Optional. Defines whether the instance created by the machine image has Secure
4074
+ # Boot enabled. This can be set to true only if the image boot option is EFI.
4075
+ # Corresponds to the JSON property `secureBoot`
4076
+ # @return [String]
4077
+ attr_accessor :secure_boot
4078
+
4079
+ def initialize(**args)
4080
+ update!(**args)
4081
+ end
4082
+
4083
+ # Update properties of this object
4084
+ def update!(**args)
4085
+ @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
4086
+ @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
4087
+ @secure_boot = args[:secure_boot] if args.key?(:secure_boot)
4088
+ end
4089
+ end
4090
+
3825
4091
  # ShuttingDownSourceVMStep contains specific step details.
3826
4092
  class ShuttingDownSourceVmStep
3827
4093
  include Google::Apis::Core::Hashable
@@ -3835,6 +4101,19 @@ module Google
3835
4101
  end
3836
4102
  end
3837
4103
 
4104
+ # Mentions that the machine image import is not using OS adaptation process.
4105
+ class SkipOsAdaptation
4106
+ include Google::Apis::Core::Hashable
4107
+
4108
+ def initialize(**args)
4109
+ update!(**args)
4110
+ end
4111
+
4112
+ # Update properties of this object
4113
+ def update!(**args)
4114
+ end
4115
+ end
4116
+
3838
4117
  # Source message describes a specific vm migration Source resource. It contains
3839
4118
  # the source environment information.
3840
4119
  class Source
@@ -4055,7 +4334,8 @@ module Google
4055
4334
  attr_accessor :boot_option
4056
4335
 
4057
4336
  # Scheduling information for VM on maintenance/restart behaviour and node
4058
- # allocation in sole tenant nodes.
4337
+ # allocation in sole tenant nodes. Options for instance behavior when the host
4338
+ # machine undergoes maintenance that may temporarily impact instance performance.
4059
4339
  # Corresponds to the JSON property `computeScheduling`
4060
4340
  # @return [Google::Apis::VmmigrationV1alpha1::ComputeScheduling]
4061
4341
  attr_accessor :compute_scheduling
@@ -4626,6 +4906,11 @@ module Google
4626
4906
  class VmwareSourceVmDetails
4627
4907
  include Google::Apis::Core::Hashable
4628
4908
 
4909
+ # Output only. The VM architecture.
4910
+ # Corresponds to the JSON property `architecture`
4911
+ # @return [String]
4912
+ attr_accessor :architecture
4913
+
4629
4914
  # Output only. The total size of the disks being migrated in bytes.
4630
4915
  # Corresponds to the JSON property `committedStorageBytes`
4631
4916
  # @return [Fixnum]
@@ -4653,6 +4938,7 @@ module Google
4653
4938
 
4654
4939
  # Update properties of this object
4655
4940
  def update!(**args)
4941
+ @architecture = args[:architecture] if args.key?(:architecture)
4656
4942
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
4657
4943
  @disks = args[:disks] if args.key?(:disks)
4658
4944
  @firmware = args[:firmware] if args.key?(:firmware)
@@ -4664,6 +4950,11 @@ module Google
4664
4950
  class VmwareVmDetails
4665
4951
  include Google::Apis::Core::Hashable
4666
4952
 
4953
+ # Output only. The CPU architecture.
4954
+ # Corresponds to the JSON property `architecture`
4955
+ # @return [String]
4956
+ attr_accessor :architecture
4957
+
4667
4958
  # Output only. The VM Boot Option.
4668
4959
  # Corresponds to the JSON property `bootOption`
4669
4960
  # @return [String]
@@ -4739,6 +5030,7 @@ module Google
4739
5030
 
4740
5031
  # Update properties of this object
4741
5032
  def update!(**args)
5033
+ @architecture = args[:architecture] if args.key?(:architecture)
4742
5034
  @boot_option = args[:boot_option] if args.key?(:boot_option)
4743
5035
  @committed_storage = args[:committed_storage] if args.key?(:committed_storage)
4744
5036
  @committed_storage_mb = args[:committed_storage_mb] if args.key?(:committed_storage_mb)
@@ -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.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240613"
25
+ REVISION = "20241114"
26
26
  end
27
27
  end
28
28
  end
@@ -460,25 +460,31 @@ module Google
460
460
  include Google::Apis::Core::JsonObjectSupport
461
461
  end
462
462
 
463
- class MigratingVm
463
+ class MachineImageParametersOverrides
464
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
465
 
466
466
  include Google::Apis::Core::JsonObjectSupport
467
467
  end
468
468
 
469
- class MigrationError
469
+ class MachineImageTargetDetails
470
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
471
471
 
472
472
  include Google::Apis::Core::JsonObjectSupport
473
473
  end
474
474
 
475
- class MigrationWarning
475
+ class MigratingVm
476
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
477
477
 
478
478
  include Google::Apis::Core::JsonObjectSupport
479
479
  end
480
480
 
481
- class NetworkInsights
481
+ class MigrationError
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class MigrationWarning
482
488
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
489
 
484
490
  include Google::Apis::Core::JsonObjectSupport
@@ -586,12 +592,30 @@ module Google
586
592
  include Google::Apis::Core::JsonObjectSupport
587
593
  end
588
594
 
595
+ class ServiceAccount
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class ShieldedInstanceConfig
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
589
607
  class ShuttingDownSourceVmStep
590
608
  class Representation < Google::Apis::Core::JsonRepresentation; end
591
609
 
592
610
  include Google::Apis::Core::JsonObjectSupport
593
611
  end
594
612
 
613
+ class SkipOsAdaptation
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
595
619
  class Source
596
620
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
621
 
@@ -779,8 +803,6 @@ module Google
779
803
  collection :inventory_tag_list, as: 'inventoryTagList', class: Google::Apis::VmmigrationV1alpha1::Tag, decorator: Google::Apis::VmmigrationV1alpha1::Tag::Representation
780
804
 
781
805
  hash :migration_resources_user_tags, as: 'migrationResourcesUserTags'
782
- property :network_insights, as: 'networkInsights', class: Google::Apis::VmmigrationV1alpha1::NetworkInsights, decorator: Google::Apis::VmmigrationV1alpha1::NetworkInsights::Representation
783
-
784
806
  property :public_ip, as: 'publicIp'
785
807
  property :state, as: 'state'
786
808
  end
@@ -789,6 +811,7 @@ module Google
789
811
  class AwsSourceVmDetails
790
812
  # @private
791
813
  class Representation < Google::Apis::Core::JsonRepresentation
814
+ property :architecture, as: 'architecture'
792
815
  property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
793
816
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1alpha1::AwsDiskDetails, decorator: Google::Apis::VmmigrationV1alpha1::AwsDiskDetails::Representation
794
817
 
@@ -858,6 +881,7 @@ module Google
858
881
  class AzureSourceVmDetails
859
882
  # @private
860
883
  class Representation < Google::Apis::Core::JsonRepresentation
884
+ property :architecture, as: 'architecture'
861
885
  property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
862
886
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1alpha1::AzureDiskDetails, decorator: Google::Apis::VmmigrationV1alpha1::AzureDiskDetails::Representation
863
887
 
@@ -870,6 +894,7 @@ module Google
870
894
  class AzureVmDetails
871
895
  # @private
872
896
  class Representation < Google::Apis::Core::JsonRepresentation
897
+ property :architecture, as: 'architecture'
873
898
  property :boot_option, as: 'bootOption'
874
899
  property :committed_storage_mb, :numeric_string => true, as: 'committedStorageMb'
875
900
  property :computer_name, as: 'computerName'
@@ -1012,10 +1037,13 @@ module Google
1012
1037
  collection :additional_licenses, as: 'additionalLicenses'
1013
1038
  property :applied_license, as: 'appliedLicense', class: Google::Apis::VmmigrationV1alpha1::AppliedLicense, decorator: Google::Apis::VmmigrationV1alpha1::AppliedLicense::Representation
1014
1039
 
1040
+ property :boot_conversion, as: 'bootConversion'
1015
1041
  property :boot_option, as: 'bootOption'
1016
1042
  property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
1017
1043
 
1018
1044
  property :disk_type, as: 'diskType'
1045
+ property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1046
+ property :enable_vtpm, as: 'enableVtpm'
1019
1047
  property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
1020
1048
 
1021
1049
  property :hostname, as: 'hostname'
@@ -1041,10 +1069,13 @@ module Google
1041
1069
  collection :additional_licenses, as: 'additionalLicenses'
1042
1070
  property :applied_license, as: 'appliedLicense', class: Google::Apis::VmmigrationV1alpha1::AppliedLicense, decorator: Google::Apis::VmmigrationV1alpha1::AppliedLicense::Representation
1043
1071
 
1072
+ property :boot_conversion, as: 'bootConversion'
1044
1073
  property :boot_option, as: 'bootOption'
1045
1074
  property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
1046
1075
 
1047
1076
  property :disk_type, as: 'diskType'
1077
+ property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1078
+ property :enable_vtpm, as: 'enableVtpm'
1048
1079
  property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
1049
1080
 
1050
1081
  property :hostname, as: 'hostname'
@@ -1231,6 +1262,8 @@ module Google
1231
1262
 
1232
1263
  property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1alpha1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1alpha1::ComputeScheduling::Representation
1233
1264
 
1265
+ property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1266
+ property :enable_vtpm, as: 'enableVtpm'
1234
1267
  property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
1235
1268
 
1236
1269
  property :hostname, as: 'hostname'
@@ -1308,6 +1341,8 @@ module Google
1308
1341
 
1309
1342
  property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
1310
1343
 
1344
+ property :machine_image_target_defaults, as: 'machineImageTargetDefaults', class: Google::Apis::VmmigrationV1alpha1::MachineImageTargetDetails, decorator: Google::Apis::VmmigrationV1alpha1::MachineImageTargetDetails::Representation
1345
+
1311
1346
  property :name, as: 'name'
1312
1347
  collection :recent_image_import_jobs, as: 'recentImageImportJobs', class: Google::Apis::VmmigrationV1alpha1::ImageImportJob, decorator: Google::Apis::VmmigrationV1alpha1::ImageImportJob::Representation
1313
1348
 
@@ -1325,6 +1360,8 @@ module Google
1325
1360
  property :end_time, as: 'endTime'
1326
1361
  collection :errors, as: 'errors', class: Google::Apis::VmmigrationV1alpha1::Status, decorator: Google::Apis::VmmigrationV1alpha1::Status::Representation
1327
1362
 
1363
+ property :machine_image_target_details, as: 'machineImageTargetDetails', class: Google::Apis::VmmigrationV1alpha1::MachineImageTargetDetails, decorator: Google::Apis::VmmigrationV1alpha1::MachineImageTargetDetails::Representation
1364
+
1328
1365
  property :name, as: 'name'
1329
1366
  property :state, as: 'state'
1330
1367
  collection :steps, as: 'steps', class: Google::Apis::VmmigrationV1alpha1::ImageImportStep, decorator: Google::Apis::VmmigrationV1alpha1::ImageImportStep::Representation
@@ -1537,6 +1574,40 @@ module Google
1537
1574
  end
1538
1575
  end
1539
1576
 
1577
+ class MachineImageParametersOverrides
1578
+ # @private
1579
+ class Representation < Google::Apis::Core::JsonRepresentation
1580
+ property :machine_type, as: 'machineType'
1581
+ end
1582
+ end
1583
+
1584
+ class MachineImageTargetDetails
1585
+ # @private
1586
+ class Representation < Google::Apis::Core::JsonRepresentation
1587
+ collection :additional_licenses, as: 'additionalLicenses'
1588
+ property :description, as: 'description'
1589
+ property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1alpha1::Encryption, decorator: Google::Apis::VmmigrationV1alpha1::Encryption::Representation
1590
+
1591
+ hash :labels, as: 'labels'
1592
+ property :machine_image_name, as: 'machineImageName'
1593
+ property :machine_image_parameters_overrides, as: 'machineImageParametersOverrides', class: Google::Apis::VmmigrationV1alpha1::MachineImageParametersOverrides, decorator: Google::Apis::VmmigrationV1alpha1::MachineImageParametersOverrides::Representation
1594
+
1595
+ collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::VmmigrationV1alpha1::NetworkInterface, decorator: Google::Apis::VmmigrationV1alpha1::NetworkInterface::Representation
1596
+
1597
+ property :os_adaptation_parameters, as: 'osAdaptationParameters', class: Google::Apis::VmmigrationV1alpha1::ImageImportOsAdaptationParameters, decorator: Google::Apis::VmmigrationV1alpha1::ImageImportOsAdaptationParameters::Representation
1598
+
1599
+ property :service_account, as: 'serviceAccount', class: Google::Apis::VmmigrationV1alpha1::ServiceAccount, decorator: Google::Apis::VmmigrationV1alpha1::ServiceAccount::Representation
1600
+
1601
+ property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::VmmigrationV1alpha1::ShieldedInstanceConfig, decorator: Google::Apis::VmmigrationV1alpha1::ShieldedInstanceConfig::Representation
1602
+
1603
+ property :single_region_storage, as: 'singleRegionStorage'
1604
+ property :skip_os_adaptation, as: 'skipOsAdaptation', class: Google::Apis::VmmigrationV1alpha1::SkipOsAdaptation, decorator: Google::Apis::VmmigrationV1alpha1::SkipOsAdaptation::Representation
1605
+
1606
+ collection :tags, as: 'tags'
1607
+ property :target_project, as: 'targetProject'
1608
+ end
1609
+ end
1610
+
1540
1611
  class MigratingVm
1541
1612
  # @private
1542
1613
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1611,20 +1682,13 @@ module Google
1611
1682
  end
1612
1683
  end
1613
1684
 
1614
- class NetworkInsights
1615
- # @private
1616
- class Representation < Google::Apis::Core::JsonRepresentation
1617
- property :source_network_config, as: 'sourceNetworkConfig'
1618
- property :source_network_terraform, as: 'sourceNetworkTerraform'
1619
- end
1620
- end
1621
-
1622
1685
  class NetworkInterface
1623
1686
  # @private
1624
1687
  class Representation < Google::Apis::Core::JsonRepresentation
1625
1688
  property :external_ip, as: 'externalIp'
1626
1689
  property :internal_ip, as: 'internalIp'
1627
1690
  property :network, as: 'network'
1691
+ property :network_tier, as: 'networkTier'
1628
1692
  property :subnetwork, as: 'subnetwork'
1629
1693
  end
1630
1694
  end
@@ -1780,12 +1844,35 @@ module Google
1780
1844
  end
1781
1845
  end
1782
1846
 
1847
+ class ServiceAccount
1848
+ # @private
1849
+ class Representation < Google::Apis::Core::JsonRepresentation
1850
+ property :email, as: 'email'
1851
+ collection :scopes, as: 'scopes'
1852
+ end
1853
+ end
1854
+
1855
+ class ShieldedInstanceConfig
1856
+ # @private
1857
+ class Representation < Google::Apis::Core::JsonRepresentation
1858
+ property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1859
+ property :enable_vtpm, as: 'enableVtpm'
1860
+ property :secure_boot, as: 'secureBoot'
1861
+ end
1862
+ end
1863
+
1783
1864
  class ShuttingDownSourceVmStep
1784
1865
  # @private
1785
1866
  class Representation < Google::Apis::Core::JsonRepresentation
1786
1867
  end
1787
1868
  end
1788
1869
 
1870
+ class SkipOsAdaptation
1871
+ # @private
1872
+ class Representation < Google::Apis::Core::JsonRepresentation
1873
+ end
1874
+ end
1875
+
1789
1876
  class Source
1790
1877
  # @private
1791
1878
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1980,6 +2067,7 @@ module Google
1980
2067
  class VmwareSourceVmDetails
1981
2068
  # @private
1982
2069
  class Representation < Google::Apis::Core::JsonRepresentation
2070
+ property :architecture, as: 'architecture'
1983
2071
  property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
1984
2072
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1alpha1::VmwareDiskDetails, decorator: Google::Apis::VmmigrationV1alpha1::VmwareDiskDetails::Representation
1985
2073
 
@@ -1992,6 +2080,7 @@ module Google
1992
2080
  class VmwareVmDetails
1993
2081
  # @private
1994
2082
  class Representation < Google::Apis::Core::JsonRepresentation
2083
+ property :architecture, as: 'architecture'
1995
2084
  property :boot_option, as: 'bootOption'
1996
2085
  property :committed_storage, :numeric_string => true, as: 'committedStorage'
1997
2086
  property :committed_storage_mb, :numeric_string => true, as: 'committedStorageMb'
@@ -534,10 +534,10 @@ module Google
534
534
  # @param [String] parent
535
535
  # Required. The parent, which owns this collection of targets.
536
536
  # @param [String] filter
537
- # Optional. The filter request (according to https://google.aip.dev/160).
537
+ # Optional. The filter request (according to AIP-160).
538
538
  # @param [String] order_by
539
- # Optional. The order by fields for the result (according to https://google.aip.
540
- # dev/132#ordering). Currently ordering is only possible by "name" field.
539
+ # Optional. The order by fields for the result (according to AIP-132). Currently
540
+ # ordering is only possible by "name" field.
541
541
  # @param [Fixnum] page_size
542
542
  # Optional. The maximum number of targets to return. The service may return
543
543
  # fewer than this value. If unspecified, at most 500 targets will be returned.
@@ -645,10 +645,10 @@ module Google
645
645
  # @param [String] parent
646
646
  # Required. The parent, which owns this collection of targets.
647
647
  # @param [String] filter
648
- # Optional. The filter request (according to https://google.aip.dev/160).
648
+ # Optional. The filter request (according to AIP-160).
649
649
  # @param [String] order_by
650
- # Optional. The order by fields for the result (according to https://google.aip.
651
- # dev/132#ordering). Currently ordering is only possible by "name" field.
650
+ # Optional. The order by fields for the result (according to AIP-132). Currently
651
+ # ordering is only possible by "name" field.
652
652
  # @param [Fixnum] page_size
653
653
  # Optional. The maximum number of targets to return. The service may return
654
654
  # fewer than this value. If unspecified, at most 500 targets will be returned.
@@ -695,8 +695,8 @@ module Google
695
695
  # Clients can use Operations.GetOperation or other methods to check whether the
696
696
  # cancellation succeeded or whether the operation completed despite cancellation.
697
697
  # On successful cancellation, the operation is not deleted; instead, it becomes
698
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
699
- # corresponding to `Code.CANCELLED`.
698
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
699
+ # , corresponding to `Code.CANCELLED`.
700
700
  # @param [String] name
701
701
  # The name of the operation resource to be cancelled.
702
702
  # @param [Google::Apis::VmmigrationV1alpha1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.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-06-23 00:00:00.000000000 Z
11
+ date: 2024-12-04 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
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.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for VM Migration API V1alpha1