@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,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.DescribePolarFsAttributeResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribePolarFsAttributeResponseBody_1 = require("./DescribePolarFsAttributeResponseBody");
|
|
40
|
+
class DescribePolarFsAttributeResponse 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: DescribePolarFsAttributeResponseBody_1.DescribePolarFsAttributeResponseBody,
|
|
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.DescribePolarFsAttributeResponse = DescribePolarFsAttributeResponse;
|
|
69
|
+
//# sourceMappingURL=DescribePolarFsAttributeResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribePolarFsAttributeResponse.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsAttributeResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;AAG9F,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAI/D,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,2EAAoC;SAC3C,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,4EAiCC"}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribePolarFsAttributeResponseBodyMountInfo extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* TCP://**.**.**.**:3000,TCP://**.**.**.**:3000,TCP://**.**.**.**:3000
|
|
6
|
+
*/
|
|
7
|
+
polarDbProxy?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* pfs-**********
|
|
11
|
+
*/
|
|
12
|
+
polarFsCluster?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* a734298c391cb9ebd05e2ee85feb624
|
|
16
|
+
*/
|
|
17
|
+
token?: string;
|
|
18
|
+
static names(): {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
static types(): {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
validate(): void;
|
|
25
|
+
constructor(map?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export declare class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* 1000
|
|
33
|
+
*/
|
|
34
|
+
acceleratedStorageSpace?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* ON
|
|
38
|
+
*/
|
|
39
|
+
acceleratingEnable?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* 100
|
|
43
|
+
*/
|
|
44
|
+
bandwidth?: number;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* 100
|
|
48
|
+
*/
|
|
49
|
+
bandwidthBaseLine?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* high_performance
|
|
53
|
+
*/
|
|
54
|
+
category?: string;
|
|
55
|
+
clientDownloadPath?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* 2021-08-02T05:57:10Z
|
|
59
|
+
*/
|
|
60
|
+
createTime?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @example
|
|
63
|
+
* MySQL
|
|
64
|
+
*/
|
|
65
|
+
DBType?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @example
|
|
68
|
+
* 2025-10-10T16:00:00Z
|
|
69
|
+
*/
|
|
70
|
+
expireTime?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @example
|
|
73
|
+
* false
|
|
74
|
+
*/
|
|
75
|
+
expired?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @example
|
|
78
|
+
* Unlock
|
|
79
|
+
*/
|
|
80
|
+
lockMode?: string;
|
|
81
|
+
metaUrl?: string;
|
|
82
|
+
minorVersion?: string;
|
|
83
|
+
mountInfo?: DescribePolarFsAttributeResponseBodyMountInfo;
|
|
84
|
+
/**
|
|
85
|
+
* @example
|
|
86
|
+
* Prepaid
|
|
87
|
+
*/
|
|
88
|
+
payType?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @example
|
|
91
|
+
* pfs-xxx
|
|
92
|
+
*/
|
|
93
|
+
polarFsInstanceDescription?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @example
|
|
96
|
+
* pfs-2ze0i74ka607*****
|
|
97
|
+
*/
|
|
98
|
+
polarFsInstanceId?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @example
|
|
101
|
+
* Running
|
|
102
|
+
*/
|
|
103
|
+
polarFsStatus?: string;
|
|
104
|
+
/**
|
|
105
|
+
* @example
|
|
106
|
+
* PolarFS 2.0
|
|
107
|
+
*/
|
|
108
|
+
polarFsType?: string;
|
|
109
|
+
/**
|
|
110
|
+
* @example
|
|
111
|
+
* 1.0.1-1.0.3
|
|
112
|
+
*/
|
|
113
|
+
polarFsVersion?: string;
|
|
114
|
+
/**
|
|
115
|
+
* @example
|
|
116
|
+
* cn-beijing
|
|
117
|
+
*/
|
|
118
|
+
regionId?: string;
|
|
119
|
+
/**
|
|
120
|
+
* @example
|
|
121
|
+
* pc-2zejpr41d9xk3uk34
|
|
122
|
+
*/
|
|
123
|
+
relativeDbClusterId?: string;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* Id of the request
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* 3F9E6A3B-C13E-4064-A010-18582A******
|
|
130
|
+
*/
|
|
131
|
+
requestId?: string;
|
|
132
|
+
/**
|
|
133
|
+
* @example
|
|
134
|
+
* sg-bp**************
|
|
135
|
+
*/
|
|
136
|
+
securityGroupId?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @example
|
|
139
|
+
* 1000
|
|
140
|
+
*/
|
|
141
|
+
storageSpace?: number;
|
|
142
|
+
/**
|
|
143
|
+
* @example
|
|
144
|
+
* essdpl1
|
|
145
|
+
*/
|
|
146
|
+
storageType?: string;
|
|
147
|
+
/**
|
|
148
|
+
* @example
|
|
149
|
+
* 3012558848
|
|
150
|
+
*/
|
|
151
|
+
storageUsed?: number;
|
|
152
|
+
/**
|
|
153
|
+
* @example
|
|
154
|
+
* vpc-**********
|
|
155
|
+
*/
|
|
156
|
+
VPCId?: string;
|
|
157
|
+
/**
|
|
158
|
+
* @example
|
|
159
|
+
* vsw-**************
|
|
160
|
+
*/
|
|
161
|
+
vSwitchId?: string;
|
|
162
|
+
/**
|
|
163
|
+
* @example
|
|
164
|
+
* cn-beijing-k
|
|
165
|
+
*/
|
|
166
|
+
zoneId?: string;
|
|
167
|
+
static names(): {
|
|
168
|
+
[key: string]: string;
|
|
169
|
+
};
|
|
170
|
+
static types(): {
|
|
171
|
+
[key: string]: any;
|
|
172
|
+
};
|
|
173
|
+
validate(): void;
|
|
174
|
+
constructor(map?: {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
});
|
|
177
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
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.DescribePolarFsAttributeResponseBody = exports.DescribePolarFsAttributeResponseBodyMountInfo = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribePolarFsAttributeResponseBodyMountInfo extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
polarDbProxy: 'PolarDbProxy',
|
|
43
|
+
polarFsCluster: 'PolarFsCluster',
|
|
44
|
+
token: 'Token',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
polarDbProxy: 'string',
|
|
50
|
+
polarFsCluster: 'string',
|
|
51
|
+
token: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.DescribePolarFsAttributeResponseBodyMountInfo = DescribePolarFsAttributeResponseBodyMountInfo;
|
|
62
|
+
class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
63
|
+
static names() {
|
|
64
|
+
return {
|
|
65
|
+
acceleratedStorageSpace: 'AcceleratedStorageSpace',
|
|
66
|
+
acceleratingEnable: 'AcceleratingEnable',
|
|
67
|
+
bandwidth: 'Bandwidth',
|
|
68
|
+
bandwidthBaseLine: 'BandwidthBaseLine',
|
|
69
|
+
category: 'Category',
|
|
70
|
+
clientDownloadPath: 'ClientDownloadPath',
|
|
71
|
+
createTime: 'CreateTime',
|
|
72
|
+
DBType: 'DBType',
|
|
73
|
+
expireTime: 'ExpireTime',
|
|
74
|
+
expired: 'Expired',
|
|
75
|
+
lockMode: 'LockMode',
|
|
76
|
+
metaUrl: 'MetaUrl',
|
|
77
|
+
minorVersion: 'MinorVersion',
|
|
78
|
+
mountInfo: 'MountInfo',
|
|
79
|
+
payType: 'PayType',
|
|
80
|
+
polarFsInstanceDescription: 'PolarFsInstanceDescription',
|
|
81
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
82
|
+
polarFsStatus: 'PolarFsStatus',
|
|
83
|
+
polarFsType: 'PolarFsType',
|
|
84
|
+
polarFsVersion: 'PolarFsVersion',
|
|
85
|
+
regionId: 'RegionId',
|
|
86
|
+
relativeDbClusterId: 'RelativeDbClusterId',
|
|
87
|
+
requestId: 'RequestId',
|
|
88
|
+
securityGroupId: 'SecurityGroupId',
|
|
89
|
+
storageSpace: 'StorageSpace',
|
|
90
|
+
storageType: 'StorageType',
|
|
91
|
+
storageUsed: 'StorageUsed',
|
|
92
|
+
VPCId: 'VPCId',
|
|
93
|
+
vSwitchId: 'VSwitchId',
|
|
94
|
+
zoneId: 'ZoneId',
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
static types() {
|
|
98
|
+
return {
|
|
99
|
+
acceleratedStorageSpace: 'number',
|
|
100
|
+
acceleratingEnable: 'string',
|
|
101
|
+
bandwidth: 'number',
|
|
102
|
+
bandwidthBaseLine: 'number',
|
|
103
|
+
category: 'string',
|
|
104
|
+
clientDownloadPath: 'string',
|
|
105
|
+
createTime: 'string',
|
|
106
|
+
DBType: 'string',
|
|
107
|
+
expireTime: 'string',
|
|
108
|
+
expired: 'string',
|
|
109
|
+
lockMode: 'string',
|
|
110
|
+
metaUrl: 'string',
|
|
111
|
+
minorVersion: 'string',
|
|
112
|
+
mountInfo: DescribePolarFsAttributeResponseBodyMountInfo,
|
|
113
|
+
payType: 'string',
|
|
114
|
+
polarFsInstanceDescription: 'string',
|
|
115
|
+
polarFsInstanceId: 'string',
|
|
116
|
+
polarFsStatus: 'string',
|
|
117
|
+
polarFsType: 'string',
|
|
118
|
+
polarFsVersion: 'string',
|
|
119
|
+
regionId: 'string',
|
|
120
|
+
relativeDbClusterId: 'string',
|
|
121
|
+
requestId: 'string',
|
|
122
|
+
securityGroupId: 'string',
|
|
123
|
+
storageSpace: 'number',
|
|
124
|
+
storageType: 'string',
|
|
125
|
+
storageUsed: 'number',
|
|
126
|
+
VPCId: 'string',
|
|
127
|
+
vSwitchId: 'string',
|
|
128
|
+
zoneId: 'string',
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
validate() {
|
|
132
|
+
if (this.mountInfo && typeof this.mountInfo.validate === 'function') {
|
|
133
|
+
this.mountInfo.validate();
|
|
134
|
+
}
|
|
135
|
+
super.validate();
|
|
136
|
+
}
|
|
137
|
+
constructor(map) {
|
|
138
|
+
super(map);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
exports.DescribePolarFsAttributeResponseBody = DescribePolarFsAttributeResponseBody;
|
|
142
|
+
//# sourceMappingURL=DescribePolarFsAttributeResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribePolarFsAttributeResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsAttributeResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribePolarFsQuotaRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* pc-**************
|
|
6
|
+
*/
|
|
7
|
+
DBClusterId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* pfs-2ze0i74ka607*****
|
|
14
|
+
*/
|
|
15
|
+
polarFsInstanceId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* cn-beijing
|
|
19
|
+
*/
|
|
20
|
+
regionId?: 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
|
+
}
|
|
@@ -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.DescribePolarFsQuotaRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribePolarFsQuotaRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
DBClusterId: 'DBClusterId',
|
|
43
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
44
|
+
regionId: 'RegionId',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
DBClusterId: 'string',
|
|
50
|
+
polarFsInstanceId: 'string',
|
|
51
|
+
regionId: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.DescribePolarFsQuotaRequest = DescribePolarFsQuotaRequest;
|
|
62
|
+
//# sourceMappingURL=DescribePolarFsQuotaRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribePolarFsQuotaRequest.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsQuotaRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAmB1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,iBAAiB,EAAE,mBAAmB;YACtC,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,iBAAiB,EAAE,QAAQ;YAC3B,QAAQ,EAAE,QAAQ;SACnB,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;AA1CD,kEA0CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DescribePolarFsQuotaResponseBody } from "./DescribePolarFsQuotaResponseBody";
|
|
3
|
+
export declare class DescribePolarFsQuotaResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DescribePolarFsQuotaResponseBody;
|
|
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.DescribePolarFsQuotaResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribePolarFsQuotaResponseBody_1 = require("./DescribePolarFsQuotaResponseBody");
|
|
40
|
+
class DescribePolarFsQuotaResponse 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: DescribePolarFsQuotaResponseBody_1.DescribePolarFsQuotaResponseBody,
|
|
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.DescribePolarFsQuotaResponse = DescribePolarFsQuotaResponse;
|
|
69
|
+
//# sourceMappingURL=DescribePolarFsQuotaResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribePolarFsQuotaResponse.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsQuotaResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yFAAsF;AAGtF,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAI3D,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,mEAAgC;SACvC,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,oEAiCC"}
|