@parallelworks/client 7.86.0 → 7.86.1
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/dist/types/api.d.ts +30 -0
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -13580,6 +13580,8 @@ export interface components {
|
|
|
13580
13580
|
architecture?: string;
|
|
13581
13581
|
controllerImage?: string;
|
|
13582
13582
|
controllerInstanceType?: string;
|
|
13583
|
+
/** @description Desktop session settings. */
|
|
13584
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
13583
13585
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
13584
13586
|
healthCheck?: string;
|
|
13585
13587
|
partitions?: components["schemas"]["AwsSlurmPartition"][] | null;
|
|
@@ -13666,6 +13668,8 @@ export interface components {
|
|
|
13666
13668
|
architecture?: string;
|
|
13667
13669
|
controllerImage?: string;
|
|
13668
13670
|
controllerInstanceType?: string;
|
|
13671
|
+
/** @description Desktop session settings. */
|
|
13672
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
13669
13673
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
13670
13674
|
healthCheck?: string;
|
|
13671
13675
|
/** @description Mount point of the controller's local disk; only applies when the controller instance type has a local disk. */
|
|
@@ -13769,6 +13773,8 @@ export interface components {
|
|
|
13769
13773
|
controllerImage?: string;
|
|
13770
13774
|
controllerInstanceType?: string;
|
|
13771
13775
|
controllerTier1?: boolean;
|
|
13776
|
+
/** @description Desktop session settings. */
|
|
13777
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
13772
13778
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
13773
13779
|
healthCheck?: string;
|
|
13774
13780
|
partitions?: components["schemas"]["GoogleSlurmPartition"][] | null;
|
|
@@ -13801,6 +13807,8 @@ export interface components {
|
|
|
13801
13807
|
AddOpenstackSlurmVersionInputBody: {
|
|
13802
13808
|
controllerImage?: string;
|
|
13803
13809
|
controllerInstanceType?: string;
|
|
13810
|
+
/** @description Desktop session settings. */
|
|
13811
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
13804
13812
|
floatingIpNetwork?: string;
|
|
13805
13813
|
healthCheck?: string;
|
|
13806
13814
|
networkId?: string;
|
|
@@ -13843,6 +13851,8 @@ export interface components {
|
|
|
13843
13851
|
controllerMemoryGb?: number;
|
|
13844
13852
|
/** @description OCPU count when the controller instance type is a flexible shape. */
|
|
13845
13853
|
controllerOcpus?: number;
|
|
13854
|
+
/** @description Desktop session settings. */
|
|
13855
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
13846
13856
|
healthCheck?: string;
|
|
13847
13857
|
partitions?: components["schemas"]["OracleSlurmPartition"][] | null;
|
|
13848
13858
|
region?: string;
|
|
@@ -14731,6 +14741,8 @@ export interface components {
|
|
|
14731
14741
|
architecture?: string;
|
|
14732
14742
|
controllerImage?: string;
|
|
14733
14743
|
controllerInstanceType?: string;
|
|
14744
|
+
/** @description Desktop session settings. */
|
|
14745
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
14734
14746
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
14735
14747
|
healthCheck?: string;
|
|
14736
14748
|
partitions?: components["schemas"]["AwsSlurmPartition"][] | null;
|
|
@@ -15365,6 +15377,8 @@ export interface components {
|
|
|
15365
15377
|
architecture?: string;
|
|
15366
15378
|
controllerImage?: string;
|
|
15367
15379
|
controllerInstanceType?: string;
|
|
15380
|
+
/** @description Desktop session settings. */
|
|
15381
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
15368
15382
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
15369
15383
|
healthCheck?: string;
|
|
15370
15384
|
/** @description Mount point of the controller's local disk; only applies when the controller instance type has a local disk. */
|
|
@@ -19112,6 +19126,8 @@ export interface components {
|
|
|
19112
19126
|
controllerImage?: string;
|
|
19113
19127
|
controllerInstanceType?: string;
|
|
19114
19128
|
controllerTier1?: boolean;
|
|
19129
|
+
/** @description Desktop session settings. */
|
|
19130
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
19115
19131
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
19116
19132
|
healthCheck?: string;
|
|
19117
19133
|
partitions?: components["schemas"]["GoogleSlurmPartition"][] | null;
|
|
@@ -21680,6 +21696,8 @@ export interface components {
|
|
|
21680
21696
|
OpenstackSlurmVersionSettings: {
|
|
21681
21697
|
controllerImage?: string;
|
|
21682
21698
|
controllerInstanceType?: string;
|
|
21699
|
+
/** @description Desktop session settings. */
|
|
21700
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
21683
21701
|
floatingIpNetwork?: string;
|
|
21684
21702
|
healthCheck?: string;
|
|
21685
21703
|
networkId?: string;
|
|
@@ -21933,6 +21951,8 @@ export interface components {
|
|
|
21933
21951
|
controllerMemoryGb?: number;
|
|
21934
21952
|
/** @description OCPU count when the controller instance type is a flexible shape. */
|
|
21935
21953
|
controllerOcpus?: number;
|
|
21954
|
+
/** @description Desktop session settings. */
|
|
21955
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
21936
21956
|
healthCheck?: string;
|
|
21937
21957
|
partitions?: components["schemas"]["OracleSlurmPartition"][] | null;
|
|
21938
21958
|
region?: string;
|
|
@@ -23458,6 +23478,8 @@ export interface components {
|
|
|
23458
23478
|
controllerInstanceType?: string;
|
|
23459
23479
|
/** @description Short summary of the item. */
|
|
23460
23480
|
description?: string;
|
|
23481
|
+
/** @description Desktop session settings. */
|
|
23482
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
23461
23483
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
23462
23484
|
/** @description Mark as featured (platform admins only). */
|
|
23463
23485
|
featured?: boolean;
|
|
@@ -23669,6 +23691,8 @@ export interface components {
|
|
|
23669
23691
|
controllerInstanceType?: string;
|
|
23670
23692
|
/** @description Short summary of the item. */
|
|
23671
23693
|
description?: string;
|
|
23694
|
+
/** @description Desktop session settings. */
|
|
23695
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
23672
23696
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
23673
23697
|
/** @description Mark as featured (platform admins only). */
|
|
23674
23698
|
featured?: boolean;
|
|
@@ -23894,6 +23918,8 @@ export interface components {
|
|
|
23894
23918
|
controllerTier1?: boolean;
|
|
23895
23919
|
/** @description Short summary of the item. */
|
|
23896
23920
|
description?: string;
|
|
23921
|
+
/** @description Desktop session settings. */
|
|
23922
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
23897
23923
|
disks?: components["schemas"]["ClusterDisk"][] | null;
|
|
23898
23924
|
/** @description Mark as featured (platform admins only). */
|
|
23899
23925
|
featured?: boolean;
|
|
@@ -23968,6 +23994,8 @@ export interface components {
|
|
|
23968
23994
|
controllerInstanceType?: string;
|
|
23969
23995
|
/** @description Short summary of the item. */
|
|
23970
23996
|
description?: string;
|
|
23997
|
+
/** @description Desktop session settings. */
|
|
23998
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
23971
23999
|
/** @description Mark as featured (platform admins only). */
|
|
23972
24000
|
featured?: boolean;
|
|
23973
24001
|
floatingIpNetwork?: string;
|
|
@@ -24073,6 +24101,8 @@ export interface components {
|
|
|
24073
24101
|
controllerOcpus?: number;
|
|
24074
24102
|
/** @description Short summary of the item. */
|
|
24075
24103
|
description?: string;
|
|
24104
|
+
/** @description Desktop session settings. */
|
|
24105
|
+
desktopSession?: components["schemas"]["DesktopSessionSettings"];
|
|
24076
24106
|
/** @description Mark as featured (platform admins only). */
|
|
24077
24107
|
featured?: boolean;
|
|
24078
24108
|
healthCheck?: string;
|