@alicloud/polardb20170801 7.3.0 → 7.5.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 +70 -44
- package/dist/client.js +237 -44
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAccountRequest.d.ts +39 -53
- package/dist/models/CreateAccountRequest.js.map +1 -1
- package/dist/models/CreateAidbclusterTaskRequest.d.ts +13 -17
- package/dist/models/CreateAidbclusterTaskRequest.js +2 -0
- package/dist/models/CreateAidbclusterTaskRequest.js.map +1 -1
- package/dist/models/CreateAidbclusterTaskResponseBody.d.ts +2 -2
- package/dist/models/CreateBackupRequest.d.ts +2 -1
- package/dist/models/CreateBackupRequest.js +2 -0
- package/dist/models/CreateBackupRequest.js.map +1 -1
- package/dist/models/CreateBackupResponseBody.d.ts +1 -1
- package/dist/models/CreateDbclusterEndpointRequest.d.ts +67 -92
- package/dist/models/CreateDbclusterEndpointRequest.js.map +1 -1
- package/dist/models/DescribeAgenticDbcomputeClustersRequest.d.ts +13 -0
- package/dist/models/DescribeAgenticDbcomputeClustersRequest.js.map +1 -1
- package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.d.ts +64 -0
- package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterAttributeResponseBody.d.ts +91 -18
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js +127 -1
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterTaskAttributeRequest.d.ts +3 -3
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.d.ts +37 -45
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterTasksRequest.d.ts +2 -2
- package/dist/models/DescribeAidbclusterTasksResponseBody.d.ts +18 -17
- package/dist/models/DescribeAidbclusterTasksResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationLogsRequest.d.ts +10 -10
- package/dist/models/DescribeApplicationLogsResponseBody.d.ts +2 -6
- package/dist/models/DescribeApplicationLogsResponseBody.js.map +1 -1
- package/dist/models/DescribeAvailableModelsRequest.d.ts +1 -1
- package/dist/models/DescribeAvailableModelsResponseBody.d.ts +7 -6
- package/dist/models/DescribeAvailableModelsResponseBody.js +2 -0
- package/dist/models/DescribeAvailableModelsResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupsRequest.d.ts +12 -19
- package/dist/models/DescribeBackupsRequest.js.map +1 -1
- package/dist/models/DescribeBackupsResponseBody.d.ts +5 -7
- package/dist/models/DescribeBackupsResponseBody.js +2 -0
- package/dist/models/DescribeBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeBudgetPoliciesRequest.d.ts +10 -14
- package/dist/models/DescribeBudgetPoliciesRequest.js +2 -0
- package/dist/models/DescribeBudgetPoliciesRequest.js.map +1 -1
- package/dist/models/DescribeBudgetPoliciesResponseBody.d.ts +18 -22
- package/dist/models/DescribeBudgetPoliciesResponseBody.js.map +1 -1
- package/dist/models/DescribeConsumersRequest.d.ts +10 -10
- package/dist/models/DescribeConsumersRequest.js +4 -0
- package/dist/models/DescribeConsumersRequest.js.map +1 -1
- package/dist/models/DescribeConsumersResponseBody.d.ts +17 -17
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.d.ts +5 -0
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.js +2 -0
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.js.map +1 -1
- package/dist/models/DescribeDbclusterPriceRequest.d.ts +244 -0
- package/dist/models/DescribeDbclusterPriceRequest.js +125 -0
- package/dist/models/DescribeDbclusterPriceRequest.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceResponse.d.ts +19 -0
- package/dist/models/DescribeDbclusterPriceResponse.js +69 -0
- package/dist/models/DescribeDbclusterPriceResponse.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.d.ts +161 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.js +217 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.d.ts +216 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.js +101 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.js.map +1 -0
- package/dist/models/DescribeDbclusterSslrequest.d.ts +6 -2
- package/dist/models/DescribeDbclusterSslrequest.js +2 -0
- package/dist/models/DescribeDbclusterSslrequest.js.map +1 -1
- package/dist/models/DescribeDbclusterSslresponseBody.d.ts +13 -14
- package/dist/models/DescribeDbclusterSslresponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +75 -19
- package/dist/models/DescribePolarFsAttributeResponseBody.js +73 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsRequest.d.ts +118 -0
- package/dist/models/DescribePolarFsRequest.js +98 -0
- package/dist/models/DescribePolarFsRequest.js.map +1 -0
- package/dist/models/DescribePolarFsResponse.d.ts +19 -0
- package/dist/models/DescribePolarFsResponse.js +69 -0
- package/dist/models/DescribePolarFsResponse.js.map +1 -0
- package/dist/models/DescribePolarFsResponseBody.d.ts +175 -0
- package/dist/models/DescribePolarFsResponseBody.js +280 -0
- package/dist/models/DescribePolarFsResponseBody.js.map +1 -0
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.d.ts +27 -32
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.js +2 -0
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.js.map +1 -1
- package/dist/models/ModifyDbclusterSslrequest.d.ts +28 -27
- package/dist/models/ModifyDbclusterSslrequest.js +4 -0
- package/dist/models/ModifyDbclusterSslrequest.js.map +1 -1
- package/dist/models/VerifyAgenticDbtenantApiKeyRequest.d.ts +4 -0
- package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js.map +1 -1
- package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.d.ts +25 -0
- package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +29 -0
- package/dist/models/model.js +98 -40
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +282 -44
- package/src/models/CreateAccountRequest.ts +39 -53
- package/src/models/CreateAidbclusterTaskRequest.ts +15 -17
- package/src/models/CreateAidbclusterTaskResponseBody.ts +2 -2
- package/src/models/CreateBackupRequest.ts +4 -1
- package/src/models/CreateBackupResponseBody.ts +1 -1
- package/src/models/CreateDbclusterEndpointRequest.ts +68 -93
- package/src/models/DescribeAgenticDbcomputeClustersRequest.ts +13 -0
- package/src/models/DescribeAgenticDbcomputeClustersResponseBody.ts +64 -0
- package/src/models/DescribeAidbclusterAttributeResponseBody.ts +172 -18
- package/src/models/DescribeAidbclusterTaskAttributeRequest.ts +3 -3
- package/src/models/DescribeAidbclusterTaskAttributeResponseBody.ts +39 -45
- package/src/models/DescribeAidbclusterTasksRequest.ts +2 -2
- package/src/models/DescribeAidbclusterTasksResponseBody.ts +20 -17
- package/src/models/DescribeApplicationLogsRequest.ts +10 -10
- package/src/models/DescribeApplicationLogsResponseBody.ts +2 -6
- package/src/models/DescribeAvailableModelsRequest.ts +1 -1
- package/src/models/DescribeAvailableModelsResponseBody.ts +9 -6
- package/src/models/DescribeBackupsRequest.ts +14 -21
- package/src/models/DescribeBackupsResponseBody.ts +7 -7
- package/src/models/DescribeBudgetPoliciesRequest.ts +13 -15
- package/src/models/DescribeBudgetPoliciesResponseBody.ts +19 -23
- package/src/models/DescribeConsumersRequest.ts +14 -10
- package/src/models/DescribeConsumersResponseBody.ts +17 -17
- package/src/models/DescribeDbclusterAccessWhitelistRequest.ts +7 -0
- package/src/models/DescribeDbclusterPriceRequest.ts +315 -0
- package/src/models/DescribeDbclusterPriceResponse.ts +40 -0
- package/src/models/DescribeDbclusterPriceResponseBody.ts +279 -0
- package/src/models/DescribeDbclusterPriceShrinkRequest.ts +272 -0
- package/src/models/DescribeDbclusterSslrequest.ts +8 -2
- package/src/models/DescribeDbclusterSslresponseBody.ts +13 -14
- package/src/models/DescribePolarFsAttributeResponseBody.ts +129 -19
- package/src/models/DescribePolarFsRequest.ts +162 -0
- package/src/models/DescribePolarFsResponse.ts +40 -0
- package/src/models/DescribePolarFsResponseBody.ts +347 -0
- package/src/models/ModifyDbclusterAccessWhitelistRequest.ts +29 -32
- package/src/models/ModifyDbclusterSslrequest.ts +32 -27
- package/src/models/VerifyAgenticDbtenantApiKeyRequest.ts +4 -0
- package/src/models/VerifyAgenticDbtenantApiKeyResponseBody.ts +25 -0
- package/src/models/model.ts +29 -0
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeDBClusterPriceShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The cluster edition. Valid values:
|
|
9
|
+
* - Normal: Cluster Edition.
|
|
10
|
+
* - Basic: Single Node Edition.
|
|
11
|
+
* - ArchiveNormal: Archive Database.
|
|
12
|
+
* - SENormal: Standard Edition.
|
|
13
|
+
* - NormalMultimaster: Multi-master Cluster.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* Normal
|
|
17
|
+
*/
|
|
18
|
+
creationCategory?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The cluster ID. Required for non-BUY scenarios.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* pc-**************
|
|
25
|
+
*/
|
|
26
|
+
DBClusterId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The node specifications. Required for the BUY scenario. Example format: polar.mysql.x4.large.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* polar.mysql.x4.large
|
|
33
|
+
*/
|
|
34
|
+
DBNodeClass?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The list of node IDs to delete. Used when ModifyType is set to DELETE.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* pi-**************
|
|
41
|
+
*/
|
|
42
|
+
DBNodeIds?: string[];
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The number of nodes. Valid for the BUY scenario. This value includes the read/write node. Minimum value: 1. Default value: 1.
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* 2
|
|
49
|
+
*/
|
|
50
|
+
DBNodeNum?: number;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* The list of heterogeneous specification change nodes. Used for specification change scenarios to specify the target specifications for each node.
|
|
54
|
+
*/
|
|
55
|
+
DBNodesShrink?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* The database engine type. Required for the BUY scenario. Valid values: MySQL, PostgreSQL, and Oracle.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* MySQL
|
|
62
|
+
*/
|
|
63
|
+
DBType?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* The database engine version. Required for the BUY scenario. Valid values for MySQL: 5.6, 5.7, and 8.0. Valid values for PostgreSQL: 11 and 14. Valid values for Oracle: 11 and 14.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* 8.0
|
|
70
|
+
*/
|
|
71
|
+
DBVersion?: string;
|
|
72
|
+
/**
|
|
73
|
+
* @remarks
|
|
74
|
+
* Specifies whether to enable the hot standby cluster. Valid values:
|
|
75
|
+
* - ON: Enable.
|
|
76
|
+
* - OFF: Disable.
|
|
77
|
+
*
|
|
78
|
+
* Valid for the BUY and specification change scenarios.
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* ON
|
|
82
|
+
*/
|
|
83
|
+
hotStandbyCluster?: string;
|
|
84
|
+
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* The specification change direction. Valid values:
|
|
87
|
+
* - ADD: add nodes.
|
|
88
|
+
* - DELETE: remove nodes.
|
|
89
|
+
* - UPGRADE: upgrade specifications.
|
|
90
|
+
* - DOWNGRADE: downgrade specifications.
|
|
91
|
+
* - HOT_STANDBY: hot standby change.
|
|
92
|
+
* - STORAGE: storage space change.
|
|
93
|
+
* - STORAGE_TYPE: storage type change.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* UPGRADE
|
|
97
|
+
*/
|
|
98
|
+
modifyType?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* The order type. Valid values:
|
|
102
|
+
* - BUY: new purchase.
|
|
103
|
+
* - CONVERT: billing method conversion.
|
|
104
|
+
* - RENEW: renewal.
|
|
105
|
+
* - UPGRADE: upgrade specifications or add nodes.
|
|
106
|
+
* - DOWNGRADE: downgrade specifications or remove nodes.
|
|
107
|
+
*
|
|
108
|
+
* This parameter is required.
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* BUY
|
|
112
|
+
*/
|
|
113
|
+
orderType?: string;
|
|
114
|
+
/**
|
|
115
|
+
* @remarks
|
|
116
|
+
* The billing method. Required for the BUY and CONVERT scenarios. Valid values:
|
|
117
|
+
* - Prepaid: subscription.
|
|
118
|
+
* - Postpaid: pay-as-you-go.
|
|
119
|
+
*
|
|
120
|
+
* @example
|
|
121
|
+
* Prepaid
|
|
122
|
+
*/
|
|
123
|
+
payType?: string;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* The subscription cycle. Valid values:
|
|
127
|
+
* - Month: monthly.
|
|
128
|
+
* - Year: yearly.
|
|
129
|
+
*
|
|
130
|
+
* @example
|
|
131
|
+
* Month
|
|
132
|
+
*/
|
|
133
|
+
period?: string;
|
|
134
|
+
/**
|
|
135
|
+
* @remarks
|
|
136
|
+
* The provisioned IOPS. Used for the Standard Edition (SENormal) scenario.
|
|
137
|
+
*
|
|
138
|
+
* @example
|
|
139
|
+
* 1000
|
|
140
|
+
*/
|
|
141
|
+
provisionedIops?: string;
|
|
142
|
+
/**
|
|
143
|
+
* @remarks
|
|
144
|
+
* The region ID.
|
|
145
|
+
*
|
|
146
|
+
* This parameter is required.
|
|
147
|
+
*
|
|
148
|
+
* @example
|
|
149
|
+
* cn-hangzhou
|
|
150
|
+
*/
|
|
151
|
+
regionId?: string;
|
|
152
|
+
/**
|
|
153
|
+
* @remarks
|
|
154
|
+
* The serverless type. Valid values: AgileServerless.
|
|
155
|
+
*
|
|
156
|
+
* @example
|
|
157
|
+
* AgileServerless
|
|
158
|
+
*/
|
|
159
|
+
serverlessType?: string;
|
|
160
|
+
/**
|
|
161
|
+
* @remarks
|
|
162
|
+
* The storage billing type. Valid values:
|
|
163
|
+
* - Prepaid: subscription.
|
|
164
|
+
* - Postpaid: pay-as-you-go.
|
|
165
|
+
*
|
|
166
|
+
* @example
|
|
167
|
+
* Prepaid
|
|
168
|
+
*/
|
|
169
|
+
storageChargeType?: string;
|
|
170
|
+
/**
|
|
171
|
+
* @remarks
|
|
172
|
+
* The storage space, in GB. Used for prepaid storage or storage specification change scenarios.
|
|
173
|
+
*
|
|
174
|
+
* @example
|
|
175
|
+
* 50
|
|
176
|
+
*/
|
|
177
|
+
storageSpace?: string;
|
|
178
|
+
/**
|
|
179
|
+
* @remarks
|
|
180
|
+
* The storage type. Valid values:
|
|
181
|
+
* - PSL5: high performance.
|
|
182
|
+
* - PSL4: standard.
|
|
183
|
+
* - ESSDPL0
|
|
184
|
+
* - ESSDPL1
|
|
185
|
+
* - ESSDPL2
|
|
186
|
+
* - ESSDPL3
|
|
187
|
+
* - ESSDAUTOPL
|
|
188
|
+
*
|
|
189
|
+
* @example
|
|
190
|
+
* PSL5
|
|
191
|
+
*/
|
|
192
|
+
storageType?: string;
|
|
193
|
+
/**
|
|
194
|
+
* @remarks
|
|
195
|
+
* The subscription duration. Used together with Period. Valid for the BUY, CONVERT, and RENEW scenarios when the billing method is Prepaid.
|
|
196
|
+
*
|
|
197
|
+
* @example
|
|
198
|
+
* 1
|
|
199
|
+
*/
|
|
200
|
+
usedTime?: string;
|
|
201
|
+
/**
|
|
202
|
+
* @remarks
|
|
203
|
+
* The zone ID. We recommend that you specify this parameter for the BUY scenario.
|
|
204
|
+
*
|
|
205
|
+
* @example
|
|
206
|
+
* cn-hangzhou-h
|
|
207
|
+
*/
|
|
208
|
+
zoneId?: string;
|
|
209
|
+
static names(): { [key: string]: string } {
|
|
210
|
+
return {
|
|
211
|
+
creationCategory: 'CreationCategory',
|
|
212
|
+
DBClusterId: 'DBClusterId',
|
|
213
|
+
DBNodeClass: 'DBNodeClass',
|
|
214
|
+
DBNodeIds: 'DBNodeIds',
|
|
215
|
+
DBNodeNum: 'DBNodeNum',
|
|
216
|
+
DBNodesShrink: 'DBNodes',
|
|
217
|
+
DBType: 'DBType',
|
|
218
|
+
DBVersion: 'DBVersion',
|
|
219
|
+
hotStandbyCluster: 'HotStandbyCluster',
|
|
220
|
+
modifyType: 'ModifyType',
|
|
221
|
+
orderType: 'OrderType',
|
|
222
|
+
payType: 'PayType',
|
|
223
|
+
period: 'Period',
|
|
224
|
+
provisionedIops: 'ProvisionedIops',
|
|
225
|
+
regionId: 'RegionId',
|
|
226
|
+
serverlessType: 'ServerlessType',
|
|
227
|
+
storageChargeType: 'StorageChargeType',
|
|
228
|
+
storageSpace: 'StorageSpace',
|
|
229
|
+
storageType: 'StorageType',
|
|
230
|
+
usedTime: 'UsedTime',
|
|
231
|
+
zoneId: 'ZoneId',
|
|
232
|
+
};
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
static types(): { [key: string]: any } {
|
|
236
|
+
return {
|
|
237
|
+
creationCategory: 'string',
|
|
238
|
+
DBClusterId: 'string',
|
|
239
|
+
DBNodeClass: 'string',
|
|
240
|
+
DBNodeIds: { 'type': 'array', 'itemType': 'string' },
|
|
241
|
+
DBNodeNum: 'number',
|
|
242
|
+
DBNodesShrink: 'string',
|
|
243
|
+
DBType: 'string',
|
|
244
|
+
DBVersion: 'string',
|
|
245
|
+
hotStandbyCluster: 'string',
|
|
246
|
+
modifyType: 'string',
|
|
247
|
+
orderType: 'string',
|
|
248
|
+
payType: 'string',
|
|
249
|
+
period: 'string',
|
|
250
|
+
provisionedIops: 'string',
|
|
251
|
+
regionId: 'string',
|
|
252
|
+
serverlessType: 'string',
|
|
253
|
+
storageChargeType: 'string',
|
|
254
|
+
storageSpace: 'string',
|
|
255
|
+
storageType: 'string',
|
|
256
|
+
usedTime: 'string',
|
|
257
|
+
zoneId: 'string',
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
validate() {
|
|
262
|
+
if(Array.isArray(this.DBNodeIds)) {
|
|
263
|
+
$dara.Model.validateArray(this.DBNodeIds);
|
|
264
|
+
}
|
|
265
|
+
super.validate();
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
constructor(map?: { [key: string]: any }) {
|
|
269
|
+
super(map);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
|
|
@@ -6,8 +6,7 @@ export class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
8
|
* The cluster ID.
|
|
9
|
-
*
|
|
10
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/98094.html) operation to view detailed information about all clusters under your account, including cluster IDs.
|
|
9
|
+
* >You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/98094.html) operation to query the details of all clusters under your account, including the cluster ID.
|
|
11
10
|
*
|
|
12
11
|
* This parameter is required.
|
|
13
12
|
*
|
|
@@ -17,6 +16,11 @@ export class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
17
16
|
DBClusterId?: string;
|
|
18
17
|
ownerAccount?: string;
|
|
19
18
|
ownerId?: number;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* pfs-xxx
|
|
22
|
+
*/
|
|
23
|
+
pfsInstanceId?: string;
|
|
20
24
|
resourceOwnerAccount?: string;
|
|
21
25
|
resourceOwnerId?: number;
|
|
22
26
|
static names(): { [key: string]: string } {
|
|
@@ -24,6 +28,7 @@ export class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
24
28
|
DBClusterId: 'DBClusterId',
|
|
25
29
|
ownerAccount: 'OwnerAccount',
|
|
26
30
|
ownerId: 'OwnerId',
|
|
31
|
+
pfsInstanceId: 'PfsInstanceId',
|
|
27
32
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
28
33
|
resourceOwnerId: 'ResourceOwnerId',
|
|
29
34
|
};
|
|
@@ -34,6 +39,7 @@ export class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
34
39
|
DBClusterId: 'string',
|
|
35
40
|
ownerAccount: 'string',
|
|
36
41
|
ownerId: 'number',
|
|
42
|
+
pfsInstanceId: 'string',
|
|
37
43
|
resourceOwnerAccount: 'string',
|
|
38
44
|
resourceOwnerId: 'number',
|
|
39
45
|
};
|
|
@@ -13,13 +13,13 @@ export class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
13
13
|
DBEndpointId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* Indicates whether automatic
|
|
16
|
+
* Indicates whether automatic SSL certificate rotation is enabled. Valid values:
|
|
17
17
|
*
|
|
18
|
-
* - **Enable**:
|
|
18
|
+
* - **Enable**: Enabled.
|
|
19
19
|
*
|
|
20
|
-
* - **Disable**:
|
|
20
|
+
* - **Disable**: Disabled.
|
|
21
21
|
*
|
|
22
|
-
* > This parameter is supported only when the database engine is compatible
|
|
22
|
+
* > This parameter is supported only when the database engine is PostgreSQL-compatible or Oracle-syntax-compatible.
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* Enable
|
|
@@ -27,7 +27,7 @@ export class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
27
27
|
SSLAutoRotate?: string;
|
|
28
28
|
/**
|
|
29
29
|
* @remarks
|
|
30
|
-
* The SSL connection
|
|
30
|
+
* The SSL connection address.
|
|
31
31
|
*
|
|
32
32
|
* @example
|
|
33
33
|
* pc-************.mysql.polardb.rds.aliyuncs.com
|
|
@@ -35,11 +35,10 @@ export class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
35
35
|
SSLConnectionString?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* Indicates whether SSL encryption is enabled. Valid values:
|
|
38
|
+
* Indicates whether Secure Sockets Layer (SSL) encryption is enabled. Valid values:
|
|
39
39
|
*
|
|
40
|
-
* - **Enabled**:
|
|
41
|
-
*
|
|
42
|
-
* - **Disabled**: disabled.
|
|
40
|
+
* - **Enabled**: Enabled.
|
|
41
|
+
* - **Disabled**: Shutdown.
|
|
43
42
|
*
|
|
44
43
|
* @example
|
|
45
44
|
* Enabled
|
|
@@ -47,7 +46,7 @@ export class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
47
46
|
SSLEnabled?: string;
|
|
48
47
|
/**
|
|
49
48
|
* @remarks
|
|
50
|
-
* The
|
|
49
|
+
* The expiration time of the SSL certificate. The time is in the `yyyy-MM-ddTHH:mm:ssZ` format (UTC).
|
|
51
50
|
*
|
|
52
51
|
* @example
|
|
53
52
|
* 2021-11-13T07:14:22Z
|
|
@@ -85,7 +84,7 @@ export class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
85
84
|
export class DescribeDBClusterSSLResponseBody extends $dara.Model {
|
|
86
85
|
/**
|
|
87
86
|
* @remarks
|
|
88
|
-
*
|
|
87
|
+
* The list of SSL connection information.
|
|
89
88
|
*/
|
|
90
89
|
items?: DescribeDBClusterSSLResponseBodyItems[];
|
|
91
90
|
/**
|
|
@@ -98,11 +97,11 @@ export class DescribeDBClusterSSLResponseBody extends $dara.Model {
|
|
|
98
97
|
requestId?: string;
|
|
99
98
|
/**
|
|
100
99
|
* @remarks
|
|
101
|
-
* Indicates whether automatic
|
|
100
|
+
* Indicates whether automatic SSL certificate rotation is enabled. Valid values:
|
|
102
101
|
*
|
|
103
|
-
* - **Enable**:
|
|
102
|
+
* - **Enable**: Enabled.
|
|
104
103
|
*
|
|
105
|
-
* - **Disable**:
|
|
104
|
+
* - **Disable**: Disabled.
|
|
106
105
|
*
|
|
107
106
|
* > This parameter is supported only for PolarDB for MySQL.
|
|
108
107
|
*
|
|
@@ -42,6 +42,84 @@ export class DescribePolarFsAttributeResponseBodyCustomBucketPathList extends $d
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
export class DescribePolarFsAttributeResponseBodyEndpointItemsAddressItems extends $dara.Model {
|
|
46
|
+
connectionString?: string;
|
|
47
|
+
IPAddress?: string;
|
|
48
|
+
netType?: string;
|
|
49
|
+
port?: string;
|
|
50
|
+
VPCId?: string;
|
|
51
|
+
vSwitchId?: string;
|
|
52
|
+
static names(): { [key: string]: string } {
|
|
53
|
+
return {
|
|
54
|
+
connectionString: 'ConnectionString',
|
|
55
|
+
IPAddress: 'IPAddress',
|
|
56
|
+
netType: 'NetType',
|
|
57
|
+
port: 'Port',
|
|
58
|
+
VPCId: 'VPCId',
|
|
59
|
+
vSwitchId: 'VSwitchId',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
static types(): { [key: string]: any } {
|
|
64
|
+
return {
|
|
65
|
+
connectionString: 'string',
|
|
66
|
+
IPAddress: 'string',
|
|
67
|
+
netType: 'string',
|
|
68
|
+
port: 'string',
|
|
69
|
+
VPCId: 'string',
|
|
70
|
+
vSwitchId: 'string',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
validate() {
|
|
75
|
+
super.validate();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
constructor(map?: { [key: string]: any }) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export class DescribePolarFsAttributeResponseBodyEndpointItems extends $dara.Model {
|
|
84
|
+
addressItems?: DescribePolarFsAttributeResponseBodyEndpointItemsAddressItems[];
|
|
85
|
+
/**
|
|
86
|
+
* @example
|
|
87
|
+
* ep-xxxxxxxxx
|
|
88
|
+
*/
|
|
89
|
+
DBEndpointId?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @example
|
|
92
|
+
* S3Gateway
|
|
93
|
+
*/
|
|
94
|
+
endpointType?: string;
|
|
95
|
+
static names(): { [key: string]: string } {
|
|
96
|
+
return {
|
|
97
|
+
addressItems: 'AddressItems',
|
|
98
|
+
DBEndpointId: 'DBEndpointId',
|
|
99
|
+
endpointType: 'EndpointType',
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
static types(): { [key: string]: any } {
|
|
104
|
+
return {
|
|
105
|
+
addressItems: { 'type': 'array', 'itemType': DescribePolarFsAttributeResponseBodyEndpointItemsAddressItems },
|
|
106
|
+
DBEndpointId: 'string',
|
|
107
|
+
endpointType: 'string',
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
validate() {
|
|
112
|
+
if(Array.isArray(this.addressItems)) {
|
|
113
|
+
$dara.Model.validateArray(this.addressItems);
|
|
114
|
+
}
|
|
115
|
+
super.validate();
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
constructor(map?: { [key: string]: any }) {
|
|
119
|
+
super(map);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
45
123
|
export class DescribePolarFsAttributeResponseBodyMountInfo extends $dara.Model {
|
|
46
124
|
/**
|
|
47
125
|
* @remarks
|
|
@@ -103,7 +181,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
103
181
|
accelerateType?: string;
|
|
104
182
|
/**
|
|
105
183
|
* @remarks
|
|
106
|
-
* The acceleration storage space
|
|
184
|
+
* The acceleration storage space. Unit: GB.
|
|
107
185
|
*
|
|
108
186
|
* @example
|
|
109
187
|
* 1000
|
|
@@ -111,9 +189,9 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
111
189
|
acceleratedStorageSpace?: number;
|
|
112
190
|
/**
|
|
113
191
|
* @remarks
|
|
114
|
-
*
|
|
115
|
-
* - **ON**:
|
|
116
|
-
* - **OFF**:
|
|
192
|
+
* Specifies whether the acceleration cache is enabled. Valid values:
|
|
193
|
+
* - **ON**: Enabled.
|
|
194
|
+
* - **OFF**: Disabled.
|
|
117
195
|
*
|
|
118
196
|
* @example
|
|
119
197
|
* ON
|
|
@@ -121,7 +199,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
121
199
|
acceleratingEnable?: string;
|
|
122
200
|
/**
|
|
123
201
|
* @remarks
|
|
124
|
-
* The bandwidth
|
|
202
|
+
* The bandwidth. Unit: MB/s.
|
|
125
203
|
*
|
|
126
204
|
* @example
|
|
127
205
|
* 100
|
|
@@ -129,7 +207,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
129
207
|
bandwidth?: number;
|
|
130
208
|
/**
|
|
131
209
|
* @remarks
|
|
132
|
-
* The bandwidth baseline
|
|
210
|
+
* The bandwidth baseline. Unit: MB/s/TiB.
|
|
133
211
|
*
|
|
134
212
|
* @example
|
|
135
213
|
* 100
|
|
@@ -137,7 +215,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
137
215
|
bandwidthBaseLine?: number;
|
|
138
216
|
/**
|
|
139
217
|
* @remarks
|
|
140
|
-
* The
|
|
218
|
+
* The bucket ID.
|
|
141
219
|
*
|
|
142
220
|
* @example
|
|
143
221
|
* xxx
|
|
@@ -186,21 +264,23 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
186
264
|
* The list of custom storage paths.
|
|
187
265
|
*/
|
|
188
266
|
customBucketPathList?: DescribePolarFsAttributeResponseBodyCustomBucketPathList[];
|
|
267
|
+
DBEndpointId?: string;
|
|
189
268
|
/**
|
|
190
269
|
* @remarks
|
|
191
270
|
* The database ecosystem type. Valid values:
|
|
192
271
|
* * **MySQL**
|
|
193
|
-
* * **PostgreSQL
|
|
272
|
+
* * **PostgreSQL**
|
|
194
273
|
*
|
|
195
274
|
* @example
|
|
196
275
|
* MySQL
|
|
197
276
|
*/
|
|
198
277
|
DBType?: string;
|
|
278
|
+
endpointItems?: DescribePolarFsAttributeResponseBodyEndpointItems[];
|
|
199
279
|
/**
|
|
200
280
|
* @remarks
|
|
201
281
|
* The expiration time of the cluster.
|
|
202
282
|
*
|
|
203
|
-
* > This parameter is returned only for clusters
|
|
283
|
+
* > This parameter is returned only for clusters that use the **Prepaid** (subscription) billing method. An empty value is returned for **Postpaid** (pay-as-you-go) clusters.
|
|
204
284
|
*
|
|
205
285
|
* @example
|
|
206
286
|
* 2025-10-10T16:00:00Z
|
|
@@ -209,7 +289,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
209
289
|
/**
|
|
210
290
|
* @remarks
|
|
211
291
|
* Indicates whether the cluster has expired.
|
|
212
|
-
* > This parameter is returned only for clusters
|
|
292
|
+
* > This parameter is returned only for clusters that use the **Prepaid** (subscription) billing method.
|
|
213
293
|
*
|
|
214
294
|
* @example
|
|
215
295
|
* false
|
|
@@ -227,22 +307,25 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
227
307
|
* @remarks
|
|
228
308
|
* The lock mode. Valid values:
|
|
229
309
|
*
|
|
230
|
-
* - **Unlock**:
|
|
231
|
-
* - **ManualLock**:
|
|
232
|
-
* - **LockByExpiration**:
|
|
310
|
+
* - **Unlock**: Not locked.
|
|
311
|
+
* - **ManualLock**: Manually locked.
|
|
312
|
+
* - **LockByExpiration**: Automatically locked due to cluster expiration.
|
|
233
313
|
*
|
|
234
314
|
* @example
|
|
235
315
|
* Unlock
|
|
236
316
|
*/
|
|
237
317
|
lockMode?: string;
|
|
318
|
+
maxscaleEndpointId?: string;
|
|
319
|
+
metaConnString?: string;
|
|
238
320
|
/**
|
|
239
321
|
* @example
|
|
240
322
|
* pc-xxxxxxxxxxxxxxxxx
|
|
241
323
|
*/
|
|
242
324
|
metaInstanceName?: string;
|
|
325
|
+
metaMxsConnString?: string;
|
|
243
326
|
/**
|
|
244
327
|
* @remarks
|
|
245
|
-
* The metadata URL for Fuse mounting
|
|
328
|
+
* The encrypted metadata URL for Fuse mounting.
|
|
246
329
|
*
|
|
247
330
|
* @example
|
|
248
331
|
* e6cc1d2e2a6fa292038d999fda6501*****
|
|
@@ -299,7 +382,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
299
382
|
/**
|
|
300
383
|
* @remarks
|
|
301
384
|
* The instance version. Valid values:
|
|
302
|
-
* - **PolarFS 2.0**: 2.0
|
|
385
|
+
* - **PolarFS 2.0**: 2.0.
|
|
303
386
|
* - **PolarFS 1.0**: 1.0.
|
|
304
387
|
*
|
|
305
388
|
* @example
|
|
@@ -356,7 +439,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
356
439
|
securityGroupId?: string;
|
|
357
440
|
/**
|
|
358
441
|
* @remarks
|
|
359
|
-
* The storage space
|
|
442
|
+
* The storage space. Unit: GB.
|
|
360
443
|
*
|
|
361
444
|
* @example
|
|
362
445
|
* 1000
|
|
@@ -364,11 +447,11 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
364
447
|
storageSpace?: number;
|
|
365
448
|
/**
|
|
366
449
|
* @remarks
|
|
367
|
-
*
|
|
450
|
+
* The storage type for the High-performance Edition. Valid values:
|
|
368
451
|
* * **ESSDPL1**
|
|
369
452
|
* * **ESSDPL0**
|
|
370
453
|
*
|
|
371
|
-
*
|
|
454
|
+
* The storage type for the Basic Edition. Valid values:
|
|
372
455
|
* * **city_redundancy**: zone-redundant storage.
|
|
373
456
|
*
|
|
374
457
|
* @example
|
|
@@ -377,12 +460,22 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
377
460
|
storageType?: string;
|
|
378
461
|
/**
|
|
379
462
|
* @remarks
|
|
380
|
-
* The used storage space
|
|
463
|
+
* The used storage space. Unit: bytes.
|
|
381
464
|
*
|
|
382
465
|
* @example
|
|
383
466
|
* 3012558848
|
|
384
467
|
*/
|
|
385
468
|
storageUsed?: number;
|
|
469
|
+
/**
|
|
470
|
+
* @example
|
|
471
|
+
* lakebase_acc
|
|
472
|
+
*/
|
|
473
|
+
userDefaultAccName?: string;
|
|
474
|
+
/**
|
|
475
|
+
* @example
|
|
476
|
+
* EncryptedSecretKey==
|
|
477
|
+
*/
|
|
478
|
+
userDefaultAccSk?: string;
|
|
386
479
|
/**
|
|
387
480
|
* @remarks
|
|
388
481
|
* The VPC ID.
|
|
@@ -420,12 +513,17 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
420
513
|
createTime: 'CreateTime',
|
|
421
514
|
customBucketPath: 'CustomBucketPath',
|
|
422
515
|
customBucketPathList: 'CustomBucketPathList',
|
|
516
|
+
DBEndpointId: 'DBEndpointId',
|
|
423
517
|
DBType: 'DBType',
|
|
518
|
+
endpointItems: 'EndpointItems',
|
|
424
519
|
expireTime: 'ExpireTime',
|
|
425
520
|
expired: 'Expired',
|
|
426
521
|
fileSystemId: 'FileSystemId',
|
|
427
522
|
lockMode: 'LockMode',
|
|
523
|
+
maxscaleEndpointId: 'MaxscaleEndpointId',
|
|
524
|
+
metaConnString: 'MetaConnString',
|
|
428
525
|
metaInstanceName: 'MetaInstanceName',
|
|
526
|
+
metaMxsConnString: 'MetaMxsConnString',
|
|
429
527
|
metaUrl: 'MetaUrl',
|
|
430
528
|
minorVersion: 'MinorVersion',
|
|
431
529
|
mountInfo: 'MountInfo',
|
|
@@ -443,6 +541,8 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
443
541
|
storageSpace: 'StorageSpace',
|
|
444
542
|
storageType: 'StorageType',
|
|
445
543
|
storageUsed: 'StorageUsed',
|
|
544
|
+
userDefaultAccName: 'UserDefaultAccName',
|
|
545
|
+
userDefaultAccSk: 'UserDefaultAccSk',
|
|
446
546
|
VPCId: 'VPCId',
|
|
447
547
|
vSwitchId: 'VSwitchId',
|
|
448
548
|
zoneId: 'ZoneId',
|
|
@@ -462,12 +562,17 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
462
562
|
createTime: 'string',
|
|
463
563
|
customBucketPath: 'string',
|
|
464
564
|
customBucketPathList: { 'type': 'array', 'itemType': DescribePolarFsAttributeResponseBodyCustomBucketPathList },
|
|
565
|
+
DBEndpointId: 'string',
|
|
465
566
|
DBType: 'string',
|
|
567
|
+
endpointItems: { 'type': 'array', 'itemType': DescribePolarFsAttributeResponseBodyEndpointItems },
|
|
466
568
|
expireTime: 'string',
|
|
467
569
|
expired: 'string',
|
|
468
570
|
fileSystemId: 'string',
|
|
469
571
|
lockMode: 'string',
|
|
572
|
+
maxscaleEndpointId: 'string',
|
|
573
|
+
metaConnString: 'string',
|
|
470
574
|
metaInstanceName: 'string',
|
|
575
|
+
metaMxsConnString: 'string',
|
|
471
576
|
metaUrl: 'string',
|
|
472
577
|
minorVersion: 'string',
|
|
473
578
|
mountInfo: DescribePolarFsAttributeResponseBodyMountInfo,
|
|
@@ -485,6 +590,8 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
485
590
|
storageSpace: 'number',
|
|
486
591
|
storageType: 'string',
|
|
487
592
|
storageUsed: 'number',
|
|
593
|
+
userDefaultAccName: 'string',
|
|
594
|
+
userDefaultAccSk: 'string',
|
|
488
595
|
VPCId: 'string',
|
|
489
596
|
vSwitchId: 'string',
|
|
490
597
|
zoneId: 'string',
|
|
@@ -495,6 +602,9 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
495
602
|
if(Array.isArray(this.customBucketPathList)) {
|
|
496
603
|
$dara.Model.validateArray(this.customBucketPathList);
|
|
497
604
|
}
|
|
605
|
+
if(Array.isArray(this.endpointItems)) {
|
|
606
|
+
$dara.Model.validateArray(this.endpointItems);
|
|
607
|
+
}
|
|
498
608
|
if(this.mountInfo && typeof (this.mountInfo as any).validate === 'function') {
|
|
499
609
|
(this.mountInfo as any).validate();
|
|
500
610
|
}
|