Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa15762

Browse files
committedJun 27, 2023
feat(migrationcenter): update the api
#### migrationcenter:v1alpha1 The following keys were added: - schemas.ComputeEngineShapeDescriptor.properties.storage (Total Keys: 2) - schemas.ComputeStorageDescriptor (Total Keys: 5)
1 parent 39c7918 commit aa15762

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed
 

‎docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html

+36
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ <h3>Method Details</h3>
230230
&quot;memoryMb&quot;: 42, # Memory in mebibytes.
231231
&quot;physicalCoreCount&quot;: 42, # Number of physical cores.
232232
&quot;series&quot;: &quot;A String&quot;, # Compute Engine machine series.
233+
&quot;storage&quot;: [ # Compute Engine storage. Never empty.
234+
{ # Compute Engine storage option descriptor.
235+
&quot;sizeGb&quot;: 42, # Disk size in GiB.
236+
&quot;type&quot;: &quot;A String&quot;, # Disk type backing the storage.
237+
},
238+
],
233239
},
234240
},
235241
&quot;fit&quot;: { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration.
@@ -580,6 +586,12 @@ <h3>Method Details</h3>
580586
&quot;memoryMb&quot;: 42, # Memory in mebibytes.
581587
&quot;physicalCoreCount&quot;: 42, # Number of physical cores.
582588
&quot;series&quot;: &quot;A String&quot;, # Compute Engine machine series.
589+
&quot;storage&quot;: [ # Compute Engine storage. Never empty.
590+
{ # Compute Engine storage option descriptor.
591+
&quot;sizeGb&quot;: 42, # Disk size in GiB.
592+
&quot;type&quot;: &quot;A String&quot;, # Disk type backing the storage.
593+
},
594+
],
583595
},
584596
},
585597
&quot;fit&quot;: { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration.
@@ -962,6 +974,12 @@ <h3>Method Details</h3>
962974
&quot;memoryMb&quot;: 42, # Memory in mebibytes.
963975
&quot;physicalCoreCount&quot;: 42, # Number of physical cores.
964976
&quot;series&quot;: &quot;A String&quot;, # Compute Engine machine series.
977+
&quot;storage&quot;: [ # Compute Engine storage. Never empty.
978+
{ # Compute Engine storage option descriptor.
979+
&quot;sizeGb&quot;: 42, # Disk size in GiB.
980+
&quot;type&quot;: &quot;A String&quot;, # Disk type backing the storage.
981+
},
982+
],
965983
},
966984
},
967985
&quot;fit&quot;: { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration.
@@ -1324,6 +1342,12 @@ <h3>Method Details</h3>
13241342
&quot;memoryMb&quot;: 42, # Memory in mebibytes.
13251343
&quot;physicalCoreCount&quot;: 42, # Number of physical cores.
13261344
&quot;series&quot;: &quot;A String&quot;, # Compute Engine machine series.
1345+
&quot;storage&quot;: [ # Compute Engine storage. Never empty.
1346+
{ # Compute Engine storage option descriptor.
1347+
&quot;sizeGb&quot;: 42, # Disk size in GiB.
1348+
&quot;type&quot;: &quot;A String&quot;, # Disk type backing the storage.
1349+
},
1350+
],
13271351
},
13281352
},
13291353
&quot;fit&quot;: { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration.
@@ -1689,6 +1713,12 @@ <h3>Method Details</h3>
16891713
&quot;memoryMb&quot;: 42, # Memory in mebibytes.
16901714
&quot;physicalCoreCount&quot;: 42, # Number of physical cores.
16911715
&quot;series&quot;: &quot;A String&quot;, # Compute Engine machine series.
1716+
&quot;storage&quot;: [ # Compute Engine storage. Never empty.
1717+
{ # Compute Engine storage option descriptor.
1718+
&quot;sizeGb&quot;: 42, # Disk size in GiB.
1719+
&quot;type&quot;: &quot;A String&quot;, # Disk type backing the storage.
1720+
},
1721+
],
16921722
},
16931723
},
16941724
&quot;fit&quot;: { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration.
@@ -2034,6 +2064,12 @@ <h3>Method Details</h3>
20342064
&quot;memoryMb&quot;: 42, # Memory in mebibytes.
20352065
&quot;physicalCoreCount&quot;: 42, # Number of physical cores.
20362066
&quot;series&quot;: &quot;A String&quot;, # Compute Engine machine series.
2067+
&quot;storage&quot;: [ # Compute Engine storage. Never empty.
2068+
{ # Compute Engine storage option descriptor.
2069+
&quot;sizeGb&quot;: 42, # Disk size in GiB.
2070+
&quot;type&quot;: &quot;A String&quot;, # Disk type backing the storage.
2071+
},
2072+
],
20372073
},
20382074
},
20392075
&quot;fit&quot;: { # Describes the fit level of an asset for migration to a specific target. # Output only. Description of how well the asset this insight is associated with fits the proposed migration.

‎googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json

+36-1
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@
21022102
}
21032103
}
21042104
},
2105-
"revision": "20230613",
2105+
"revision": "20230619",
21062106
"rootUrl": "https://migrationcenter.googleapis.com/",
21072107
"schemas": {
21082108
"AddAssetsToGroupRequest": {
@@ -2639,6 +2639,41 @@
26392639
"series": {
26402640
"description": "Compute Engine machine series.",
26412641
"type": "string"
2642+
},
2643+
"storage": {
2644+
"description": "Compute Engine storage. Never empty.",
2645+
"items": {
2646+
"$ref": "ComputeStorageDescriptor"
2647+
},
2648+
"type": "array"
2649+
}
2650+
},
2651+
"type": "object"
2652+
},
2653+
"ComputeStorageDescriptor": {
2654+
"description": "Compute Engine storage option descriptor.",
2655+
"id": "ComputeStorageDescriptor",
2656+
"properties": {
2657+
"sizeGb": {
2658+
"description": "Disk size in GiB.",
2659+
"format": "int32",
2660+
"type": "integer"
2661+
},
2662+
"type": {
2663+
"description": "Disk type backing the storage.",
2664+
"enum": [
2665+
"PERSISTENT_DISK_TYPE_UNSPECIFIED",
2666+
"PERSISTENT_DISK_TYPE_STANDARD",
2667+
"PERSISTENT_DISK_TYPE_BALANCED",
2668+
"PERSISTENT_DISK_TYPE_SSD"
2669+
],
2670+
"enumDescriptions": [
2671+
"Unspecified (default value). Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.",
2672+
"Standard HDD Persistent Disk.",
2673+
"Balanced Persistent Disk.",
2674+
"SSD Persistent Disk."
2675+
],
2676+
"type": "string"
26422677
}
26432678
},
26442679
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.