@maxim_mazurok/gapi.client.compute-alpha 0.2.20260828 → 0.2.20260908
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.
- package/index.d.ts +5 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://www.googleapis.com/discovery/v1/apis/compute/alpha/rest
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260908
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -6150,7 +6150,7 @@ declare namespace gapi.client {
|
|
|
6150
6150
|
* resource types.
|
|
6151
6151
|
*
|
|
6152
6152
|
* The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D,
|
|
6153
|
-
* COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For
|
|
6153
|
+
* COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS, STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For
|
|
6154
6154
|
* example, type MEMORY_OPTIMIZED specifies a commitment that
|
|
6155
6155
|
* applies only to eligible resources of memory optimized M1 and M2 machine
|
|
6156
6156
|
* series. Type GENERAL_PURPOSE specifies a commitment that
|
|
@@ -6207,6 +6207,9 @@ declare namespace gapi.client {
|
|
|
6207
6207
|
| 'NETWORK_OPTIMIZED_U4S'
|
|
6208
6208
|
| 'STORAGE_OPTIMIZED_Z3'
|
|
6209
6209
|
| 'STORAGE_OPTIMIZED_Z4D'
|
|
6210
|
+
| 'STORAGE_OPTIMIZED_Z4D4T'
|
|
6211
|
+
| 'STORAGE_OPTIMIZED_Z4DH'
|
|
6212
|
+
| 'STORAGE_OPTIMIZED_Z4DS'
|
|
6210
6213
|
| 'STORAGE_OPTIMIZED_Z4M'
|
|
6211
6214
|
| 'TYPE_UNSPECIFIED';
|
|
6212
6215
|
}
|