@maxim_mazurok/gapi.client.dataproc-v1 0.0.20230804 → 0.0.20230830
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 +807 -8
- package/package.json +1 -1
- package/tests.ts +783 -1
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230830
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -215,6 +215,11 @@ gapi.load('client', async () => {
|
|
|
215
215
|
properties: {
|
|
216
216
|
A: "Test string"
|
|
217
217
|
},
|
|
218
|
+
repositoryConfig: {
|
|
219
|
+
pypiRepositoryConfig: {
|
|
220
|
+
pypiRepository: "Test string",
|
|
221
|
+
},
|
|
222
|
+
},
|
|
218
223
|
version: "Test string",
|
|
219
224
|
},
|
|
220
225
|
runtimeInfo: {
|
|
@@ -327,6 +332,221 @@ gapi.load('client', async () => {
|
|
|
327
332
|
pageSize: 42,
|
|
328
333
|
pageToken: "Test string",
|
|
329
334
|
});
|
|
335
|
+
/** Create an interactive session asynchronously. */
|
|
336
|
+
await gapi.client.dataproc.projects.locations.sessions.create({
|
|
337
|
+
parent: "Test string",
|
|
338
|
+
requestId: "Test string",
|
|
339
|
+
sessionId: "Test string",
|
|
340
|
+
}, {
|
|
341
|
+
createTime: "Test string",
|
|
342
|
+
creator: "Test string",
|
|
343
|
+
environmentConfig: {
|
|
344
|
+
executionConfig: {
|
|
345
|
+
idleTtl: "Test string",
|
|
346
|
+
kmsKey: "Test string",
|
|
347
|
+
networkTags: [
|
|
348
|
+
"Test string"
|
|
349
|
+
],
|
|
350
|
+
networkUri: "Test string",
|
|
351
|
+
serviceAccount: "Test string",
|
|
352
|
+
stagingBucket: "Test string",
|
|
353
|
+
subnetworkUri: "Test string",
|
|
354
|
+
ttl: "Test string",
|
|
355
|
+
},
|
|
356
|
+
peripheralsConfig: {
|
|
357
|
+
metastoreService: "Test string",
|
|
358
|
+
sparkHistoryServerConfig: {
|
|
359
|
+
dataprocCluster: "Test string",
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
jupyterSession: {
|
|
364
|
+
displayName: "Test string",
|
|
365
|
+
kernel: "Test string",
|
|
366
|
+
},
|
|
367
|
+
labels: {
|
|
368
|
+
A: "Test string"
|
|
369
|
+
},
|
|
370
|
+
name: "Test string",
|
|
371
|
+
runtimeConfig: {
|
|
372
|
+
containerImage: "Test string",
|
|
373
|
+
properties: {
|
|
374
|
+
A: "Test string"
|
|
375
|
+
},
|
|
376
|
+
repositoryConfig: {
|
|
377
|
+
pypiRepositoryConfig: {
|
|
378
|
+
pypiRepository: "Test string",
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
version: "Test string",
|
|
382
|
+
},
|
|
383
|
+
runtimeInfo: {
|
|
384
|
+
approximateUsage: {
|
|
385
|
+
milliDcuSeconds: "Test string",
|
|
386
|
+
shuffleStorageGbSeconds: "Test string",
|
|
387
|
+
},
|
|
388
|
+
currentUsage: {
|
|
389
|
+
milliDcu: "Test string",
|
|
390
|
+
milliDcuPremium: "Test string",
|
|
391
|
+
shuffleStorageGb: "Test string",
|
|
392
|
+
shuffleStorageGbPremium: "Test string",
|
|
393
|
+
snapshotTime: "Test string",
|
|
394
|
+
},
|
|
395
|
+
diagnosticOutputUri: "Test string",
|
|
396
|
+
endpoints: {
|
|
397
|
+
A: "Test string"
|
|
398
|
+
},
|
|
399
|
+
outputUri: "Test string",
|
|
400
|
+
},
|
|
401
|
+
sessionTemplate: "Test string",
|
|
402
|
+
state: "Test string",
|
|
403
|
+
stateHistory: [
|
|
404
|
+
{
|
|
405
|
+
state: "Test string",
|
|
406
|
+
stateMessage: "Test string",
|
|
407
|
+
stateStartTime: "Test string",
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
stateMessage: "Test string",
|
|
411
|
+
stateTime: "Test string",
|
|
412
|
+
user: "Test string",
|
|
413
|
+
uuid: "Test string",
|
|
414
|
+
});
|
|
415
|
+
/** Deletes the interactive session resource. If the session is not in terminal state, it is terminated, and then deleted. */
|
|
416
|
+
await gapi.client.dataproc.projects.locations.sessions.delete({
|
|
417
|
+
name: "Test string",
|
|
418
|
+
requestId: "Test string",
|
|
419
|
+
});
|
|
420
|
+
/** Gets the resource representation for an interactive session. */
|
|
421
|
+
await gapi.client.dataproc.projects.locations.sessions.get({
|
|
422
|
+
name: "Test string",
|
|
423
|
+
});
|
|
424
|
+
/** Lists interactive sessions. */
|
|
425
|
+
await gapi.client.dataproc.projects.locations.sessions.list({
|
|
426
|
+
filter: "Test string",
|
|
427
|
+
pageSize: 42,
|
|
428
|
+
pageToken: "Test string",
|
|
429
|
+
parent: "Test string",
|
|
430
|
+
});
|
|
431
|
+
/** Terminates the interactive session. */
|
|
432
|
+
await gapi.client.dataproc.projects.locations.sessions.terminate({
|
|
433
|
+
name: "Test string",
|
|
434
|
+
}, {
|
|
435
|
+
requestId: "Test string",
|
|
436
|
+
});
|
|
437
|
+
/** Create a session template synchronously. */
|
|
438
|
+
await gapi.client.dataproc.projects.locations.sessionTemplates.create({
|
|
439
|
+
parent: "Test string",
|
|
440
|
+
}, {
|
|
441
|
+
createTime: "Test string",
|
|
442
|
+
creator: "Test string",
|
|
443
|
+
description: "Test string",
|
|
444
|
+
environmentConfig: {
|
|
445
|
+
executionConfig: {
|
|
446
|
+
idleTtl: "Test string",
|
|
447
|
+
kmsKey: "Test string",
|
|
448
|
+
networkTags: [
|
|
449
|
+
"Test string"
|
|
450
|
+
],
|
|
451
|
+
networkUri: "Test string",
|
|
452
|
+
serviceAccount: "Test string",
|
|
453
|
+
stagingBucket: "Test string",
|
|
454
|
+
subnetworkUri: "Test string",
|
|
455
|
+
ttl: "Test string",
|
|
456
|
+
},
|
|
457
|
+
peripheralsConfig: {
|
|
458
|
+
metastoreService: "Test string",
|
|
459
|
+
sparkHistoryServerConfig: {
|
|
460
|
+
dataprocCluster: "Test string",
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
jupyterSession: {
|
|
465
|
+
displayName: "Test string",
|
|
466
|
+
kernel: "Test string",
|
|
467
|
+
},
|
|
468
|
+
labels: {
|
|
469
|
+
A: "Test string"
|
|
470
|
+
},
|
|
471
|
+
name: "Test string",
|
|
472
|
+
runtimeConfig: {
|
|
473
|
+
containerImage: "Test string",
|
|
474
|
+
properties: {
|
|
475
|
+
A: "Test string"
|
|
476
|
+
},
|
|
477
|
+
repositoryConfig: {
|
|
478
|
+
pypiRepositoryConfig: {
|
|
479
|
+
pypiRepository: "Test string",
|
|
480
|
+
},
|
|
481
|
+
},
|
|
482
|
+
version: "Test string",
|
|
483
|
+
},
|
|
484
|
+
updateTime: "Test string",
|
|
485
|
+
});
|
|
486
|
+
/** Deletes a session template. */
|
|
487
|
+
await gapi.client.dataproc.projects.locations.sessionTemplates.delete({
|
|
488
|
+
name: "Test string",
|
|
489
|
+
});
|
|
490
|
+
/** Gets the resource representation for a session template. */
|
|
491
|
+
await gapi.client.dataproc.projects.locations.sessionTemplates.get({
|
|
492
|
+
name: "Test string",
|
|
493
|
+
});
|
|
494
|
+
/** Lists session templates. */
|
|
495
|
+
await gapi.client.dataproc.projects.locations.sessionTemplates.list({
|
|
496
|
+
filter: "Test string",
|
|
497
|
+
pageSize: 42,
|
|
498
|
+
pageToken: "Test string",
|
|
499
|
+
parent: "Test string",
|
|
500
|
+
});
|
|
501
|
+
/** Updates the session template synchronously. */
|
|
502
|
+
await gapi.client.dataproc.projects.locations.sessionTemplates.patch({
|
|
503
|
+
name: "Test string",
|
|
504
|
+
}, {
|
|
505
|
+
createTime: "Test string",
|
|
506
|
+
creator: "Test string",
|
|
507
|
+
description: "Test string",
|
|
508
|
+
environmentConfig: {
|
|
509
|
+
executionConfig: {
|
|
510
|
+
idleTtl: "Test string",
|
|
511
|
+
kmsKey: "Test string",
|
|
512
|
+
networkTags: [
|
|
513
|
+
"Test string"
|
|
514
|
+
],
|
|
515
|
+
networkUri: "Test string",
|
|
516
|
+
serviceAccount: "Test string",
|
|
517
|
+
stagingBucket: "Test string",
|
|
518
|
+
subnetworkUri: "Test string",
|
|
519
|
+
ttl: "Test string",
|
|
520
|
+
},
|
|
521
|
+
peripheralsConfig: {
|
|
522
|
+
metastoreService: "Test string",
|
|
523
|
+
sparkHistoryServerConfig: {
|
|
524
|
+
dataprocCluster: "Test string",
|
|
525
|
+
},
|
|
526
|
+
},
|
|
527
|
+
},
|
|
528
|
+
jupyterSession: {
|
|
529
|
+
displayName: "Test string",
|
|
530
|
+
kernel: "Test string",
|
|
531
|
+
},
|
|
532
|
+
labels: {
|
|
533
|
+
A: "Test string"
|
|
534
|
+
},
|
|
535
|
+
name: "Test string",
|
|
536
|
+
runtimeConfig: {
|
|
537
|
+
containerImage: "Test string",
|
|
538
|
+
properties: {
|
|
539
|
+
A: "Test string"
|
|
540
|
+
},
|
|
541
|
+
repositoryConfig: {
|
|
542
|
+
pypiRepositoryConfig: {
|
|
543
|
+
pypiRepository: "Test string",
|
|
544
|
+
},
|
|
545
|
+
},
|
|
546
|
+
version: "Test string",
|
|
547
|
+
},
|
|
548
|
+
updateTime: "Test string",
|
|
549
|
+
});
|
|
330
550
|
/** Creates new workflow template. */
|
|
331
551
|
await gapi.client.dataproc.projects.locations.workflowTemplates.create({
|
|
332
552
|
parent: "Test string",
|
|
@@ -607,6 +827,22 @@ gapi.load('client', async () => {
|
|
|
607
827
|
numLocalSsds: 42,
|
|
608
828
|
},
|
|
609
829
|
imageUri: "Test string",
|
|
830
|
+
instanceFlexibilityPolicy: {
|
|
831
|
+
instanceSelectionList: [
|
|
832
|
+
{
|
|
833
|
+
machineTypes: [
|
|
834
|
+
"Test string"
|
|
835
|
+
],
|
|
836
|
+
rank: 42,
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
instanceSelectionResults: [
|
|
840
|
+
{
|
|
841
|
+
machineType: "Test string",
|
|
842
|
+
vmCount: 42,
|
|
843
|
+
}
|
|
844
|
+
],
|
|
845
|
+
},
|
|
610
846
|
instanceNames: [
|
|
611
847
|
"Test string"
|
|
612
848
|
],
|
|
@@ -622,6 +858,7 @@ gapi.load('client', async () => {
|
|
|
622
858
|
machineTypeUri: "Test string",
|
|
623
859
|
managedGroupConfig: {
|
|
624
860
|
instanceGroupManagerName: "Test string",
|
|
861
|
+
instanceGroupManagerUri: "Test string",
|
|
625
862
|
instanceTemplateName: "Test string",
|
|
626
863
|
},
|
|
627
864
|
minCpuPlatform: "Test string",
|
|
@@ -757,6 +994,22 @@ gapi.load('client', async () => {
|
|
|
757
994
|
numLocalSsds: 42,
|
|
758
995
|
},
|
|
759
996
|
imageUri: "Test string",
|
|
997
|
+
instanceFlexibilityPolicy: {
|
|
998
|
+
instanceSelectionList: [
|
|
999
|
+
{
|
|
1000
|
+
machineTypes: [
|
|
1001
|
+
"Test string"
|
|
1002
|
+
],
|
|
1003
|
+
rank: 42,
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
instanceSelectionResults: [
|
|
1007
|
+
{
|
|
1008
|
+
machineType: "Test string",
|
|
1009
|
+
vmCount: 42,
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
},
|
|
760
1013
|
instanceNames: [
|
|
761
1014
|
"Test string"
|
|
762
1015
|
],
|
|
@@ -772,6 +1025,7 @@ gapi.load('client', async () => {
|
|
|
772
1025
|
machineTypeUri: "Test string",
|
|
773
1026
|
managedGroupConfig: {
|
|
774
1027
|
instanceGroupManagerName: "Test string",
|
|
1028
|
+
instanceGroupManagerUri: "Test string",
|
|
775
1029
|
instanceTemplateName: "Test string",
|
|
776
1030
|
},
|
|
777
1031
|
minCpuPlatform: "Test string",
|
|
@@ -796,6 +1050,22 @@ gapi.load('client', async () => {
|
|
|
796
1050
|
numLocalSsds: 42,
|
|
797
1051
|
},
|
|
798
1052
|
imageUri: "Test string",
|
|
1053
|
+
instanceFlexibilityPolicy: {
|
|
1054
|
+
instanceSelectionList: [
|
|
1055
|
+
{
|
|
1056
|
+
machineTypes: [
|
|
1057
|
+
"Test string"
|
|
1058
|
+
],
|
|
1059
|
+
rank: 42,
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
instanceSelectionResults: [
|
|
1063
|
+
{
|
|
1064
|
+
machineType: "Test string",
|
|
1065
|
+
vmCount: 42,
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
},
|
|
799
1069
|
instanceNames: [
|
|
800
1070
|
"Test string"
|
|
801
1071
|
],
|
|
@@ -811,6 +1081,7 @@ gapi.load('client', async () => {
|
|
|
811
1081
|
machineTypeUri: "Test string",
|
|
812
1082
|
managedGroupConfig: {
|
|
813
1083
|
instanceGroupManagerName: "Test string",
|
|
1084
|
+
instanceGroupManagerUri: "Test string",
|
|
814
1085
|
instanceTemplateName: "Test string",
|
|
815
1086
|
},
|
|
816
1087
|
minCpuPlatform: "Test string",
|
|
@@ -866,6 +1137,22 @@ gapi.load('client', async () => {
|
|
|
866
1137
|
numLocalSsds: 42,
|
|
867
1138
|
},
|
|
868
1139
|
imageUri: "Test string",
|
|
1140
|
+
instanceFlexibilityPolicy: {
|
|
1141
|
+
instanceSelectionList: [
|
|
1142
|
+
{
|
|
1143
|
+
machineTypes: [
|
|
1144
|
+
"Test string"
|
|
1145
|
+
],
|
|
1146
|
+
rank: 42,
|
|
1147
|
+
}
|
|
1148
|
+
],
|
|
1149
|
+
instanceSelectionResults: [
|
|
1150
|
+
{
|
|
1151
|
+
machineType: "Test string",
|
|
1152
|
+
vmCount: 42,
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
1155
|
+
},
|
|
869
1156
|
instanceNames: [
|
|
870
1157
|
"Test string"
|
|
871
1158
|
],
|
|
@@ -881,6 +1168,7 @@ gapi.load('client', async () => {
|
|
|
881
1168
|
machineTypeUri: "Test string",
|
|
882
1169
|
managedGroupConfig: {
|
|
883
1170
|
instanceGroupManagerName: "Test string",
|
|
1171
|
+
instanceGroupManagerUri: "Test string",
|
|
884
1172
|
instanceTemplateName: "Test string",
|
|
885
1173
|
},
|
|
886
1174
|
minCpuPlatform: "Test string",
|
|
@@ -1217,6 +1505,22 @@ gapi.load('client', async () => {
|
|
|
1217
1505
|
numLocalSsds: 42,
|
|
1218
1506
|
},
|
|
1219
1507
|
imageUri: "Test string",
|
|
1508
|
+
instanceFlexibilityPolicy: {
|
|
1509
|
+
instanceSelectionList: [
|
|
1510
|
+
{
|
|
1511
|
+
machineTypes: [
|
|
1512
|
+
"Test string"
|
|
1513
|
+
],
|
|
1514
|
+
rank: 42,
|
|
1515
|
+
}
|
|
1516
|
+
],
|
|
1517
|
+
instanceSelectionResults: [
|
|
1518
|
+
{
|
|
1519
|
+
machineType: "Test string",
|
|
1520
|
+
vmCount: 42,
|
|
1521
|
+
}
|
|
1522
|
+
],
|
|
1523
|
+
},
|
|
1220
1524
|
instanceNames: [
|
|
1221
1525
|
"Test string"
|
|
1222
1526
|
],
|
|
@@ -1232,6 +1536,7 @@ gapi.load('client', async () => {
|
|
|
1232
1536
|
machineTypeUri: "Test string",
|
|
1233
1537
|
managedGroupConfig: {
|
|
1234
1538
|
instanceGroupManagerName: "Test string",
|
|
1539
|
+
instanceGroupManagerUri: "Test string",
|
|
1235
1540
|
instanceTemplateName: "Test string",
|
|
1236
1541
|
},
|
|
1237
1542
|
minCpuPlatform: "Test string",
|
|
@@ -1367,6 +1672,22 @@ gapi.load('client', async () => {
|
|
|
1367
1672
|
numLocalSsds: 42,
|
|
1368
1673
|
},
|
|
1369
1674
|
imageUri: "Test string",
|
|
1675
|
+
instanceFlexibilityPolicy: {
|
|
1676
|
+
instanceSelectionList: [
|
|
1677
|
+
{
|
|
1678
|
+
machineTypes: [
|
|
1679
|
+
"Test string"
|
|
1680
|
+
],
|
|
1681
|
+
rank: 42,
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
instanceSelectionResults: [
|
|
1685
|
+
{
|
|
1686
|
+
machineType: "Test string",
|
|
1687
|
+
vmCount: 42,
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
},
|
|
1370
1691
|
instanceNames: [
|
|
1371
1692
|
"Test string"
|
|
1372
1693
|
],
|
|
@@ -1382,6 +1703,7 @@ gapi.load('client', async () => {
|
|
|
1382
1703
|
machineTypeUri: "Test string",
|
|
1383
1704
|
managedGroupConfig: {
|
|
1384
1705
|
instanceGroupManagerName: "Test string",
|
|
1706
|
+
instanceGroupManagerUri: "Test string",
|
|
1385
1707
|
instanceTemplateName: "Test string",
|
|
1386
1708
|
},
|
|
1387
1709
|
minCpuPlatform: "Test string",
|
|
@@ -1406,6 +1728,22 @@ gapi.load('client', async () => {
|
|
|
1406
1728
|
numLocalSsds: 42,
|
|
1407
1729
|
},
|
|
1408
1730
|
imageUri: "Test string",
|
|
1731
|
+
instanceFlexibilityPolicy: {
|
|
1732
|
+
instanceSelectionList: [
|
|
1733
|
+
{
|
|
1734
|
+
machineTypes: [
|
|
1735
|
+
"Test string"
|
|
1736
|
+
],
|
|
1737
|
+
rank: 42,
|
|
1738
|
+
}
|
|
1739
|
+
],
|
|
1740
|
+
instanceSelectionResults: [
|
|
1741
|
+
{
|
|
1742
|
+
machineType: "Test string",
|
|
1743
|
+
vmCount: 42,
|
|
1744
|
+
}
|
|
1745
|
+
],
|
|
1746
|
+
},
|
|
1409
1747
|
instanceNames: [
|
|
1410
1748
|
"Test string"
|
|
1411
1749
|
],
|
|
@@ -1421,6 +1759,7 @@ gapi.load('client', async () => {
|
|
|
1421
1759
|
machineTypeUri: "Test string",
|
|
1422
1760
|
managedGroupConfig: {
|
|
1423
1761
|
instanceGroupManagerName: "Test string",
|
|
1762
|
+
instanceGroupManagerUri: "Test string",
|
|
1424
1763
|
instanceTemplateName: "Test string",
|
|
1425
1764
|
},
|
|
1426
1765
|
minCpuPlatform: "Test string",
|
|
@@ -1476,6 +1815,22 @@ gapi.load('client', async () => {
|
|
|
1476
1815
|
numLocalSsds: 42,
|
|
1477
1816
|
},
|
|
1478
1817
|
imageUri: "Test string",
|
|
1818
|
+
instanceFlexibilityPolicy: {
|
|
1819
|
+
instanceSelectionList: [
|
|
1820
|
+
{
|
|
1821
|
+
machineTypes: [
|
|
1822
|
+
"Test string"
|
|
1823
|
+
],
|
|
1824
|
+
rank: 42,
|
|
1825
|
+
}
|
|
1826
|
+
],
|
|
1827
|
+
instanceSelectionResults: [
|
|
1828
|
+
{
|
|
1829
|
+
machineType: "Test string",
|
|
1830
|
+
vmCount: 42,
|
|
1831
|
+
}
|
|
1832
|
+
],
|
|
1833
|
+
},
|
|
1479
1834
|
instanceNames: [
|
|
1480
1835
|
"Test string"
|
|
1481
1836
|
],
|
|
@@ -1491,6 +1846,7 @@ gapi.load('client', async () => {
|
|
|
1491
1846
|
machineTypeUri: "Test string",
|
|
1492
1847
|
managedGroupConfig: {
|
|
1493
1848
|
instanceGroupManagerName: "Test string",
|
|
1849
|
+
instanceGroupManagerUri: "Test string",
|
|
1494
1850
|
instanceTemplateName: "Test string",
|
|
1495
1851
|
},
|
|
1496
1852
|
minCpuPlatform: "Test string",
|
|
@@ -1827,6 +2183,22 @@ gapi.load('client', async () => {
|
|
|
1827
2183
|
numLocalSsds: 42,
|
|
1828
2184
|
},
|
|
1829
2185
|
imageUri: "Test string",
|
|
2186
|
+
instanceFlexibilityPolicy: {
|
|
2187
|
+
instanceSelectionList: [
|
|
2188
|
+
{
|
|
2189
|
+
machineTypes: [
|
|
2190
|
+
"Test string"
|
|
2191
|
+
],
|
|
2192
|
+
rank: 42,
|
|
2193
|
+
}
|
|
2194
|
+
],
|
|
2195
|
+
instanceSelectionResults: [
|
|
2196
|
+
{
|
|
2197
|
+
machineType: "Test string",
|
|
2198
|
+
vmCount: 42,
|
|
2199
|
+
}
|
|
2200
|
+
],
|
|
2201
|
+
},
|
|
1830
2202
|
instanceNames: [
|
|
1831
2203
|
"Test string"
|
|
1832
2204
|
],
|
|
@@ -1842,6 +2214,7 @@ gapi.load('client', async () => {
|
|
|
1842
2214
|
machineTypeUri: "Test string",
|
|
1843
2215
|
managedGroupConfig: {
|
|
1844
2216
|
instanceGroupManagerName: "Test string",
|
|
2217
|
+
instanceGroupManagerUri: "Test string",
|
|
1845
2218
|
instanceTemplateName: "Test string",
|
|
1846
2219
|
},
|
|
1847
2220
|
minCpuPlatform: "Test string",
|
|
@@ -1977,6 +2350,22 @@ gapi.load('client', async () => {
|
|
|
1977
2350
|
numLocalSsds: 42,
|
|
1978
2351
|
},
|
|
1979
2352
|
imageUri: "Test string",
|
|
2353
|
+
instanceFlexibilityPolicy: {
|
|
2354
|
+
instanceSelectionList: [
|
|
2355
|
+
{
|
|
2356
|
+
machineTypes: [
|
|
2357
|
+
"Test string"
|
|
2358
|
+
],
|
|
2359
|
+
rank: 42,
|
|
2360
|
+
}
|
|
2361
|
+
],
|
|
2362
|
+
instanceSelectionResults: [
|
|
2363
|
+
{
|
|
2364
|
+
machineType: "Test string",
|
|
2365
|
+
vmCount: 42,
|
|
2366
|
+
}
|
|
2367
|
+
],
|
|
2368
|
+
},
|
|
1980
2369
|
instanceNames: [
|
|
1981
2370
|
"Test string"
|
|
1982
2371
|
],
|
|
@@ -1992,6 +2381,7 @@ gapi.load('client', async () => {
|
|
|
1992
2381
|
machineTypeUri: "Test string",
|
|
1993
2382
|
managedGroupConfig: {
|
|
1994
2383
|
instanceGroupManagerName: "Test string",
|
|
2384
|
+
instanceGroupManagerUri: "Test string",
|
|
1995
2385
|
instanceTemplateName: "Test string",
|
|
1996
2386
|
},
|
|
1997
2387
|
minCpuPlatform: "Test string",
|
|
@@ -2016,6 +2406,22 @@ gapi.load('client', async () => {
|
|
|
2016
2406
|
numLocalSsds: 42,
|
|
2017
2407
|
},
|
|
2018
2408
|
imageUri: "Test string",
|
|
2409
|
+
instanceFlexibilityPolicy: {
|
|
2410
|
+
instanceSelectionList: [
|
|
2411
|
+
{
|
|
2412
|
+
machineTypes: [
|
|
2413
|
+
"Test string"
|
|
2414
|
+
],
|
|
2415
|
+
rank: 42,
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
instanceSelectionResults: [
|
|
2419
|
+
{
|
|
2420
|
+
machineType: "Test string",
|
|
2421
|
+
vmCount: 42,
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
},
|
|
2019
2425
|
instanceNames: [
|
|
2020
2426
|
"Test string"
|
|
2021
2427
|
],
|
|
@@ -2031,6 +2437,7 @@ gapi.load('client', async () => {
|
|
|
2031
2437
|
machineTypeUri: "Test string",
|
|
2032
2438
|
managedGroupConfig: {
|
|
2033
2439
|
instanceGroupManagerName: "Test string",
|
|
2440
|
+
instanceGroupManagerUri: "Test string",
|
|
2034
2441
|
instanceTemplateName: "Test string",
|
|
2035
2442
|
},
|
|
2036
2443
|
minCpuPlatform: "Test string",
|
|
@@ -2086,6 +2493,22 @@ gapi.load('client', async () => {
|
|
|
2086
2493
|
numLocalSsds: 42,
|
|
2087
2494
|
},
|
|
2088
2495
|
imageUri: "Test string",
|
|
2496
|
+
instanceFlexibilityPolicy: {
|
|
2497
|
+
instanceSelectionList: [
|
|
2498
|
+
{
|
|
2499
|
+
machineTypes: [
|
|
2500
|
+
"Test string"
|
|
2501
|
+
],
|
|
2502
|
+
rank: 42,
|
|
2503
|
+
}
|
|
2504
|
+
],
|
|
2505
|
+
instanceSelectionResults: [
|
|
2506
|
+
{
|
|
2507
|
+
machineType: "Test string",
|
|
2508
|
+
vmCount: 42,
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
},
|
|
2089
2512
|
instanceNames: [
|
|
2090
2513
|
"Test string"
|
|
2091
2514
|
],
|
|
@@ -2101,6 +2524,7 @@ gapi.load('client', async () => {
|
|
|
2101
2524
|
machineTypeUri: "Test string",
|
|
2102
2525
|
managedGroupConfig: {
|
|
2103
2526
|
instanceGroupManagerName: "Test string",
|
|
2527
|
+
instanceGroupManagerUri: "Test string",
|
|
2104
2528
|
instanceTemplateName: "Test string",
|
|
2105
2529
|
},
|
|
2106
2530
|
minCpuPlatform: "Test string",
|
|
@@ -2284,6 +2708,22 @@ gapi.load('client', async () => {
|
|
|
2284
2708
|
numLocalSsds: 42,
|
|
2285
2709
|
},
|
|
2286
2710
|
imageUri: "Test string",
|
|
2711
|
+
instanceFlexibilityPolicy: {
|
|
2712
|
+
instanceSelectionList: [
|
|
2713
|
+
{
|
|
2714
|
+
machineTypes: [
|
|
2715
|
+
"Test string"
|
|
2716
|
+
],
|
|
2717
|
+
rank: 42,
|
|
2718
|
+
}
|
|
2719
|
+
],
|
|
2720
|
+
instanceSelectionResults: [
|
|
2721
|
+
{
|
|
2722
|
+
machineType: "Test string",
|
|
2723
|
+
vmCount: 42,
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
},
|
|
2287
2727
|
instanceNames: [
|
|
2288
2728
|
"Test string"
|
|
2289
2729
|
],
|
|
@@ -2299,6 +2739,7 @@ gapi.load('client', async () => {
|
|
|
2299
2739
|
machineTypeUri: "Test string",
|
|
2300
2740
|
managedGroupConfig: {
|
|
2301
2741
|
instanceGroupManagerName: "Test string",
|
|
2742
|
+
instanceGroupManagerUri: "Test string",
|
|
2302
2743
|
instanceTemplateName: "Test string",
|
|
2303
2744
|
},
|
|
2304
2745
|
minCpuPlatform: "Test string",
|
|
@@ -2434,6 +2875,22 @@ gapi.load('client', async () => {
|
|
|
2434
2875
|
numLocalSsds: 42,
|
|
2435
2876
|
},
|
|
2436
2877
|
imageUri: "Test string",
|
|
2878
|
+
instanceFlexibilityPolicy: {
|
|
2879
|
+
instanceSelectionList: [
|
|
2880
|
+
{
|
|
2881
|
+
machineTypes: [
|
|
2882
|
+
"Test string"
|
|
2883
|
+
],
|
|
2884
|
+
rank: 42,
|
|
2885
|
+
}
|
|
2886
|
+
],
|
|
2887
|
+
instanceSelectionResults: [
|
|
2888
|
+
{
|
|
2889
|
+
machineType: "Test string",
|
|
2890
|
+
vmCount: 42,
|
|
2891
|
+
}
|
|
2892
|
+
],
|
|
2893
|
+
},
|
|
2437
2894
|
instanceNames: [
|
|
2438
2895
|
"Test string"
|
|
2439
2896
|
],
|
|
@@ -2449,6 +2906,7 @@ gapi.load('client', async () => {
|
|
|
2449
2906
|
machineTypeUri: "Test string",
|
|
2450
2907
|
managedGroupConfig: {
|
|
2451
2908
|
instanceGroupManagerName: "Test string",
|
|
2909
|
+
instanceGroupManagerUri: "Test string",
|
|
2452
2910
|
instanceTemplateName: "Test string",
|
|
2453
2911
|
},
|
|
2454
2912
|
minCpuPlatform: "Test string",
|
|
@@ -2473,6 +2931,22 @@ gapi.load('client', async () => {
|
|
|
2473
2931
|
numLocalSsds: 42,
|
|
2474
2932
|
},
|
|
2475
2933
|
imageUri: "Test string",
|
|
2934
|
+
instanceFlexibilityPolicy: {
|
|
2935
|
+
instanceSelectionList: [
|
|
2936
|
+
{
|
|
2937
|
+
machineTypes: [
|
|
2938
|
+
"Test string"
|
|
2939
|
+
],
|
|
2940
|
+
rank: 42,
|
|
2941
|
+
}
|
|
2942
|
+
],
|
|
2943
|
+
instanceSelectionResults: [
|
|
2944
|
+
{
|
|
2945
|
+
machineType: "Test string",
|
|
2946
|
+
vmCount: 42,
|
|
2947
|
+
}
|
|
2948
|
+
],
|
|
2949
|
+
},
|
|
2476
2950
|
instanceNames: [
|
|
2477
2951
|
"Test string"
|
|
2478
2952
|
],
|
|
@@ -2488,6 +2962,7 @@ gapi.load('client', async () => {
|
|
|
2488
2962
|
machineTypeUri: "Test string",
|
|
2489
2963
|
managedGroupConfig: {
|
|
2490
2964
|
instanceGroupManagerName: "Test string",
|
|
2965
|
+
instanceGroupManagerUri: "Test string",
|
|
2491
2966
|
instanceTemplateName: "Test string",
|
|
2492
2967
|
},
|
|
2493
2968
|
minCpuPlatform: "Test string",
|
|
@@ -2543,6 +3018,22 @@ gapi.load('client', async () => {
|
|
|
2543
3018
|
numLocalSsds: 42,
|
|
2544
3019
|
},
|
|
2545
3020
|
imageUri: "Test string",
|
|
3021
|
+
instanceFlexibilityPolicy: {
|
|
3022
|
+
instanceSelectionList: [
|
|
3023
|
+
{
|
|
3024
|
+
machineTypes: [
|
|
3025
|
+
"Test string"
|
|
3026
|
+
],
|
|
3027
|
+
rank: 42,
|
|
3028
|
+
}
|
|
3029
|
+
],
|
|
3030
|
+
instanceSelectionResults: [
|
|
3031
|
+
{
|
|
3032
|
+
machineType: "Test string",
|
|
3033
|
+
vmCount: 42,
|
|
3034
|
+
}
|
|
3035
|
+
],
|
|
3036
|
+
},
|
|
2546
3037
|
instanceNames: [
|
|
2547
3038
|
"Test string"
|
|
2548
3039
|
],
|
|
@@ -2558,6 +3049,7 @@ gapi.load('client', async () => {
|
|
|
2558
3049
|
machineTypeUri: "Test string",
|
|
2559
3050
|
managedGroupConfig: {
|
|
2560
3051
|
instanceGroupManagerName: "Test string",
|
|
3052
|
+
instanceGroupManagerUri: "Test string",
|
|
2561
3053
|
instanceTemplateName: "Test string",
|
|
2562
3054
|
},
|
|
2563
3055
|
minCpuPlatform: "Test string",
|
|
@@ -2684,6 +3176,7 @@ gapi.load('client', async () => {
|
|
|
2684
3176
|
jobs: [
|
|
2685
3177
|
"Test string"
|
|
2686
3178
|
],
|
|
3179
|
+
tarballGcsDir: "Test string",
|
|
2687
3180
|
yarnApplicationId: "Test string",
|
|
2688
3181
|
yarnApplicationIds: [
|
|
2689
3182
|
"Test string"
|
|
@@ -2759,6 +3252,22 @@ gapi.load('client', async () => {
|
|
|
2759
3252
|
numLocalSsds: 42,
|
|
2760
3253
|
},
|
|
2761
3254
|
imageUri: "Test string",
|
|
3255
|
+
instanceFlexibilityPolicy: {
|
|
3256
|
+
instanceSelectionList: [
|
|
3257
|
+
{
|
|
3258
|
+
machineTypes: [
|
|
3259
|
+
"Test string"
|
|
3260
|
+
],
|
|
3261
|
+
rank: 42,
|
|
3262
|
+
}
|
|
3263
|
+
],
|
|
3264
|
+
instanceSelectionResults: [
|
|
3265
|
+
{
|
|
3266
|
+
machineType: "Test string",
|
|
3267
|
+
vmCount: 42,
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
},
|
|
2762
3271
|
instanceNames: [
|
|
2763
3272
|
"Test string"
|
|
2764
3273
|
],
|
|
@@ -2774,6 +3283,7 @@ gapi.load('client', async () => {
|
|
|
2774
3283
|
machineTypeUri: "Test string",
|
|
2775
3284
|
managedGroupConfig: {
|
|
2776
3285
|
instanceGroupManagerName: "Test string",
|
|
3286
|
+
instanceGroupManagerUri: "Test string",
|
|
2777
3287
|
instanceTemplateName: "Test string",
|
|
2778
3288
|
},
|
|
2779
3289
|
minCpuPlatform: "Test string",
|
|
@@ -2909,6 +3419,22 @@ gapi.load('client', async () => {
|
|
|
2909
3419
|
numLocalSsds: 42,
|
|
2910
3420
|
},
|
|
2911
3421
|
imageUri: "Test string",
|
|
3422
|
+
instanceFlexibilityPolicy: {
|
|
3423
|
+
instanceSelectionList: [
|
|
3424
|
+
{
|
|
3425
|
+
machineTypes: [
|
|
3426
|
+
"Test string"
|
|
3427
|
+
],
|
|
3428
|
+
rank: 42,
|
|
3429
|
+
}
|
|
3430
|
+
],
|
|
3431
|
+
instanceSelectionResults: [
|
|
3432
|
+
{
|
|
3433
|
+
machineType: "Test string",
|
|
3434
|
+
vmCount: 42,
|
|
3435
|
+
}
|
|
3436
|
+
],
|
|
3437
|
+
},
|
|
2912
3438
|
instanceNames: [
|
|
2913
3439
|
"Test string"
|
|
2914
3440
|
],
|
|
@@ -2924,6 +3450,7 @@ gapi.load('client', async () => {
|
|
|
2924
3450
|
machineTypeUri: "Test string",
|
|
2925
3451
|
managedGroupConfig: {
|
|
2926
3452
|
instanceGroupManagerName: "Test string",
|
|
3453
|
+
instanceGroupManagerUri: "Test string",
|
|
2927
3454
|
instanceTemplateName: "Test string",
|
|
2928
3455
|
},
|
|
2929
3456
|
minCpuPlatform: "Test string",
|
|
@@ -2948,6 +3475,22 @@ gapi.load('client', async () => {
|
|
|
2948
3475
|
numLocalSsds: 42,
|
|
2949
3476
|
},
|
|
2950
3477
|
imageUri: "Test string",
|
|
3478
|
+
instanceFlexibilityPolicy: {
|
|
3479
|
+
instanceSelectionList: [
|
|
3480
|
+
{
|
|
3481
|
+
machineTypes: [
|
|
3482
|
+
"Test string"
|
|
3483
|
+
],
|
|
3484
|
+
rank: 42,
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
instanceSelectionResults: [
|
|
3488
|
+
{
|
|
3489
|
+
machineType: "Test string",
|
|
3490
|
+
vmCount: 42,
|
|
3491
|
+
}
|
|
3492
|
+
],
|
|
3493
|
+
},
|
|
2951
3494
|
instanceNames: [
|
|
2952
3495
|
"Test string"
|
|
2953
3496
|
],
|
|
@@ -2963,6 +3506,7 @@ gapi.load('client', async () => {
|
|
|
2963
3506
|
machineTypeUri: "Test string",
|
|
2964
3507
|
managedGroupConfig: {
|
|
2965
3508
|
instanceGroupManagerName: "Test string",
|
|
3509
|
+
instanceGroupManagerUri: "Test string",
|
|
2966
3510
|
instanceTemplateName: "Test string",
|
|
2967
3511
|
},
|
|
2968
3512
|
minCpuPlatform: "Test string",
|
|
@@ -3018,6 +3562,22 @@ gapi.load('client', async () => {
|
|
|
3018
3562
|
numLocalSsds: 42,
|
|
3019
3563
|
},
|
|
3020
3564
|
imageUri: "Test string",
|
|
3565
|
+
instanceFlexibilityPolicy: {
|
|
3566
|
+
instanceSelectionList: [
|
|
3567
|
+
{
|
|
3568
|
+
machineTypes: [
|
|
3569
|
+
"Test string"
|
|
3570
|
+
],
|
|
3571
|
+
rank: 42,
|
|
3572
|
+
}
|
|
3573
|
+
],
|
|
3574
|
+
instanceSelectionResults: [
|
|
3575
|
+
{
|
|
3576
|
+
machineType: "Test string",
|
|
3577
|
+
vmCount: 42,
|
|
3578
|
+
}
|
|
3579
|
+
],
|
|
3580
|
+
},
|
|
3021
3581
|
instanceNames: [
|
|
3022
3582
|
"Test string"
|
|
3023
3583
|
],
|
|
@@ -3033,6 +3593,7 @@ gapi.load('client', async () => {
|
|
|
3033
3593
|
machineTypeUri: "Test string",
|
|
3034
3594
|
managedGroupConfig: {
|
|
3035
3595
|
instanceGroupManagerName: "Test string",
|
|
3596
|
+
instanceGroupManagerUri: "Test string",
|
|
3036
3597
|
instanceTemplateName: "Test string",
|
|
3037
3598
|
},
|
|
3038
3599
|
minCpuPlatform: "Test string",
|
|
@@ -3228,6 +3789,22 @@ gapi.load('client', async () => {
|
|
|
3228
3789
|
numLocalSsds: 42,
|
|
3229
3790
|
},
|
|
3230
3791
|
imageUri: "Test string",
|
|
3792
|
+
instanceFlexibilityPolicy: {
|
|
3793
|
+
instanceSelectionList: [
|
|
3794
|
+
{
|
|
3795
|
+
machineTypes: [
|
|
3796
|
+
"Test string"
|
|
3797
|
+
],
|
|
3798
|
+
rank: 42,
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
instanceSelectionResults: [
|
|
3802
|
+
{
|
|
3803
|
+
machineType: "Test string",
|
|
3804
|
+
vmCount: 42,
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
},
|
|
3231
3808
|
instanceNames: [
|
|
3232
3809
|
"Test string"
|
|
3233
3810
|
],
|
|
@@ -3243,6 +3820,7 @@ gapi.load('client', async () => {
|
|
|
3243
3820
|
machineTypeUri: "Test string",
|
|
3244
3821
|
managedGroupConfig: {
|
|
3245
3822
|
instanceGroupManagerName: "Test string",
|
|
3823
|
+
instanceGroupManagerUri: "Test string",
|
|
3246
3824
|
instanceTemplateName: "Test string",
|
|
3247
3825
|
},
|
|
3248
3826
|
minCpuPlatform: "Test string",
|
|
@@ -4517,6 +5095,22 @@ gapi.load('client', async () => {
|
|
|
4517
5095
|
numLocalSsds: 42,
|
|
4518
5096
|
},
|
|
4519
5097
|
imageUri: "Test string",
|
|
5098
|
+
instanceFlexibilityPolicy: {
|
|
5099
|
+
instanceSelectionList: [
|
|
5100
|
+
{
|
|
5101
|
+
machineTypes: [
|
|
5102
|
+
"Test string"
|
|
5103
|
+
],
|
|
5104
|
+
rank: 42,
|
|
5105
|
+
}
|
|
5106
|
+
],
|
|
5107
|
+
instanceSelectionResults: [
|
|
5108
|
+
{
|
|
5109
|
+
machineType: "Test string",
|
|
5110
|
+
vmCount: 42,
|
|
5111
|
+
}
|
|
5112
|
+
],
|
|
5113
|
+
},
|
|
4520
5114
|
instanceNames: [
|
|
4521
5115
|
"Test string"
|
|
4522
5116
|
],
|
|
@@ -4532,6 +5126,7 @@ gapi.load('client', async () => {
|
|
|
4532
5126
|
machineTypeUri: "Test string",
|
|
4533
5127
|
managedGroupConfig: {
|
|
4534
5128
|
instanceGroupManagerName: "Test string",
|
|
5129
|
+
instanceGroupManagerUri: "Test string",
|
|
4535
5130
|
instanceTemplateName: "Test string",
|
|
4536
5131
|
},
|
|
4537
5132
|
minCpuPlatform: "Test string",
|
|
@@ -4667,6 +5262,22 @@ gapi.load('client', async () => {
|
|
|
4667
5262
|
numLocalSsds: 42,
|
|
4668
5263
|
},
|
|
4669
5264
|
imageUri: "Test string",
|
|
5265
|
+
instanceFlexibilityPolicy: {
|
|
5266
|
+
instanceSelectionList: [
|
|
5267
|
+
{
|
|
5268
|
+
machineTypes: [
|
|
5269
|
+
"Test string"
|
|
5270
|
+
],
|
|
5271
|
+
rank: 42,
|
|
5272
|
+
}
|
|
5273
|
+
],
|
|
5274
|
+
instanceSelectionResults: [
|
|
5275
|
+
{
|
|
5276
|
+
machineType: "Test string",
|
|
5277
|
+
vmCount: 42,
|
|
5278
|
+
}
|
|
5279
|
+
],
|
|
5280
|
+
},
|
|
4670
5281
|
instanceNames: [
|
|
4671
5282
|
"Test string"
|
|
4672
5283
|
],
|
|
@@ -4682,6 +5293,7 @@ gapi.load('client', async () => {
|
|
|
4682
5293
|
machineTypeUri: "Test string",
|
|
4683
5294
|
managedGroupConfig: {
|
|
4684
5295
|
instanceGroupManagerName: "Test string",
|
|
5296
|
+
instanceGroupManagerUri: "Test string",
|
|
4685
5297
|
instanceTemplateName: "Test string",
|
|
4686
5298
|
},
|
|
4687
5299
|
minCpuPlatform: "Test string",
|
|
@@ -4706,6 +5318,22 @@ gapi.load('client', async () => {
|
|
|
4706
5318
|
numLocalSsds: 42,
|
|
4707
5319
|
},
|
|
4708
5320
|
imageUri: "Test string",
|
|
5321
|
+
instanceFlexibilityPolicy: {
|
|
5322
|
+
instanceSelectionList: [
|
|
5323
|
+
{
|
|
5324
|
+
machineTypes: [
|
|
5325
|
+
"Test string"
|
|
5326
|
+
],
|
|
5327
|
+
rank: 42,
|
|
5328
|
+
}
|
|
5329
|
+
],
|
|
5330
|
+
instanceSelectionResults: [
|
|
5331
|
+
{
|
|
5332
|
+
machineType: "Test string",
|
|
5333
|
+
vmCount: 42,
|
|
5334
|
+
}
|
|
5335
|
+
],
|
|
5336
|
+
},
|
|
4709
5337
|
instanceNames: [
|
|
4710
5338
|
"Test string"
|
|
4711
5339
|
],
|
|
@@ -4721,6 +5349,7 @@ gapi.load('client', async () => {
|
|
|
4721
5349
|
machineTypeUri: "Test string",
|
|
4722
5350
|
managedGroupConfig: {
|
|
4723
5351
|
instanceGroupManagerName: "Test string",
|
|
5352
|
+
instanceGroupManagerUri: "Test string",
|
|
4724
5353
|
instanceTemplateName: "Test string",
|
|
4725
5354
|
},
|
|
4726
5355
|
minCpuPlatform: "Test string",
|
|
@@ -4776,6 +5405,22 @@ gapi.load('client', async () => {
|
|
|
4776
5405
|
numLocalSsds: 42,
|
|
4777
5406
|
},
|
|
4778
5407
|
imageUri: "Test string",
|
|
5408
|
+
instanceFlexibilityPolicy: {
|
|
5409
|
+
instanceSelectionList: [
|
|
5410
|
+
{
|
|
5411
|
+
machineTypes: [
|
|
5412
|
+
"Test string"
|
|
5413
|
+
],
|
|
5414
|
+
rank: 42,
|
|
5415
|
+
}
|
|
5416
|
+
],
|
|
5417
|
+
instanceSelectionResults: [
|
|
5418
|
+
{
|
|
5419
|
+
machineType: "Test string",
|
|
5420
|
+
vmCount: 42,
|
|
5421
|
+
}
|
|
5422
|
+
],
|
|
5423
|
+
},
|
|
4779
5424
|
instanceNames: [
|
|
4780
5425
|
"Test string"
|
|
4781
5426
|
],
|
|
@@ -4791,6 +5436,7 @@ gapi.load('client', async () => {
|
|
|
4791
5436
|
machineTypeUri: "Test string",
|
|
4792
5437
|
managedGroupConfig: {
|
|
4793
5438
|
instanceGroupManagerName: "Test string",
|
|
5439
|
+
instanceGroupManagerUri: "Test string",
|
|
4794
5440
|
instanceTemplateName: "Test string",
|
|
4795
5441
|
},
|
|
4796
5442
|
minCpuPlatform: "Test string",
|
|
@@ -5127,6 +5773,22 @@ gapi.load('client', async () => {
|
|
|
5127
5773
|
numLocalSsds: 42,
|
|
5128
5774
|
},
|
|
5129
5775
|
imageUri: "Test string",
|
|
5776
|
+
instanceFlexibilityPolicy: {
|
|
5777
|
+
instanceSelectionList: [
|
|
5778
|
+
{
|
|
5779
|
+
machineTypes: [
|
|
5780
|
+
"Test string"
|
|
5781
|
+
],
|
|
5782
|
+
rank: 42,
|
|
5783
|
+
}
|
|
5784
|
+
],
|
|
5785
|
+
instanceSelectionResults: [
|
|
5786
|
+
{
|
|
5787
|
+
machineType: "Test string",
|
|
5788
|
+
vmCount: 42,
|
|
5789
|
+
}
|
|
5790
|
+
],
|
|
5791
|
+
},
|
|
5130
5792
|
instanceNames: [
|
|
5131
5793
|
"Test string"
|
|
5132
5794
|
],
|
|
@@ -5142,6 +5804,7 @@ gapi.load('client', async () => {
|
|
|
5142
5804
|
machineTypeUri: "Test string",
|
|
5143
5805
|
managedGroupConfig: {
|
|
5144
5806
|
instanceGroupManagerName: "Test string",
|
|
5807
|
+
instanceGroupManagerUri: "Test string",
|
|
5145
5808
|
instanceTemplateName: "Test string",
|
|
5146
5809
|
},
|
|
5147
5810
|
minCpuPlatform: "Test string",
|
|
@@ -5277,6 +5940,22 @@ gapi.load('client', async () => {
|
|
|
5277
5940
|
numLocalSsds: 42,
|
|
5278
5941
|
},
|
|
5279
5942
|
imageUri: "Test string",
|
|
5943
|
+
instanceFlexibilityPolicy: {
|
|
5944
|
+
instanceSelectionList: [
|
|
5945
|
+
{
|
|
5946
|
+
machineTypes: [
|
|
5947
|
+
"Test string"
|
|
5948
|
+
],
|
|
5949
|
+
rank: 42,
|
|
5950
|
+
}
|
|
5951
|
+
],
|
|
5952
|
+
instanceSelectionResults: [
|
|
5953
|
+
{
|
|
5954
|
+
machineType: "Test string",
|
|
5955
|
+
vmCount: 42,
|
|
5956
|
+
}
|
|
5957
|
+
],
|
|
5958
|
+
},
|
|
5280
5959
|
instanceNames: [
|
|
5281
5960
|
"Test string"
|
|
5282
5961
|
],
|
|
@@ -5292,6 +5971,7 @@ gapi.load('client', async () => {
|
|
|
5292
5971
|
machineTypeUri: "Test string",
|
|
5293
5972
|
managedGroupConfig: {
|
|
5294
5973
|
instanceGroupManagerName: "Test string",
|
|
5974
|
+
instanceGroupManagerUri: "Test string",
|
|
5295
5975
|
instanceTemplateName: "Test string",
|
|
5296
5976
|
},
|
|
5297
5977
|
minCpuPlatform: "Test string",
|
|
@@ -5316,6 +5996,22 @@ gapi.load('client', async () => {
|
|
|
5316
5996
|
numLocalSsds: 42,
|
|
5317
5997
|
},
|
|
5318
5998
|
imageUri: "Test string",
|
|
5999
|
+
instanceFlexibilityPolicy: {
|
|
6000
|
+
instanceSelectionList: [
|
|
6001
|
+
{
|
|
6002
|
+
machineTypes: [
|
|
6003
|
+
"Test string"
|
|
6004
|
+
],
|
|
6005
|
+
rank: 42,
|
|
6006
|
+
}
|
|
6007
|
+
],
|
|
6008
|
+
instanceSelectionResults: [
|
|
6009
|
+
{
|
|
6010
|
+
machineType: "Test string",
|
|
6011
|
+
vmCount: 42,
|
|
6012
|
+
}
|
|
6013
|
+
],
|
|
6014
|
+
},
|
|
5319
6015
|
instanceNames: [
|
|
5320
6016
|
"Test string"
|
|
5321
6017
|
],
|
|
@@ -5331,6 +6027,7 @@ gapi.load('client', async () => {
|
|
|
5331
6027
|
machineTypeUri: "Test string",
|
|
5332
6028
|
managedGroupConfig: {
|
|
5333
6029
|
instanceGroupManagerName: "Test string",
|
|
6030
|
+
instanceGroupManagerUri: "Test string",
|
|
5334
6031
|
instanceTemplateName: "Test string",
|
|
5335
6032
|
},
|
|
5336
6033
|
minCpuPlatform: "Test string",
|
|
@@ -5386,6 +6083,22 @@ gapi.load('client', async () => {
|
|
|
5386
6083
|
numLocalSsds: 42,
|
|
5387
6084
|
},
|
|
5388
6085
|
imageUri: "Test string",
|
|
6086
|
+
instanceFlexibilityPolicy: {
|
|
6087
|
+
instanceSelectionList: [
|
|
6088
|
+
{
|
|
6089
|
+
machineTypes: [
|
|
6090
|
+
"Test string"
|
|
6091
|
+
],
|
|
6092
|
+
rank: 42,
|
|
6093
|
+
}
|
|
6094
|
+
],
|
|
6095
|
+
instanceSelectionResults: [
|
|
6096
|
+
{
|
|
6097
|
+
machineType: "Test string",
|
|
6098
|
+
vmCount: 42,
|
|
6099
|
+
}
|
|
6100
|
+
],
|
|
6101
|
+
},
|
|
5389
6102
|
instanceNames: [
|
|
5390
6103
|
"Test string"
|
|
5391
6104
|
],
|
|
@@ -5401,6 +6114,7 @@ gapi.load('client', async () => {
|
|
|
5401
6114
|
machineTypeUri: "Test string",
|
|
5402
6115
|
managedGroupConfig: {
|
|
5403
6116
|
instanceGroupManagerName: "Test string",
|
|
6117
|
+
instanceGroupManagerUri: "Test string",
|
|
5404
6118
|
instanceTemplateName: "Test string",
|
|
5405
6119
|
},
|
|
5406
6120
|
minCpuPlatform: "Test string",
|
|
@@ -5737,6 +6451,22 @@ gapi.load('client', async () => {
|
|
|
5737
6451
|
numLocalSsds: 42,
|
|
5738
6452
|
},
|
|
5739
6453
|
imageUri: "Test string",
|
|
6454
|
+
instanceFlexibilityPolicy: {
|
|
6455
|
+
instanceSelectionList: [
|
|
6456
|
+
{
|
|
6457
|
+
machineTypes: [
|
|
6458
|
+
"Test string"
|
|
6459
|
+
],
|
|
6460
|
+
rank: 42,
|
|
6461
|
+
}
|
|
6462
|
+
],
|
|
6463
|
+
instanceSelectionResults: [
|
|
6464
|
+
{
|
|
6465
|
+
machineType: "Test string",
|
|
6466
|
+
vmCount: 42,
|
|
6467
|
+
}
|
|
6468
|
+
],
|
|
6469
|
+
},
|
|
5740
6470
|
instanceNames: [
|
|
5741
6471
|
"Test string"
|
|
5742
6472
|
],
|
|
@@ -5752,6 +6482,7 @@ gapi.load('client', async () => {
|
|
|
5752
6482
|
machineTypeUri: "Test string",
|
|
5753
6483
|
managedGroupConfig: {
|
|
5754
6484
|
instanceGroupManagerName: "Test string",
|
|
6485
|
+
instanceGroupManagerUri: "Test string",
|
|
5755
6486
|
instanceTemplateName: "Test string",
|
|
5756
6487
|
},
|
|
5757
6488
|
minCpuPlatform: "Test string",
|
|
@@ -5887,6 +6618,22 @@ gapi.load('client', async () => {
|
|
|
5887
6618
|
numLocalSsds: 42,
|
|
5888
6619
|
},
|
|
5889
6620
|
imageUri: "Test string",
|
|
6621
|
+
instanceFlexibilityPolicy: {
|
|
6622
|
+
instanceSelectionList: [
|
|
6623
|
+
{
|
|
6624
|
+
machineTypes: [
|
|
6625
|
+
"Test string"
|
|
6626
|
+
],
|
|
6627
|
+
rank: 42,
|
|
6628
|
+
}
|
|
6629
|
+
],
|
|
6630
|
+
instanceSelectionResults: [
|
|
6631
|
+
{
|
|
6632
|
+
machineType: "Test string",
|
|
6633
|
+
vmCount: 42,
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
},
|
|
5890
6637
|
instanceNames: [
|
|
5891
6638
|
"Test string"
|
|
5892
6639
|
],
|
|
@@ -5902,6 +6649,7 @@ gapi.load('client', async () => {
|
|
|
5902
6649
|
machineTypeUri: "Test string",
|
|
5903
6650
|
managedGroupConfig: {
|
|
5904
6651
|
instanceGroupManagerName: "Test string",
|
|
6652
|
+
instanceGroupManagerUri: "Test string",
|
|
5905
6653
|
instanceTemplateName: "Test string",
|
|
5906
6654
|
},
|
|
5907
6655
|
minCpuPlatform: "Test string",
|
|
@@ -5926,6 +6674,22 @@ gapi.load('client', async () => {
|
|
|
5926
6674
|
numLocalSsds: 42,
|
|
5927
6675
|
},
|
|
5928
6676
|
imageUri: "Test string",
|
|
6677
|
+
instanceFlexibilityPolicy: {
|
|
6678
|
+
instanceSelectionList: [
|
|
6679
|
+
{
|
|
6680
|
+
machineTypes: [
|
|
6681
|
+
"Test string"
|
|
6682
|
+
],
|
|
6683
|
+
rank: 42,
|
|
6684
|
+
}
|
|
6685
|
+
],
|
|
6686
|
+
instanceSelectionResults: [
|
|
6687
|
+
{
|
|
6688
|
+
machineType: "Test string",
|
|
6689
|
+
vmCount: 42,
|
|
6690
|
+
}
|
|
6691
|
+
],
|
|
6692
|
+
},
|
|
5929
6693
|
instanceNames: [
|
|
5930
6694
|
"Test string"
|
|
5931
6695
|
],
|
|
@@ -5941,6 +6705,7 @@ gapi.load('client', async () => {
|
|
|
5941
6705
|
machineTypeUri: "Test string",
|
|
5942
6706
|
managedGroupConfig: {
|
|
5943
6707
|
instanceGroupManagerName: "Test string",
|
|
6708
|
+
instanceGroupManagerUri: "Test string",
|
|
5944
6709
|
instanceTemplateName: "Test string",
|
|
5945
6710
|
},
|
|
5946
6711
|
minCpuPlatform: "Test string",
|
|
@@ -5996,6 +6761,22 @@ gapi.load('client', async () => {
|
|
|
5996
6761
|
numLocalSsds: 42,
|
|
5997
6762
|
},
|
|
5998
6763
|
imageUri: "Test string",
|
|
6764
|
+
instanceFlexibilityPolicy: {
|
|
6765
|
+
instanceSelectionList: [
|
|
6766
|
+
{
|
|
6767
|
+
machineTypes: [
|
|
6768
|
+
"Test string"
|
|
6769
|
+
],
|
|
6770
|
+
rank: 42,
|
|
6771
|
+
}
|
|
6772
|
+
],
|
|
6773
|
+
instanceSelectionResults: [
|
|
6774
|
+
{
|
|
6775
|
+
machineType: "Test string",
|
|
6776
|
+
vmCount: 42,
|
|
6777
|
+
}
|
|
6778
|
+
],
|
|
6779
|
+
},
|
|
5999
6780
|
instanceNames: [
|
|
6000
6781
|
"Test string"
|
|
6001
6782
|
],
|
|
@@ -6011,6 +6792,7 @@ gapi.load('client', async () => {
|
|
|
6011
6792
|
machineTypeUri: "Test string",
|
|
6012
6793
|
managedGroupConfig: {
|
|
6013
6794
|
instanceGroupManagerName: "Test string",
|
|
6795
|
+
instanceGroupManagerUri: "Test string",
|
|
6014
6796
|
instanceTemplateName: "Test string",
|
|
6015
6797
|
},
|
|
6016
6798
|
minCpuPlatform: "Test string",
|