Skip to content

Commit 0d90df9

Browse files
feat(migrationcenter): update the api
#### migrationcenter:v1 The following keys were added: - schemas.AwsRds (Total Keys: 2) - schemas.DatabaseDeploymentDetails.properties.awsRds.$ref (Total Keys: 1) - schemas.DiskPartitionDetails (Total Keys: 9) - schemas.MachineDetails.properties.diskPartitions.$ref (Total Keys: 1) #### migrationcenter:v1alpha1 The following keys were added: - schemas.AwsRds (Total Keys: 2) - schemas.DatabaseDeploymentDetails.properties.awsRds.$ref (Total Keys: 1) - schemas.DiskPartitionDetails (Total Keys: 9) - schemas.MachineDetails.properties.diskPartitions.$ref (Total Keys: 1) - schemas.VirtualMachineDetails.properties.diskPartitions.$ref (Total Keys: 1)
1 parent 5ead6ed commit 0d90df9

6 files changed

+599
-26
lines changed

docs/dyn/migrationcenter_v1.projects.locations.assets.html

Lines changed: 136 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ <h3>Method Details</h3>
223223
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
224224
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
225225
},
226+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
227+
},
226228
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
227229
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
228230
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -421,6 +423,23 @@ <h3>Method Details</h3>
421423
},
422424
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
423425
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
426+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
427+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
428+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
429+
&quot;entries&quot;: [ # Partition entries.
430+
{ # Disk Partition details.
431+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
432+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
433+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
434+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
435+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
436+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
437+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
438+
},
439+
],
440+
},
441+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
442+
},
424443
&quot;disks&quot;: { # Details of machine disks. # Disk details.
425444
&quot;disks&quot;: { # VM disks. # List of disks.
426445
&quot;entries&quot;: [ # Disk entries.
@@ -723,6 +742,8 @@ <h3>Method Details</h3>
723742
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
724743
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
725744
},
745+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
746+
},
726747
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
727748
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
728749
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -921,6 +942,23 @@ <h3>Method Details</h3>
921942
},
922943
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
923944
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
945+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
946+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
947+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
948+
&quot;entries&quot;: [ # Partition entries.
949+
{ # Disk Partition details.
950+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
951+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
952+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
953+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
954+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
955+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
956+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
957+
},
958+
],
959+
},
960+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
961+
},
924962
&quot;disks&quot;: { # Details of machine disks. # Disk details.
925963
&quot;disks&quot;: { # VM disks. # List of disks.
926964
&quot;entries&quot;: [ # Disk entries.
@@ -1254,6 +1292,8 @@ <h3>Method Details</h3>
12541292
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
12551293
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
12561294
},
1295+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
1296+
},
12571297
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
12581298
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
12591299
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -1452,6 +1492,23 @@ <h3>Method Details</h3>
14521492
},
14531493
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
14541494
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
1495+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
1496+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
1497+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
1498+
&quot;entries&quot;: [ # Partition entries.
1499+
{ # Disk Partition details.
1500+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
1501+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
1502+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
1503+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
1504+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
1505+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
1506+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
1507+
},
1508+
],
1509+
},
1510+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
1511+
},
14551512
&quot;disks&quot;: { # Details of machine disks. # Disk details.
14561513
&quot;disks&quot;: { # VM disks. # List of disks.
14571514
&quot;entries&quot;: [ # Disk entries.
@@ -1765,6 +1822,8 @@ <h3>Method Details</h3>
17651822
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
17661823
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
17671824
},
1825+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
1826+
},
17681827
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
17691828
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
17701829
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -1963,6 +2022,23 @@ <h3>Method Details</h3>
19632022
},
19642023
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
19652024
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
2025+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
2026+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
2027+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
2028+
&quot;entries&quot;: [ # Partition entries.
2029+
{ # Disk Partition details.
2030+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
2031+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
2032+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
2033+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
2034+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
2035+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
2036+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
2037+
},
2038+
],
2039+
},
2040+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
2041+
},
19662042
&quot;disks&quot;: { # Details of machine disks. # Disk details.
19672043
&quot;disks&quot;: { # VM disks. # List of disks.
19682044
&quot;entries&quot;: [ # Disk entries.
@@ -2280,6 +2356,8 @@ <h3>Method Details</h3>
22802356
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
22812357
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
22822358
},
2359+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
2360+
},
22832361
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
22842362
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
22852363
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -2478,6 +2556,23 @@ <h3>Method Details</h3>
24782556
},
24792557
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
24802558
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
2559+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
2560+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
2561+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
2562+
&quot;entries&quot;: [ # Partition entries.
2563+
{ # Disk Partition details.
2564+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
2565+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
2566+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
2567+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
2568+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
2569+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
2570+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
2571+
},
2572+
],
2573+
},
2574+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
2575+
},
24812576
&quot;disks&quot;: { # Details of machine disks. # Disk details.
24822577
&quot;disks&quot;: { # VM disks. # List of disks.
24832578
&quot;entries&quot;: [ # Disk entries.
@@ -2775,6 +2870,8 @@ <h3>Method Details</h3>
27752870
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
27762871
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
27772872
},
2873+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
2874+
},
27782875
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
27792876
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
27802877
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -2973,6 +3070,23 @@ <h3>Method Details</h3>
29733070
},
29743071
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
29753072
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
3073+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
3074+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
3075+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
3076+
&quot;entries&quot;: [ # Partition entries.
3077+
{ # Disk Partition details.
3078+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
3079+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
3080+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
3081+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
3082+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
3083+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
3084+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
3085+
},
3086+
],
3087+
},
3088+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
3089+
},
29763090
&quot;disks&quot;: { # Details of machine disks. # Disk details.
29773091
&quot;disks&quot;: { # VM disks. # List of disks.
29783092
&quot;entries&quot;: [ # Disk entries.
@@ -3269,6 +3383,8 @@ <h3>Method Details</h3>
32693383
&quot;aggregatedStats&quot;: { # Aggregated stats for the database deployment. # Output only. Aggregated stats for the database deployment.
32703384
&quot;databaseCount&quot;: 42, # Output only. The number of databases in the deployment.
32713385
},
3386+
&quot;awsRds&quot;: { # Specific details for an AWS RDS database deployment. # Optional. Details of an AWS RDS instance.
3387+
},
32723388
&quot;edition&quot;: &quot;A String&quot;, # Optional. The database deployment edition.
32733389
&quot;generatedId&quot;: &quot;A String&quot;, # Optional. The database deployment generated ID.
32743390
&quot;manualUniqueId&quot;: &quot;A String&quot;, # Optional. A manual unique ID set by the user.
@@ -3433,6 +3549,23 @@ <h3>Method Details</h3>
34333549
},
34343550
&quot;coreCount&quot;: 42, # Number of logical CPU cores in the machine. Must be non-negative.
34353551
&quot;createTime&quot;: &quot;A String&quot;, # Machine creation time.
3552+
&quot;diskPartitions&quot;: { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
3553+
&quot;freeSpaceBytes&quot;: &quot;A String&quot;, # Output only. Total free space of all partitions.
3554+
&quot;partitions&quot;: { # Disk partition list. # Optional. List of partitions.
3555+
&quot;entries&quot;: [ # Partition entries.
3556+
{ # Disk Partition details.
3557+
&quot;capacityBytes&quot;: &quot;A String&quot;, # Partition capacity.
3558+
&quot;fileSystem&quot;: &quot;A String&quot;, # Partition file system.
3559+
&quot;freeBytes&quot;: &quot;A String&quot;, # Partition free space.
3560+
&quot;mountPoint&quot;: &quot;A String&quot;, # Mount pount (Linux/Windows) or drive letter (Windows).
3561+
&quot;subPartitions&quot;: # Object with schema name: DiskPartitionList # Sub-partitions.
3562+
&quot;type&quot;: &quot;A String&quot;, # Partition type.
3563+
&quot;uuid&quot;: &quot;A String&quot;, # Partition UUID.
3564+
},
3565+
],
3566+
},
3567+
&quot;totalCapacityBytes&quot;: &quot;A String&quot;, # Output only. Total capacity of all partitions.
3568+
},
34363569
&quot;disks&quot;: { # Details of machine disks. # Disk details.
34373570
&quot;disks&quot;: { # VM disks. # List of disks.
34383571
&quot;entries&quot;: [ # Disk entries.
@@ -3645,9 +3778,9 @@ <h3>Method Details</h3>
36453778
&quot;utilizedPercentage&quot;: 3.14, # Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
36463779
},
36473780
&quot;disk&quot;: { # Disk usage sample. Values are across all disks. # Disk usage sample.
3648-
&quot;averageIops&quot;: 3.14, # Optional. Average IOPS sampled over a short window. Must be non-negative. Must be equal to the sum of read and write if one of them is positive. if both read and write are zero they are ignored.
3649-
&quot;averageReadIops&quot;: 3.14, # Optional. Average read IOPS sampled over a short window. Must be non-negative.
3650-
&quot;averageWriteIops&quot;: 3.14, # Optional. Average write IOPS sampled over a short window. Must be non-negative.
3781+
&quot;averageIops&quot;: 3.14, # Optional. Average IOPS sampled over a short window. Must be non-negative. If read or write are set, the sum of read and write will override the value of the average_iops.
3782+
&quot;averageReadIops&quot;: 3.14, # Optional. Average read IOPS sampled over a short window. Must be non-negative. If both read and write are zero they are ignored.
3783+
&quot;averageWriteIops&quot;: 3.14, # Optional. Average write IOPS sampled over a short window. Must be non-negative. If both read and write are zero they are ignored.
36513784
},
36523785
&quot;memory&quot;: { # Memory usage sample. # Memory usage sample.
36533786
&quot;utilizedPercentage&quot;: 3.14, # Percentage of system memory utilized. Must be in the interval [0, 100].

0 commit comments

Comments
 (0)