File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1796,6 +1796,12 @@ export interface Cluster {
1796
1796
* @memberof Cluster
1797
1797
*/
1798
1798
'instance_type'?: string;
1799
+ /**
1800
+ * the disk size to be used for the node configuration
1801
+ * @type {number}
1802
+ * @memberof Cluster
1803
+ */
1804
+ 'disk_size'?: number;
1799
1805
/**
1800
1806
* This is an estimation of the cost this cluster will represent on your cloud proider bill, based on your current configuration
1801
1807
* @type {number}
@@ -1942,6 +1948,12 @@ export interface ClusterBase {
1942
1948
* @memberof ClusterBase
1943
1949
*/
1944
1950
'instance_type'?: string;
1951
+ /**
1952
+ * the disk size to be used for the node configuration
1953
+ * @type {number}
1954
+ * @memberof ClusterBase
1955
+ */
1956
+ 'disk_size'?: number;
1945
1957
}
1946
1958
/**
1947
1959
*
@@ -2332,6 +2344,12 @@ export interface ClusterRequest {
2332
2344
* @memberof ClusterRequest
2333
2345
*/
2334
2346
'instance_type'?: string;
2347
+ /**
2348
+ * the disk size to be used for the node configuration
2349
+ * @type {number}
2350
+ * @memberof ClusterRequest
2351
+ */
2352
+ 'disk_size'?: number;
2335
2353
/**
2336
2354
*
2337
2355
* @type {Array<ClusterFeatureRequestFeatures>}
You can’t perform that action at this time.
0 commit comments