|
2309 | 2309 | }
|
2310 | 2310 | }
|
2311 | 2311 | },
|
2312 |
| - "revision": "20240822", |
| 2312 | + "revision": "20240926", |
2313 | 2313 | "rootUrl": "https://migrationcenter.googleapis.com/",
|
2314 | 2314 | "schemas": {
|
2315 | 2315 | "AddAssetsToGroupRequest": {
|
|
2850 | 2850 | "id": "ComputeEngineShapeDescriptor",
|
2851 | 2851 | "properties": {
|
2852 | 2852 | "logicalCoreCount": {
|
2853 |
| - "description": "Number of logical cores.", |
| 2853 | + "description": "Output only. Number of logical cores.", |
2854 | 2854 | "format": "int32",
|
| 2855 | + "readOnly": true, |
2855 | 2856 | "type": "integer"
|
2856 | 2857 | },
|
2857 | 2858 | "machineType": {
|
2858 |
| - "description": "Compute Engine machine type.", |
| 2859 | + "description": "Output only. Compute Engine machine type.", |
| 2860 | + "readOnly": true, |
2859 | 2861 | "type": "string"
|
2860 | 2862 | },
|
2861 | 2863 | "memoryMb": {
|
|
2869 | 2871 | "type": "integer"
|
2870 | 2872 | },
|
2871 | 2873 | "series": {
|
2872 |
| - "description": "Compute Engine machine series.", |
| 2874 | + "description": "Output only. Compute Engine machine series.", |
| 2875 | + "readOnly": true, |
2873 | 2876 | "type": "string"
|
2874 | 2877 | },
|
2875 | 2878 | "storage": {
|
2876 |
| - "description": "Compute Engine storage. Never empty.", |
| 2879 | + "description": "Output only. Compute Engine storage. Never empty.", |
2877 | 2880 | "items": {
|
2878 | 2881 | "$ref": "ComputeStorageDescriptor"
|
2879 | 2882 | },
|
| 2883 | + "readOnly": true, |
2880 | 2884 | "type": "array"
|
2881 | 2885 | }
|
2882 | 2886 | },
|
|
2887 | 2891 | "id": "ComputeStorageDescriptor",
|
2888 | 2892 | "properties": {
|
2889 | 2893 | "sizeGb": {
|
2890 |
| - "description": "Disk size in GiB.", |
| 2894 | + "description": "Output only. Disk size in GiB.", |
2891 | 2895 | "format": "int32",
|
| 2896 | + "readOnly": true, |
2892 | 2897 | "type": "integer"
|
2893 | 2898 | },
|
2894 | 2899 | "type": {
|
2895 |
| - "description": "Disk type backing the storage.", |
| 2900 | + "description": "Output only. Disk type backing the storage.", |
2896 | 2901 | "enum": [
|
2897 | 2902 | "PERSISTENT_DISK_TYPE_UNSPECIFIED",
|
2898 | 2903 | "PERSISTENT_DISK_TYPE_STANDARD",
|
|
2905 | 2910 | "Balanced Persistent Disk.",
|
2906 | 2911 | "SSD Persistent Disk."
|
2907 | 2912 | ],
|
| 2913 | + "readOnly": true, |
2908 | 2914 | "type": "string"
|
2909 | 2915 | }
|
2910 | 2916 | },
|
|
3377 | 3383 | "id": "FitDescriptor",
|
3378 | 3384 | "properties": {
|
3379 | 3385 | "fitLevel": {
|
3380 |
| - "description": "Fit level.", |
| 3386 | + "description": "Output only. Fit level.", |
3381 | 3387 | "enum": [
|
3382 | 3388 | "FIT_LEVEL_UNSPECIFIED",
|
3383 | 3389 | "FIT",
|
|
3390 | 3396 | "No Fit.",
|
3391 | 3397 | "Fit with effort."
|
3392 | 3398 | ],
|
| 3399 | + "readOnly": true, |
3393 | 3400 | "type": "string"
|
3394 | 3401 | }
|
3395 | 3402 | },
|
|
4358 | 4365 | "type": "integer"
|
4359 | 4366 | },
|
4360 | 4367 | "cpuThreadCount": {
|
4361 |
| - "description": "Number of CPU threads allocated to the machine.", |
| 4368 | + "deprecated": true, |
| 4369 | + "description": "Deprecated: use MachineDetails.core_count instead. Number of CPU threads allocated to the machine.", |
4362 | 4370 | "format": "int32",
|
4363 | 4371 | "type": "integer"
|
4364 | 4372 | },
|
|
5192 | 5200 | "properties": {
|
5193 | 5201 | "coreCountHistogram": {
|
5194 | 5202 | "$ref": "ReportSummaryHistogramChartData",
|
5195 |
| - "description": "Histogram showing a distribution of CPU core counts." |
| 5203 | + "description": "Histogram showing a distribution of logical CPU core counts." |
5196 | 5204 | },
|
5197 | 5205 | "memoryBytesHistogram": {
|
5198 | 5206 | "$ref": "ReportSummaryHistogramChartData",
|
|
0 commit comments