@maxim_mazurok/gapi.client.compute-v1 0.1.20251031 → 0.1.20251202
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 +1582 -1251
- package/package.json +1 -1
- package/readme.md +8 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -150,6 +150,14 @@ Returns permissions that a caller has on the specified resource.
|
|
|
150
150
|
*/
|
|
151
151
|
await gapi.client.compute.addresses.testIamPermissions({ project: "project", region: "region", resource: "resource", });
|
|
152
152
|
|
|
153
|
+
/*
|
|
154
|
+
Advise how, where and when to create the requested amount of instances
|
|
155
|
+
with specified accelerators, within the specified time and location limits.
|
|
156
|
+
The method recommends creating future reservations for the requested
|
|
157
|
+
resources.
|
|
158
|
+
*/
|
|
159
|
+
await gapi.client.compute.advice.calendarMode({ project: "project", region: "region", });
|
|
160
|
+
|
|
153
161
|
/*
|
|
154
162
|
Retrieves an aggregated list of autoscalers.
|
|
155
163
|
|