@alicloud/polardb20170801 6.0.0 → 6.1.0
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/client.d.ts +90 -0
- package/dist/client.js +270 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddPolarFsQuotaRequest.d.ts +101 -0
- package/dist/models/AddPolarFsQuotaRequest.js +104 -0
- package/dist/models/AddPolarFsQuotaRequest.js.map +1 -0
- package/dist/models/AddPolarFsQuotaResponse.d.ts +19 -0
- package/dist/models/AddPolarFsQuotaResponse.js +69 -0
- package/dist/models/AddPolarFsQuotaResponse.js.map +1 -0
- package/dist/models/AddPolarFsQuotaResponseBody.d.ts +26 -0
- package/dist/models/AddPolarFsQuotaResponseBody.js +60 -0
- package/dist/models/AddPolarFsQuotaResponseBody.js.map +1 -0
- package/dist/models/CancelPolarFsFileQuotaRequest.d.ts +34 -0
- package/dist/models/CancelPolarFsFileQuotaRequest.js +62 -0
- package/dist/models/CancelPolarFsFileQuotaRequest.js.map +1 -0
- package/dist/models/CancelPolarFsFileQuotaResponse.d.ts +19 -0
- package/dist/models/CancelPolarFsFileQuotaResponse.js +69 -0
- package/dist/models/CancelPolarFsFileQuotaResponse.js.map +1 -0
- package/dist/models/CancelPolarFsFileQuotaResponseBody.d.ts +31 -0
- package/dist/models/CancelPolarFsFileQuotaResponseBody.js +62 -0
- package/dist/models/CancelPolarFsFileQuotaResponseBody.js.map +1 -0
- package/dist/models/CreateApplicationRequest.d.ts +0 -2
- package/dist/models/CreateApplicationRequest.js +0 -2
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/DeletePolarFsQuotaRequest.d.ts +59 -0
- package/dist/models/DeletePolarFsQuotaRequest.js +86 -0
- package/dist/models/DeletePolarFsQuotaRequest.js.map +1 -0
- package/dist/models/DeletePolarFsQuotaResponse.d.ts +19 -0
- package/dist/models/DeletePolarFsQuotaResponse.js +69 -0
- package/dist/models/DeletePolarFsQuotaResponse.js.map +1 -0
- package/dist/models/DeletePolarFsQuotaResponseBody.d.ts +26 -0
- package/dist/models/DeletePolarFsQuotaResponseBody.js +60 -0
- package/dist/models/DeletePolarFsQuotaResponseBody.js.map +1 -0
- package/dist/models/DescribeDbclusterAttributeResponseBody.d.ts +1 -0
- package/dist/models/DescribeDbclusterAttributeResponseBody.js +2 -0
- package/dist/models/DescribeDbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeRequest.d.ts +23 -0
- package/dist/models/DescribePolarFsAttributeRequest.js +62 -0
- package/dist/models/DescribePolarFsAttributeRequest.js.map +1 -0
- package/dist/models/DescribePolarFsAttributeResponse.d.ts +19 -0
- package/dist/models/DescribePolarFsAttributeResponse.js +69 -0
- package/dist/models/DescribePolarFsAttributeResponse.js.map +1 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +177 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js +142 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -0
- package/dist/models/DescribePolarFsQuotaRequest.d.ts +31 -0
- package/dist/models/DescribePolarFsQuotaRequest.js +62 -0
- package/dist/models/DescribePolarFsQuotaRequest.js.map +1 -0
- package/dist/models/DescribePolarFsQuotaResponse.d.ts +19 -0
- package/dist/models/DescribePolarFsQuotaResponse.js +69 -0
- package/dist/models/DescribePolarFsQuotaResponse.js.map +1 -0
- package/dist/models/DescribePolarFsQuotaResponseBody.d.ts +114 -0
- package/dist/models/DescribePolarFsQuotaResponseBody.js +112 -0
- package/dist/models/DescribePolarFsQuotaResponseBody.js.map +1 -0
- package/dist/models/SetPolarFsFileQuotaRequest.d.ts +63 -0
- package/dist/models/SetPolarFsFileQuotaRequest.js +90 -0
- package/dist/models/SetPolarFsFileQuotaRequest.js.map +1 -0
- package/dist/models/SetPolarFsFileQuotaResponse.d.ts +19 -0
- package/dist/models/SetPolarFsFileQuotaResponse.js +69 -0
- package/dist/models/SetPolarFsFileQuotaResponse.js.map +1 -0
- package/dist/models/SetPolarFsFileQuotaResponseBody.d.ts +26 -0
- package/dist/models/SetPolarFsFileQuotaResponseBody.js +60 -0
- package/dist/models/SetPolarFsFileQuotaResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +23 -0
- package/dist/models/model.js +68 -21
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +300 -0
- package/src/models/AddPolarFsQuotaRequest.ts +149 -0
- package/src/models/AddPolarFsQuotaResponse.ts +40 -0
- package/src/models/AddPolarFsQuotaResponseBody.ts +41 -0
- package/src/models/CancelPolarFsFileQuotaRequest.ts +51 -0
- package/src/models/CancelPolarFsFileQuotaResponse.ts +40 -0
- package/src/models/CancelPolarFsFileQuotaResponseBody.ts +48 -0
- package/src/models/CreateApplicationRequest.ts +0 -2
- package/src/models/DeletePolarFsQuotaRequest.ts +91 -0
- package/src/models/DeletePolarFsQuotaResponse.ts +40 -0
- package/src/models/DeletePolarFsQuotaResponseBody.ts +41 -0
- package/src/models/DescribeDbclusterAttributeResponseBody.ts +3 -0
- package/src/models/DescribePolarFsAttributeRequest.ts +40 -0
- package/src/models/DescribePolarFsAttributeResponse.ts +40 -0
- package/src/models/DescribePolarFsAttributeResponseBody.ts +265 -0
- package/src/models/DescribePolarFsQuotaRequest.ts +48 -0
- package/src/models/DescribePolarFsQuotaResponse.ts +40 -0
- package/src/models/DescribePolarFsQuotaResponseBody.ts +172 -0
- package/src/models/SetPolarFsFileQuotaRequest.ts +99 -0
- package/src/models/SetPolarFsFileQuotaResponse.ts +40 -0
- package/src/models/SetPolarFsFileQuotaResponseBody.ts +41 -0
- package/src/models/model.ts +23 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
export declare class AddPolarFsQuotaRequestQuotas extends $dara.Model {
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* 7200
|
|
8
|
+
*/
|
|
9
|
+
accessTTL?: number;
|
|
10
|
+
/**
|
|
11
|
+
* @example
|
|
12
|
+
* 7200
|
|
13
|
+
*/
|
|
14
|
+
changeTTL?: number;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* quota_policy
|
|
18
|
+
*/
|
|
19
|
+
description?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* True
|
|
23
|
+
*/
|
|
24
|
+
enabled?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @example
|
|
27
|
+
* /a/*project*
|
|
28
|
+
*/
|
|
29
|
+
exclude?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* 222
|
|
33
|
+
*/
|
|
34
|
+
fileCountLimit?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* This parameter is required.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* /b/*project*
|
|
41
|
+
*/
|
|
42
|
+
include?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* This parameter is required.
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* rule1
|
|
49
|
+
*/
|
|
50
|
+
name?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @example
|
|
53
|
+
* 1
|
|
54
|
+
*/
|
|
55
|
+
priority?: number;
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* 1
|
|
59
|
+
*/
|
|
60
|
+
sizeLimit?: number;
|
|
61
|
+
static names(): {
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
};
|
|
64
|
+
static types(): {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
};
|
|
67
|
+
validate(): void;
|
|
68
|
+
constructor(map?: {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
export declare class AddPolarFsQuotaRequest extends $dara.Model {
|
|
73
|
+
/**
|
|
74
|
+
* @example
|
|
75
|
+
* pc-**************
|
|
76
|
+
*/
|
|
77
|
+
DBClusterId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* This parameter is required.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* pfs-2ze0i74ka607*****
|
|
84
|
+
*/
|
|
85
|
+
polarFsInstanceId?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* This parameter is required.
|
|
89
|
+
*/
|
|
90
|
+
quotas?: AddPolarFsQuotaRequestQuotas[];
|
|
91
|
+
static names(): {
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
};
|
|
94
|
+
static types(): {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
};
|
|
97
|
+
validate(): void;
|
|
98
|
+
constructor(map?: {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
});
|
|
101
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AddPolarFsQuotaRequest = exports.AddPolarFsQuotaRequestQuotas = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
/**
|
|
40
|
+
*/
|
|
41
|
+
class AddPolarFsQuotaRequestQuotas extends $dara.Model {
|
|
42
|
+
static names() {
|
|
43
|
+
return {
|
|
44
|
+
accessTTL: 'AccessTTL',
|
|
45
|
+
changeTTL: 'ChangeTTL',
|
|
46
|
+
description: 'Description',
|
|
47
|
+
enabled: 'Enabled',
|
|
48
|
+
exclude: 'Exclude',
|
|
49
|
+
fileCountLimit: 'FileCountLimit',
|
|
50
|
+
include: 'Include',
|
|
51
|
+
name: 'Name',
|
|
52
|
+
priority: 'Priority',
|
|
53
|
+
sizeLimit: 'SizeLimit',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
static types() {
|
|
57
|
+
return {
|
|
58
|
+
accessTTL: 'number',
|
|
59
|
+
changeTTL: 'number',
|
|
60
|
+
description: 'string',
|
|
61
|
+
enabled: 'boolean',
|
|
62
|
+
exclude: 'string',
|
|
63
|
+
fileCountLimit: 'number',
|
|
64
|
+
include: 'string',
|
|
65
|
+
name: 'string',
|
|
66
|
+
priority: 'number',
|
|
67
|
+
sizeLimit: 'number',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
validate() {
|
|
71
|
+
super.validate();
|
|
72
|
+
}
|
|
73
|
+
constructor(map) {
|
|
74
|
+
super(map);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.AddPolarFsQuotaRequestQuotas = AddPolarFsQuotaRequestQuotas;
|
|
78
|
+
class AddPolarFsQuotaRequest extends $dara.Model {
|
|
79
|
+
static names() {
|
|
80
|
+
return {
|
|
81
|
+
DBClusterId: 'DBClusterId',
|
|
82
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
83
|
+
quotas: 'Quotas',
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
static types() {
|
|
87
|
+
return {
|
|
88
|
+
DBClusterId: 'string',
|
|
89
|
+
polarFsInstanceId: 'string',
|
|
90
|
+
quotas: { 'type': 'array', 'itemType': AddPolarFsQuotaRequestQuotas },
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
validate() {
|
|
94
|
+
if (Array.isArray(this.quotas)) {
|
|
95
|
+
$dara.Model.validateArray(this.quotas);
|
|
96
|
+
}
|
|
97
|
+
super.validate();
|
|
98
|
+
}
|
|
99
|
+
constructor(map) {
|
|
100
|
+
super(map);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.AddPolarFsQuotaRequest = AddPolarFsQuotaRequest;
|
|
104
|
+
//# sourceMappingURL=AddPolarFsQuotaRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddPolarFsQuotaRequest.js","sourceRoot":"","sources":["../../src/models/AddPolarFsQuotaRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C;GACG;AACH,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAyD3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,gBAAgB;YAChC,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9FD,oEA8FC;AAED,MAAa,sBAAuB,SAAQ,KAAK,CAAC,KAAK;IAmBrD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,iBAAiB,EAAE,mBAAmB;YACtC,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,iBAAiB,EAAE,QAAQ;YAC3B,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,4BAA4B,EAAE;SACtE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,wDA6CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { AddPolarFsQuotaResponseBody } from "./AddPolarFsQuotaResponseBody";
|
|
3
|
+
export declare class AddPolarFsQuotaResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: AddPolarFsQuotaResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AddPolarFsQuotaResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const AddPolarFsQuotaResponseBody_1 = require("./AddPolarFsQuotaResponseBody");
|
|
40
|
+
class AddPolarFsQuotaResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: AddPolarFsQuotaResponseBody_1.AddPolarFsQuotaResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.AddPolarFsQuotaResponse = AddPolarFsQuotaResponse;
|
|
69
|
+
//# sourceMappingURL=AddPolarFsQuotaResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddPolarFsQuotaResponse.js","sourceRoot":"","sources":["../../src/models/AddPolarFsQuotaResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+EAA4E;AAG5E,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAItD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,yDAA2B;SAClC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,0DAiCC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class AddPolarFsQuotaResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* pfs-2ze0i74ka607*****
|
|
6
|
+
*/
|
|
7
|
+
polarFsInstanceId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* Id of the request
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* 7F2007D3-7E74-4ECB-89A8-BF130D******
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static types(): {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
validate(): void;
|
|
23
|
+
constructor(map?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AddPolarFsQuotaResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class AddPolarFsQuotaResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
43
|
+
requestId: 'RequestId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
polarFsInstanceId: 'string',
|
|
49
|
+
requestId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.AddPolarFsQuotaResponseBody = AddPolarFsQuotaResponseBody;
|
|
60
|
+
//# sourceMappingURL=AddPolarFsQuotaResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddPolarFsQuotaResponseBody.js","sourceRoot":"","sources":["../../src/models/AddPolarFsQuotaResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAc1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,mBAAmB;YACtC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,QAAQ;YAC3B,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnCD,kEAmCC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CancelPolarFsFileQuotaRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* pc-**************
|
|
6
|
+
*/
|
|
7
|
+
DBClusterId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* /path1,/path2
|
|
14
|
+
*/
|
|
15
|
+
filePathIds?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* pfs-2ze0i74ka607*****
|
|
22
|
+
*/
|
|
23
|
+
polarFsInstanceId?: string;
|
|
24
|
+
static names(): {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
};
|
|
27
|
+
static types(): {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
};
|
|
30
|
+
validate(): void;
|
|
31
|
+
constructor(map?: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CancelPolarFsFileQuotaRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CancelPolarFsFileQuotaRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
DBClusterId: 'DBClusterId',
|
|
43
|
+
filePathIds: 'FilePathIds',
|
|
44
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
DBClusterId: 'string',
|
|
50
|
+
filePathIds: 'string',
|
|
51
|
+
polarFsInstanceId: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CancelPolarFsFileQuotaRequest = CancelPolarFsFileQuotaRequest;
|
|
62
|
+
//# sourceMappingURL=CancelPolarFsFileQuotaRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CancelPolarFsFileQuotaRequest.js","sourceRoot":"","sources":["../../src/models/CancelPolarFsFileQuotaRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAsB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,sEA6CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CancelPolarFsFileQuotaResponseBody } from "./CancelPolarFsFileQuotaResponseBody";
|
|
3
|
+
export declare class CancelPolarFsFileQuotaResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: CancelPolarFsFileQuotaResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CancelPolarFsFileQuotaResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CancelPolarFsFileQuotaResponseBody_1 = require("./CancelPolarFsFileQuotaResponseBody");
|
|
40
|
+
class CancelPolarFsFileQuotaResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: CancelPolarFsFileQuotaResponseBody_1.CancelPolarFsFileQuotaResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.CancelPolarFsFileQuotaResponse = CancelPolarFsFileQuotaResponse;
|
|
69
|
+
//# sourceMappingURL=CancelPolarFsFileQuotaResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CancelPolarFsFileQuotaResponse.js","sourceRoot":"","sources":["../../src/models/CancelPolarFsFileQuotaResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6FAA0F;AAG1F,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAI7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,uEAAkC;SACzC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,wEAiCC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CancelPolarFsFileQuotaResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* /path1,/path2
|
|
6
|
+
*/
|
|
7
|
+
filePathIds?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* pfs-2ze0i74ka607*****
|
|
11
|
+
*/
|
|
12
|
+
polarFsInstanceId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* Id of the request
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* 2FED790E-FB61-4721-8C1C-07C627******
|
|
19
|
+
*/
|
|
20
|
+
requestId?: string;
|
|
21
|
+
static names(): {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
24
|
+
static types(): {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
validate(): void;
|
|
28
|
+
constructor(map?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
});
|
|
31
|
+
}
|