google-apis-migrationcenter_v1alpha1 0.36.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8366535b4ec40beb1f0863caae8118ea8d23799c0095aa1c1b4dca93e66ac69b
|
4
|
+
data.tar.gz: 172d8d100550cc81fdc23e54c4e2043b8fc80f669d2c8c631730579f731aac13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50c574c36df99f2db97769ab3a440aecb46deac357cf01ad545d7aa683a5cba90f88193ec5cc3f7cdeccfa8ef1d7dd3b3fc9f6be7025ea4dd7631cf8bd72b5f8
|
7
|
+
data.tar.gz: 4906a44bfd309746c366a8e6b79b4f9c14838815ead4fd9212f9ad2d983a1c3894226fcd14151cc8da4683d3ffce09cad942e2f5306c5171270a89a3ac93f749
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-migrationcenter_v1alpha1
|
2
2
|
|
3
|
+
### v0.37.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250220
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.36.0 (2024-12-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241212
|
@@ -438,6 +438,11 @@ module Google
|
|
438
438
|
# @return [Hash<String,String>]
|
439
439
|
attr_accessor :labels
|
440
440
|
|
441
|
+
# Details of a machine.
|
442
|
+
# Corresponds to the JSON property `machineDetails`
|
443
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::MachineDetails]
|
444
|
+
attr_accessor :machine_details
|
445
|
+
|
441
446
|
# Output only. The full name of the asset.
|
442
447
|
# Corresponds to the JSON property `name`
|
443
448
|
# @return [String]
|
@@ -484,6 +489,7 @@ module Google
|
|
484
489
|
@hide_time = args[:hide_time] if args.key?(:hide_time)
|
485
490
|
@insight_list = args[:insight_list] if args.key?(:insight_list)
|
486
491
|
@labels = args[:labels] if args.key?(:labels)
|
492
|
+
@machine_details = args[:machine_details] if args.key?(:machine_details)
|
487
493
|
@name = args[:name] if args.key?(:name)
|
488
494
|
@performance_data = args[:performance_data] if args.key?(:performance_data)
|
489
495
|
@sources = args[:sources] if args.key?(:sources)
|
@@ -523,6 +529,11 @@ module Google
|
|
523
529
|
# @return [Hash<String,String>]
|
524
530
|
attr_accessor :labels
|
525
531
|
|
532
|
+
# Details of a machine.
|
533
|
+
# Corresponds to the JSON property `machineDetails`
|
534
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::MachineDetails]
|
535
|
+
attr_accessor :machine_details
|
536
|
+
|
526
537
|
# Asset performance data samples. Samples that are from more than 40 days ago or
|
527
538
|
# after tomorrow are ignored.
|
528
539
|
# Corresponds to the JSON property `performanceSamples`
|
@@ -556,6 +567,7 @@ module Google
|
|
556
567
|
@database_deployment_details = args[:database_deployment_details] if args.key?(:database_deployment_details)
|
557
568
|
@database_details = args[:database_details] if args.key?(:database_details)
|
558
569
|
@labels = args[:labels] if args.key?(:labels)
|
570
|
+
@machine_details = args[:machine_details] if args.key?(:machine_details)
|
559
571
|
@performance_samples = args[:performance_samples] if args.key?(:performance_samples)
|
560
572
|
@report_time = args[:report_time] if args.key?(:report_time)
|
561
573
|
@trace_token = args[:trace_token] if args.key?(:trace_token)
|
@@ -883,6 +895,19 @@ module Google
|
|
883
895
|
end
|
884
896
|
end
|
885
897
|
|
898
|
+
# Specific details for an AWS RDS database deployment.
|
899
|
+
class AwsRds
|
900
|
+
include Google::Apis::Core::Hashable
|
901
|
+
|
902
|
+
def initialize(**args)
|
903
|
+
update!(**args)
|
904
|
+
end
|
905
|
+
|
906
|
+
# Update properties of this object
|
907
|
+
def update!(**args)
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
886
911
|
# Azure VM specific details.
|
887
912
|
class AzureVmPlatformDetails
|
888
913
|
include Google::Apis::Core::Hashable
|
@@ -1711,6 +1736,11 @@ module Google
|
|
1711
1736
|
# @return [Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats]
|
1712
1737
|
attr_accessor :aggregated_stats
|
1713
1738
|
|
1739
|
+
# Specific details for an AWS RDS database deployment.
|
1740
|
+
# Corresponds to the JSON property `awsRds`
|
1741
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRds]
|
1742
|
+
attr_accessor :aws_rds
|
1743
|
+
|
1714
1744
|
# The database deployment edition.
|
1715
1745
|
# Corresponds to the JSON property `edition`
|
1716
1746
|
# @return [String]
|
@@ -1758,6 +1788,7 @@ module Google
|
|
1758
1788
|
# Update properties of this object
|
1759
1789
|
def update!(**args)
|
1760
1790
|
@aggregated_stats = args[:aggregated_stats] if args.key?(:aggregated_stats)
|
1791
|
+
@aws_rds = args[:aws_rds] if args.key?(:aws_rds)
|
1761
1792
|
@edition = args[:edition] if args.key?(:edition)
|
1762
1793
|
@generated_id = args[:generated_id] if args.key?(:generated_id)
|
1763
1794
|
@manual_unique_id = args[:manual_unique_id] if args.key?(:manual_unique_id)
|
@@ -2601,7 +2632,7 @@ module Google
|
|
2601
2632
|
# @return [Fixnum]
|
2602
2633
|
attr_accessor :free_bytes
|
2603
2634
|
|
2604
|
-
# Mount
|
2635
|
+
# Mount point (Linux/Windows) or drive letter (Windows).
|
2605
2636
|
# Corresponds to the JSON property `mountPoint`
|
2606
2637
|
# @return [String]
|
2607
2638
|
attr_accessor :mount_point
|
@@ -2637,6 +2668,37 @@ module Google
|
|
2637
2668
|
end
|
2638
2669
|
end
|
2639
2670
|
|
2671
|
+
# Disk partition details.
|
2672
|
+
class DiskPartitionDetails
|
2673
|
+
include Google::Apis::Core::Hashable
|
2674
|
+
|
2675
|
+
# Output only. Total free space of all partitions.
|
2676
|
+
# Corresponds to the JSON property `freeSpaceBytes`
|
2677
|
+
# @return [Fixnum]
|
2678
|
+
attr_accessor :free_space_bytes
|
2679
|
+
|
2680
|
+
# Disk partition list.
|
2681
|
+
# Corresponds to the JSON property `partitions`
|
2682
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::DiskPartitionList]
|
2683
|
+
attr_accessor :partitions
|
2684
|
+
|
2685
|
+
# Output only. Total capacity of all partitions.
|
2686
|
+
# Corresponds to the JSON property `totalCapacityBytes`
|
2687
|
+
# @return [Fixnum]
|
2688
|
+
attr_accessor :total_capacity_bytes
|
2689
|
+
|
2690
|
+
def initialize(**args)
|
2691
|
+
update!(**args)
|
2692
|
+
end
|
2693
|
+
|
2694
|
+
# Update properties of this object
|
2695
|
+
def update!(**args)
|
2696
|
+
@free_space_bytes = args[:free_space_bytes] if args.key?(:free_space_bytes)
|
2697
|
+
@partitions = args[:partitions] if args.key?(:partitions)
|
2698
|
+
@total_capacity_bytes = args[:total_capacity_bytes] if args.key?(:total_capacity_bytes)
|
2699
|
+
end
|
2700
|
+
end
|
2701
|
+
|
2640
2702
|
# Disk partition list.
|
2641
2703
|
class DiskPartitionList
|
2642
2704
|
include Google::Apis::Core::Hashable
|
@@ -2660,19 +2722,21 @@ module Google
|
|
2660
2722
|
class DiskUsageSample
|
2661
2723
|
include Google::Apis::Core::Hashable
|
2662
2724
|
|
2663
|
-
# Average IOPS sampled over a short window. Must be non-negative.
|
2664
|
-
#
|
2665
|
-
#
|
2725
|
+
# Average IOPS sampled over a short window. Must be non-negative. If read or
|
2726
|
+
# write are set, the sum of read and write will override the value of the
|
2727
|
+
# average_iops.
|
2666
2728
|
# Corresponds to the JSON property `averageIops`
|
2667
2729
|
# @return [Float]
|
2668
2730
|
attr_accessor :average_iops
|
2669
2731
|
|
2670
|
-
# Average read IOPS sampled over a short window. Must be non-negative.
|
2732
|
+
# Average read IOPS sampled over a short window. Must be non-negative. If both
|
2733
|
+
# read and write are zero they are ignored.
|
2671
2734
|
# Corresponds to the JSON property `averageReadIops`
|
2672
2735
|
# @return [Float]
|
2673
2736
|
attr_accessor :average_read_iops
|
2674
2737
|
|
2675
|
-
# Average write IOPS sampled over a short window. Must be non-negative.
|
2738
|
+
# Average write IOPS sampled over a short window. Must be non-negative. If both
|
2739
|
+
# read and write are zero they are ignored.
|
2676
2740
|
# Corresponds to the JSON property `averageWriteIops`
|
2677
2741
|
# @return [Float]
|
2678
2742
|
attr_accessor :average_write_iops
|
@@ -4253,6 +4317,229 @@ module Google
|
|
4253
4317
|
end
|
4254
4318
|
end
|
4255
4319
|
|
4320
|
+
# Details of the machine architecture.
|
4321
|
+
class MachineArchitectureDetails
|
4322
|
+
include Google::Apis::Core::Hashable
|
4323
|
+
|
4324
|
+
# Details about the BIOS.
|
4325
|
+
# Corresponds to the JSON property `bios`
|
4326
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::BiosDetails]
|
4327
|
+
attr_accessor :bios
|
4328
|
+
|
4329
|
+
# CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
|
4330
|
+
# Corresponds to the JSON property `cpuArchitecture`
|
4331
|
+
# @return [String]
|
4332
|
+
attr_accessor :cpu_architecture
|
4333
|
+
|
4334
|
+
# CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
|
4335
|
+
# Corresponds to the JSON property `cpuName`
|
4336
|
+
# @return [String]
|
4337
|
+
attr_accessor :cpu_name
|
4338
|
+
|
4339
|
+
# Number of processor sockets allocated to the machine.
|
4340
|
+
# Corresponds to the JSON property `cpuSocketCount`
|
4341
|
+
# @return [Fixnum]
|
4342
|
+
attr_accessor :cpu_socket_count
|
4343
|
+
|
4344
|
+
# Firmware type.
|
4345
|
+
# Corresponds to the JSON property `firmwareType`
|
4346
|
+
# @return [String]
|
4347
|
+
attr_accessor :firmware_type
|
4348
|
+
|
4349
|
+
# CPU hyper-threading support.
|
4350
|
+
# Corresponds to the JSON property `hyperthreading`
|
4351
|
+
# @return [String]
|
4352
|
+
attr_accessor :hyperthreading
|
4353
|
+
|
4354
|
+
# Hardware vendor.
|
4355
|
+
# Corresponds to the JSON property `vendor`
|
4356
|
+
# @return [String]
|
4357
|
+
attr_accessor :vendor
|
4358
|
+
|
4359
|
+
def initialize(**args)
|
4360
|
+
update!(**args)
|
4361
|
+
end
|
4362
|
+
|
4363
|
+
# Update properties of this object
|
4364
|
+
def update!(**args)
|
4365
|
+
@bios = args[:bios] if args.key?(:bios)
|
4366
|
+
@cpu_architecture = args[:cpu_architecture] if args.key?(:cpu_architecture)
|
4367
|
+
@cpu_name = args[:cpu_name] if args.key?(:cpu_name)
|
4368
|
+
@cpu_socket_count = args[:cpu_socket_count] if args.key?(:cpu_socket_count)
|
4369
|
+
@firmware_type = args[:firmware_type] if args.key?(:firmware_type)
|
4370
|
+
@hyperthreading = args[:hyperthreading] if args.key?(:hyperthreading)
|
4371
|
+
@vendor = args[:vendor] if args.key?(:vendor)
|
4372
|
+
end
|
4373
|
+
end
|
4374
|
+
|
4375
|
+
# Details of a machine.
|
4376
|
+
class MachineDetails
|
4377
|
+
include Google::Apis::Core::Hashable
|
4378
|
+
|
4379
|
+
# Details of the machine architecture.
|
4380
|
+
# Corresponds to the JSON property `architecture`
|
4381
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::MachineArchitectureDetails]
|
4382
|
+
attr_accessor :architecture
|
4383
|
+
|
4384
|
+
# Number of logical CPU cores in the machine. Must be non-negative.
|
4385
|
+
# Corresponds to the JSON property `coreCount`
|
4386
|
+
# @return [Fixnum]
|
4387
|
+
attr_accessor :core_count
|
4388
|
+
|
4389
|
+
# Machine creation time.
|
4390
|
+
# Corresponds to the JSON property `createTime`
|
4391
|
+
# @return [String]
|
4392
|
+
attr_accessor :create_time
|
4393
|
+
|
4394
|
+
# Disk partition details.
|
4395
|
+
# Corresponds to the JSON property `diskPartitions`
|
4396
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::DiskPartitionDetails]
|
4397
|
+
attr_accessor :disk_partitions
|
4398
|
+
|
4399
|
+
# Details of machine disks.
|
4400
|
+
# Corresponds to the JSON property `disks`
|
4401
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::MachineDiskDetails]
|
4402
|
+
attr_accessor :disks
|
4403
|
+
|
4404
|
+
# Information from Guest-level collections.
|
4405
|
+
# Corresponds to the JSON property `guestOs`
|
4406
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::GuestOsDetails]
|
4407
|
+
attr_accessor :guest_os
|
4408
|
+
|
4409
|
+
# Machine name.
|
4410
|
+
# Corresponds to the JSON property `machineName`
|
4411
|
+
# @return [String]
|
4412
|
+
attr_accessor :machine_name
|
4413
|
+
|
4414
|
+
# The amount of memory in the machine. Must be non-negative.
|
4415
|
+
# Corresponds to the JSON property `memoryMb`
|
4416
|
+
# @return [Fixnum]
|
4417
|
+
attr_accessor :memory_mb
|
4418
|
+
|
4419
|
+
# Details of network adapters and settings.
|
4420
|
+
# Corresponds to the JSON property `network`
|
4421
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::MachineNetworkDetails]
|
4422
|
+
attr_accessor :network
|
4423
|
+
|
4424
|
+
# Information about the platform.
|
4425
|
+
# Corresponds to the JSON property `platform`
|
4426
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::PlatformDetails]
|
4427
|
+
attr_accessor :platform
|
4428
|
+
|
4429
|
+
# Power state of the machine.
|
4430
|
+
# Corresponds to the JSON property `powerState`
|
4431
|
+
# @return [String]
|
4432
|
+
attr_accessor :power_state
|
4433
|
+
|
4434
|
+
# Machine unique identifier.
|
4435
|
+
# Corresponds to the JSON property `uuid`
|
4436
|
+
# @return [String]
|
4437
|
+
attr_accessor :uuid
|
4438
|
+
|
4439
|
+
def initialize(**args)
|
4440
|
+
update!(**args)
|
4441
|
+
end
|
4442
|
+
|
4443
|
+
# Update properties of this object
|
4444
|
+
def update!(**args)
|
4445
|
+
@architecture = args[:architecture] if args.key?(:architecture)
|
4446
|
+
@core_count = args[:core_count] if args.key?(:core_count)
|
4447
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
4448
|
+
@disk_partitions = args[:disk_partitions] if args.key?(:disk_partitions)
|
4449
|
+
@disks = args[:disks] if args.key?(:disks)
|
4450
|
+
@guest_os = args[:guest_os] if args.key?(:guest_os)
|
4451
|
+
@machine_name = args[:machine_name] if args.key?(:machine_name)
|
4452
|
+
@memory_mb = args[:memory_mb] if args.key?(:memory_mb)
|
4453
|
+
@network = args[:network] if args.key?(:network)
|
4454
|
+
@platform = args[:platform] if args.key?(:platform)
|
4455
|
+
@power_state = args[:power_state] if args.key?(:power_state)
|
4456
|
+
@uuid = args[:uuid] if args.key?(:uuid)
|
4457
|
+
end
|
4458
|
+
end
|
4459
|
+
|
4460
|
+
# Details of machine disks.
|
4461
|
+
class MachineDiskDetails
|
4462
|
+
include Google::Apis::Core::Hashable
|
4463
|
+
|
4464
|
+
# VM disks.
|
4465
|
+
# Corresponds to the JSON property `disks`
|
4466
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::DiskEntryList]
|
4467
|
+
attr_accessor :disks
|
4468
|
+
|
4469
|
+
# Raw disk scan result. This field is intended for human inspection. The format
|
4470
|
+
# of this field may be lsblk output or any another raw output. The exact format
|
4471
|
+
# may change without notice and should not be relied upon.
|
4472
|
+
# Corresponds to the JSON property `rawScanResult`
|
4473
|
+
# @return [String]
|
4474
|
+
attr_accessor :raw_scan_result
|
4475
|
+
|
4476
|
+
# Disk total Capacity.
|
4477
|
+
# Corresponds to the JSON property `totalCapacityBytes`
|
4478
|
+
# @return [Fixnum]
|
4479
|
+
attr_accessor :total_capacity_bytes
|
4480
|
+
|
4481
|
+
# Total disk free space.
|
4482
|
+
# Corresponds to the JSON property `totalFreeBytes`
|
4483
|
+
# @return [Fixnum]
|
4484
|
+
attr_accessor :total_free_bytes
|
4485
|
+
|
4486
|
+
def initialize(**args)
|
4487
|
+
update!(**args)
|
4488
|
+
end
|
4489
|
+
|
4490
|
+
# Update properties of this object
|
4491
|
+
def update!(**args)
|
4492
|
+
@disks = args[:disks] if args.key?(:disks)
|
4493
|
+
@raw_scan_result = args[:raw_scan_result] if args.key?(:raw_scan_result)
|
4494
|
+
@total_capacity_bytes = args[:total_capacity_bytes] if args.key?(:total_capacity_bytes)
|
4495
|
+
@total_free_bytes = args[:total_free_bytes] if args.key?(:total_free_bytes)
|
4496
|
+
end
|
4497
|
+
end
|
4498
|
+
|
4499
|
+
# Details of network adapters and settings.
|
4500
|
+
class MachineNetworkDetails
|
4501
|
+
include Google::Apis::Core::Hashable
|
4502
|
+
|
4503
|
+
# Default gateway address.
|
4504
|
+
# Corresponds to the JSON property `defaultGateway`
|
4505
|
+
# @return [String]
|
4506
|
+
attr_accessor :default_gateway
|
4507
|
+
|
4508
|
+
# List of network adapters.
|
4509
|
+
# Corresponds to the JSON property `networkAdapters`
|
4510
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList]
|
4511
|
+
attr_accessor :network_adapters
|
4512
|
+
|
4513
|
+
# The primary IP address of the machine.
|
4514
|
+
# Corresponds to the JSON property `primaryIpAddress`
|
4515
|
+
# @return [String]
|
4516
|
+
attr_accessor :primary_ip_address
|
4517
|
+
|
4518
|
+
# MAC address of the machine. This property is used to uniqly identify the
|
4519
|
+
# machine.
|
4520
|
+
# Corresponds to the JSON property `primaryMacAddress`
|
4521
|
+
# @return [String]
|
4522
|
+
attr_accessor :primary_mac_address
|
4523
|
+
|
4524
|
+
# The public IP address of the machine.
|
4525
|
+
# Corresponds to the JSON property `publicIpAddress`
|
4526
|
+
# @return [String]
|
4527
|
+
attr_accessor :public_ip_address
|
4528
|
+
|
4529
|
+
def initialize(**args)
|
4530
|
+
update!(**args)
|
4531
|
+
end
|
4532
|
+
|
4533
|
+
# Update properties of this object
|
4534
|
+
def update!(**args)
|
4535
|
+
@default_gateway = args[:default_gateway] if args.key?(:default_gateway)
|
4536
|
+
@network_adapters = args[:network_adapters] if args.key?(:network_adapters)
|
4537
|
+
@primary_ip_address = args[:primary_ip_address] if args.key?(:primary_ip_address)
|
4538
|
+
@primary_mac_address = args[:primary_mac_address] if args.key?(:primary_mac_address)
|
4539
|
+
@public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
|
4540
|
+
end
|
4541
|
+
end
|
4542
|
+
|
4256
4543
|
# The type of machines to consider when calculating virtual machine migration
|
4257
4544
|
# insights and recommendations for GCE. Not all machine types are available in
|
4258
4545
|
# all zones and regions.
|
@@ -7501,6 +7788,11 @@ module Google
|
|
7501
7788
|
# @return [String]
|
7502
7789
|
attr_accessor :create_time
|
7503
7790
|
|
7791
|
+
# Disk partition details.
|
7792
|
+
# Corresponds to the JSON property `diskPartitions`
|
7793
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::DiskPartitionDetails]
|
7794
|
+
attr_accessor :disk_partitions
|
7795
|
+
|
7504
7796
|
# Information from Guest-level collections.
|
7505
7797
|
# Corresponds to the JSON property `guestOs`
|
7506
7798
|
# @return [Google::Apis::MigrationcenterV1alpha1::GuestOsDetails]
|
@@ -7584,6 +7876,7 @@ module Google
|
|
7584
7876
|
def update!(**args)
|
7585
7877
|
@core_count = args[:core_count] if args.key?(:core_count)
|
7586
7878
|
@create_time = args[:create_time] if args.key?(:create_time)
|
7879
|
+
@disk_partitions = args[:disk_partitions] if args.key?(:disk_partitions)
|
7587
7880
|
@guest_os = args[:guest_os] if args.key?(:guest_os)
|
7588
7881
|
@memory_mb = args[:memory_mb] if args.key?(:memory_mb)
|
7589
7882
|
@os_family = args[:os_family] if args.key?(:os_family)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1alpha1
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250220"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -178,6 +178,12 @@ module Google
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
+
class AwsRds
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
181
187
|
class AzureVmPlatformDetails
|
182
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
189
|
|
@@ -460,6 +466,12 @@ module Google
|
|
460
466
|
include Google::Apis::Core::JsonObjectSupport
|
461
467
|
end
|
462
468
|
|
469
|
+
class DiskPartitionDetails
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
463
475
|
class DiskPartitionList
|
464
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
477
|
|
@@ -760,6 +772,30 @@ module Google
|
|
760
772
|
include Google::Apis::Core::JsonObjectSupport
|
761
773
|
end
|
762
774
|
|
775
|
+
class MachineArchitectureDetails
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class MachineDetails
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class MachineDiskDetails
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class MachineNetworkDetails
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
763
799
|
class MachinePreferences
|
764
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
801
|
|
@@ -1521,6 +1557,8 @@ module Google
|
|
1521
1557
|
property :insight_list, as: 'insightList', class: Google::Apis::MigrationcenterV1alpha1::InsightList, decorator: Google::Apis::MigrationcenterV1alpha1::InsightList::Representation
|
1522
1558
|
|
1523
1559
|
hash :labels, as: 'labels'
|
1560
|
+
property :machine_details, as: 'machineDetails', class: Google::Apis::MigrationcenterV1alpha1::MachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MachineDetails::Representation
|
1561
|
+
|
1524
1562
|
property :name, as: 'name'
|
1525
1563
|
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData::Representation
|
1526
1564
|
|
@@ -1542,6 +1580,8 @@ module Google
|
|
1542
1580
|
property :database_details, as: 'databaseDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails::Representation
|
1543
1581
|
|
1544
1582
|
hash :labels, as: 'labels'
|
1583
|
+
property :machine_details, as: 'machineDetails', class: Google::Apis::MigrationcenterV1alpha1::MachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MachineDetails::Representation
|
1584
|
+
|
1545
1585
|
collection :performance_samples, as: 'performanceSamples', class: Google::Apis::MigrationcenterV1alpha1::PerformanceSample, decorator: Google::Apis::MigrationcenterV1alpha1::PerformanceSample::Representation
|
1546
1586
|
|
1547
1587
|
property :report_time, as: 'reportTime'
|
@@ -1650,6 +1690,12 @@ module Google
|
|
1650
1690
|
end
|
1651
1691
|
end
|
1652
1692
|
|
1693
|
+
class AwsRds
|
1694
|
+
# @private
|
1695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1696
|
+
end
|
1697
|
+
end
|
1698
|
+
|
1653
1699
|
class AzureVmPlatformDetails
|
1654
1700
|
# @private
|
1655
1701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1910,6 +1956,8 @@ module Google
|
|
1910
1956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1911
1957
|
property :aggregated_stats, as: 'aggregatedStats', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats::Representation
|
1912
1958
|
|
1959
|
+
property :aws_rds, as: 'awsRds', class: Google::Apis::MigrationcenterV1alpha1::AwsRds, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRds::Representation
|
1960
|
+
|
1913
1961
|
property :edition, as: 'edition'
|
1914
1962
|
property :generated_id, as: 'generatedId'
|
1915
1963
|
property :manual_unique_id, as: 'manualUniqueId'
|
@@ -2163,6 +2211,16 @@ module Google
|
|
2163
2211
|
end
|
2164
2212
|
end
|
2165
2213
|
|
2214
|
+
class DiskPartitionDetails
|
2215
|
+
# @private
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2217
|
+
property :free_space_bytes, :numeric_string => true, as: 'freeSpaceBytes'
|
2218
|
+
property :partitions, as: 'partitions', class: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList::Representation
|
2219
|
+
|
2220
|
+
property :total_capacity_bytes, :numeric_string => true, as: 'totalCapacityBytes'
|
2221
|
+
end
|
2222
|
+
end
|
2223
|
+
|
2166
2224
|
class DiskPartitionList
|
2167
2225
|
# @private
|
2168
2226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2671,6 +2729,67 @@ module Google
|
|
2671
2729
|
end
|
2672
2730
|
end
|
2673
2731
|
|
2732
|
+
class MachineArchitectureDetails
|
2733
|
+
# @private
|
2734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2735
|
+
property :bios, as: 'bios', class: Google::Apis::MigrationcenterV1alpha1::BiosDetails, decorator: Google::Apis::MigrationcenterV1alpha1::BiosDetails::Representation
|
2736
|
+
|
2737
|
+
property :cpu_architecture, as: 'cpuArchitecture'
|
2738
|
+
property :cpu_name, as: 'cpuName'
|
2739
|
+
property :cpu_socket_count, as: 'cpuSocketCount'
|
2740
|
+
property :firmware_type, as: 'firmwareType'
|
2741
|
+
property :hyperthreading, as: 'hyperthreading'
|
2742
|
+
property :vendor, as: 'vendor'
|
2743
|
+
end
|
2744
|
+
end
|
2745
|
+
|
2746
|
+
class MachineDetails
|
2747
|
+
# @private
|
2748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2749
|
+
property :architecture, as: 'architecture', class: Google::Apis::MigrationcenterV1alpha1::MachineArchitectureDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MachineArchitectureDetails::Representation
|
2750
|
+
|
2751
|
+
property :core_count, as: 'coreCount'
|
2752
|
+
property :create_time, as: 'createTime'
|
2753
|
+
property :disk_partitions, as: 'diskPartitions', class: Google::Apis::MigrationcenterV1alpha1::DiskPartitionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartitionDetails::Representation
|
2754
|
+
|
2755
|
+
property :disks, as: 'disks', class: Google::Apis::MigrationcenterV1alpha1::MachineDiskDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MachineDiskDetails::Representation
|
2756
|
+
|
2757
|
+
property :guest_os, as: 'guestOs', class: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails::Representation
|
2758
|
+
|
2759
|
+
property :machine_name, as: 'machineName'
|
2760
|
+
property :memory_mb, as: 'memoryMb'
|
2761
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1alpha1::MachineNetworkDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MachineNetworkDetails::Representation
|
2762
|
+
|
2763
|
+
property :platform, as: 'platform', class: Google::Apis::MigrationcenterV1alpha1::PlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::PlatformDetails::Representation
|
2764
|
+
|
2765
|
+
property :power_state, as: 'powerState'
|
2766
|
+
property :uuid, as: 'uuid'
|
2767
|
+
end
|
2768
|
+
end
|
2769
|
+
|
2770
|
+
class MachineDiskDetails
|
2771
|
+
# @private
|
2772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2773
|
+
property :disks, as: 'disks', class: Google::Apis::MigrationcenterV1alpha1::DiskEntryList, decorator: Google::Apis::MigrationcenterV1alpha1::DiskEntryList::Representation
|
2774
|
+
|
2775
|
+
property :raw_scan_result, as: 'rawScanResult'
|
2776
|
+
property :total_capacity_bytes, :numeric_string => true, as: 'totalCapacityBytes'
|
2777
|
+
property :total_free_bytes, :numeric_string => true, as: 'totalFreeBytes'
|
2778
|
+
end
|
2779
|
+
end
|
2780
|
+
|
2781
|
+
class MachineNetworkDetails
|
2782
|
+
# @private
|
2783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2784
|
+
property :default_gateway, as: 'defaultGateway'
|
2785
|
+
property :network_adapters, as: 'networkAdapters', class: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList::Representation
|
2786
|
+
|
2787
|
+
property :primary_ip_address, as: 'primaryIpAddress'
|
2788
|
+
property :primary_mac_address, as: 'primaryMacAddress'
|
2789
|
+
property :public_ip_address, as: 'publicIpAddress'
|
2790
|
+
end
|
2791
|
+
end
|
2792
|
+
|
2674
2793
|
class MachinePreferences
|
2675
2794
|
# @private
|
2676
2795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3644,6 +3763,8 @@ module Google
|
|
3644
3763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3645
3764
|
property :core_count, as: 'coreCount'
|
3646
3765
|
property :create_time, as: 'createTime'
|
3766
|
+
property :disk_partitions, as: 'diskPartitions', class: Google::Apis::MigrationcenterV1alpha1::DiskPartitionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartitionDetails::Representation
|
3767
|
+
|
3647
3768
|
property :guest_os, as: 'guestOs', class: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails::Representation
|
3648
3769
|
|
3649
3770
|
property :memory_mb, as: 'memoryMb'
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.37.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Migration Center API V1alpha1
|
82
79
|
test_files: []
|