@alicloud/polardb20170801 7.4.0 → 7.6.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 +66 -40
- package/dist/client.js +245 -40
- package/dist/client.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/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 +4 -6
- package/dist/models/DescribeApplicationLogsResponseBody.js +4 -0
- package/dist/models/DescribeApplicationLogsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationPerformanceRequest.d.ts +4 -0
- package/dist/models/DescribeApplicationPerformanceRequest.js +8 -0
- package/dist/models/DescribeApplicationPerformanceRequest.js.map +1 -1
- package/dist/models/DescribeApplicationPerformanceResponseBody.d.ts +2 -0
- package/dist/models/DescribeApplicationPerformanceResponseBody.js +4 -0
- package/dist/models/DescribeApplicationPerformanceResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationSessionIdsRequest.d.ts +72 -0
- package/dist/models/DescribeApplicationSessionIdsRequest.js +74 -0
- package/dist/models/DescribeApplicationSessionIdsRequest.js.map +1 -0
- package/dist/models/DescribeApplicationSessionIdsResponse.d.ts +19 -0
- package/dist/models/DescribeApplicationSessionIdsResponse.js +69 -0
- package/dist/models/DescribeApplicationSessionIdsResponse.js.map +1 -0
- package/dist/models/DescribeApplicationSessionIdsResponseBody.d.ts +82 -0
- package/dist/models/DescribeApplicationSessionIdsResponseBody.js +116 -0
- package/dist/models/DescribeApplicationSessionIdsResponseBody.js.map +1 -0
- 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/DescribeDbclusterAttributeResponseBody.d.ts +84 -79
- package/dist/models/DescribeDbclusterAttributeResponseBody.js +10 -0
- package/dist/models/DescribeDbclusterAttributeResponseBody.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 +39 -0
- package/dist/models/DescribePolarFsRequest.js.map +1 -1
- package/dist/models/DescribePolarFsResponseBody.d.ts +12 -0
- package/dist/models/DescribePolarFsResponseBody.js.map +1 -1
- 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/model.d.ts +23 -0
- package/dist/models/model.js +86 -40
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +294 -40
- 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/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 +8 -6
- package/src/models/DescribeApplicationPerformanceRequest.ts +12 -0
- package/src/models/DescribeApplicationPerformanceResponseBody.ts +6 -0
- package/src/models/DescribeApplicationSessionIdsRequest.ts +101 -0
- package/src/models/DescribeApplicationSessionIdsResponse.ts +40 -0
- package/src/models/DescribeApplicationSessionIdsResponseBody.ts +135 -0
- 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/DescribeDbclusterAttributeResponseBody.ts +94 -79
- 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 +39 -0
- package/src/models/DescribePolarFsResponseBody.ts +12 -0
- package/src/models/ModifyDbclusterAccessWhitelistRequest.ts +29 -32
- package/src/models/ModifyDbclusterSslrequest.ts +32 -27
- package/src/models/model.ts +23 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeApplicationSessionIdsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The application ID.
|
|
9
|
+
*
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* pa-**************
|
|
14
|
+
*/
|
|
15
|
+
applicationId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The end of the time range to query.
|
|
19
|
+
*
|
|
20
|
+
* This parameter is required.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* 2020-02-01T18:00Z
|
|
24
|
+
*/
|
|
25
|
+
endTime?: string;
|
|
26
|
+
ownerAccount?: string;
|
|
27
|
+
ownerId?: number;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* The page number.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* 1
|
|
34
|
+
*/
|
|
35
|
+
pageNumber?: number;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The number of entries per page.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* 30
|
|
42
|
+
*/
|
|
43
|
+
pageSize?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @remarks
|
|
46
|
+
* The region ID.
|
|
47
|
+
*
|
|
48
|
+
* This parameter is required.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* cn-hangzhou
|
|
52
|
+
*/
|
|
53
|
+
regionId?: string;
|
|
54
|
+
resourceOwnerAccount?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The beginning of the time range to query. Specify the time in the `YYYY-MM-DDThh:mmZ` format (UTC).
|
|
58
|
+
*
|
|
59
|
+
* This parameter is required.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* 2022-11-15T16:00Z
|
|
63
|
+
*/
|
|
64
|
+
startTime?: string;
|
|
65
|
+
static names(): { [key: string]: string } {
|
|
66
|
+
return {
|
|
67
|
+
applicationId: 'ApplicationId',
|
|
68
|
+
endTime: 'EndTime',
|
|
69
|
+
ownerAccount: 'OwnerAccount',
|
|
70
|
+
ownerId: 'OwnerId',
|
|
71
|
+
pageNumber: 'PageNumber',
|
|
72
|
+
pageSize: 'PageSize',
|
|
73
|
+
regionId: 'RegionId',
|
|
74
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
75
|
+
startTime: 'StartTime',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
static types(): { [key: string]: any } {
|
|
80
|
+
return {
|
|
81
|
+
applicationId: 'string',
|
|
82
|
+
endTime: 'string',
|
|
83
|
+
ownerAccount: 'string',
|
|
84
|
+
ownerId: 'number',
|
|
85
|
+
pageNumber: 'number',
|
|
86
|
+
pageSize: 'number',
|
|
87
|
+
regionId: 'string',
|
|
88
|
+
resourceOwnerAccount: 'string',
|
|
89
|
+
startTime: 'string',
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
validate() {
|
|
94
|
+
super.validate();
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
constructor(map?: { [key: string]: any }) {
|
|
98
|
+
super(map);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeApplicationSessionIdsResponseBody } from "./DescribeApplicationSessionIdsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeApplicationSessionIdsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeApplicationSessionIdsResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeApplicationSessionIdsResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeApplicationSessionIdsResponseBodyItemsItems extends $dara.Model {
|
|
6
|
+
agent?: string;
|
|
7
|
+
sessionId?: string;
|
|
8
|
+
time?: string;
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
agent: 'Agent',
|
|
12
|
+
sessionId: 'SessionId',
|
|
13
|
+
time: 'Time',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
agent: 'string',
|
|
20
|
+
sessionId: 'string',
|
|
21
|
+
time: 'string',
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
validate() {
|
|
26
|
+
super.validate();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
constructor(map?: { [key: string]: any }) {
|
|
30
|
+
super(map);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export class DescribeApplicationSessionIdsResponseBodyItems extends $dara.Model {
|
|
35
|
+
items?: DescribeApplicationSessionIdsResponseBodyItemsItems[];
|
|
36
|
+
static names(): { [key: string]: string } {
|
|
37
|
+
return {
|
|
38
|
+
items: 'items',
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
static types(): { [key: string]: any } {
|
|
43
|
+
return {
|
|
44
|
+
items: { 'type': 'array', 'itemType': DescribeApplicationSessionIdsResponseBodyItemsItems },
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
validate() {
|
|
49
|
+
if(Array.isArray(this.items)) {
|
|
50
|
+
$dara.Model.validateArray(this.items);
|
|
51
|
+
}
|
|
52
|
+
super.validate();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
constructor(map?: { [key: string]: any }) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export class DescribeApplicationSessionIdsResponseBody extends $dara.Model {
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* The application ID.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* pa-********************
|
|
67
|
+
*/
|
|
68
|
+
applicationId?: string;
|
|
69
|
+
items?: DescribeApplicationSessionIdsResponseBodyItems;
|
|
70
|
+
/**
|
|
71
|
+
* @remarks
|
|
72
|
+
* The page number.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* 1
|
|
76
|
+
*/
|
|
77
|
+
pageNumber?: number;
|
|
78
|
+
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* The number of entries on the current page.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* 30
|
|
84
|
+
*/
|
|
85
|
+
pageRecordCount?: number;
|
|
86
|
+
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The request ID.
|
|
89
|
+
*
|
|
90
|
+
* @example
|
|
91
|
+
* 7F2007D3-7E74-4ECB-89A8-BF130D******
|
|
92
|
+
*/
|
|
93
|
+
requestId?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* The total number of entries.
|
|
97
|
+
*
|
|
98
|
+
* @example
|
|
99
|
+
* 1
|
|
100
|
+
*/
|
|
101
|
+
totalRecordCount?: string;
|
|
102
|
+
static names(): { [key: string]: string } {
|
|
103
|
+
return {
|
|
104
|
+
applicationId: 'ApplicationId',
|
|
105
|
+
items: 'Items',
|
|
106
|
+
pageNumber: 'PageNumber',
|
|
107
|
+
pageRecordCount: 'PageRecordCount',
|
|
108
|
+
requestId: 'RequestId',
|
|
109
|
+
totalRecordCount: 'TotalRecordCount',
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
static types(): { [key: string]: any } {
|
|
114
|
+
return {
|
|
115
|
+
applicationId: 'string',
|
|
116
|
+
items: DescribeApplicationSessionIdsResponseBodyItems,
|
|
117
|
+
pageNumber: 'number',
|
|
118
|
+
pageRecordCount: 'number',
|
|
119
|
+
requestId: 'string',
|
|
120
|
+
totalRecordCount: 'string',
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
validate() {
|
|
125
|
+
if(this.items && typeof (this.items as any).validate === 'function') {
|
|
126
|
+
(this.items as any).validate();
|
|
127
|
+
}
|
|
128
|
+
super.validate();
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
constructor(map?: { [key: string]: any }) {
|
|
132
|
+
super(map);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeAvailableModelsResponseBodyItemsGpuRequired extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The minimum number of GPUs
|
|
8
|
+
* The minimum number of GPUs.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* xx
|
|
@@ -45,12 +45,12 @@ export class DescribeAvailableModelsResponseBodyItemsGpuRequired extends $dara.M
|
|
|
45
45
|
export class DescribeAvailableModelsResponseBodyItems extends $dara.Model {
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The
|
|
48
|
+
* The supported GPU types.
|
|
49
49
|
*/
|
|
50
50
|
gpuRequired?: DescribeAvailableModelsResponseBodyItemsGpuRequired[];
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
* The minimum number of
|
|
53
|
+
* The minimum number of CPUs.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* 8
|
|
@@ -58,7 +58,7 @@ export class DescribeAvailableModelsResponseBodyItems extends $dara.Model {
|
|
|
58
58
|
minimumCpu?: number;
|
|
59
59
|
/**
|
|
60
60
|
* @remarks
|
|
61
|
-
* The minimum memory
|
|
61
|
+
* The minimum memory size.
|
|
62
62
|
*
|
|
63
63
|
* @example
|
|
64
64
|
* 16384
|
|
@@ -85,6 +85,7 @@ export class DescribeAvailableModelsResponseBodyItems extends $dara.Model {
|
|
|
85
85
|
* The supported GPU models.
|
|
86
86
|
*/
|
|
87
87
|
supportedGpuModels?: string[];
|
|
88
|
+
tuneArch?: string;
|
|
88
89
|
static names(): { [key: string]: string } {
|
|
89
90
|
return {
|
|
90
91
|
gpuRequired: 'GpuRequired',
|
|
@@ -93,6 +94,7 @@ export class DescribeAvailableModelsResponseBodyItems extends $dara.Model {
|
|
|
93
94
|
modelName: 'ModelName',
|
|
94
95
|
modelSeries: 'ModelSeries',
|
|
95
96
|
supportedGpuModels: 'SupportedGpuModels',
|
|
97
|
+
tuneArch: 'TuneArch',
|
|
96
98
|
};
|
|
97
99
|
}
|
|
98
100
|
|
|
@@ -104,6 +106,7 @@ export class DescribeAvailableModelsResponseBodyItems extends $dara.Model {
|
|
|
104
106
|
modelName: 'string',
|
|
105
107
|
modelSeries: 'string',
|
|
106
108
|
supportedGpuModels: { 'type': 'array', 'itemType': 'string' },
|
|
109
|
+
tuneArch: 'string',
|
|
107
110
|
};
|
|
108
111
|
}
|
|
109
112
|
|
|
@@ -133,7 +136,7 @@ export class DescribeAvailableModelsResponseBody extends $dara.Model {
|
|
|
133
136
|
engine?: string;
|
|
134
137
|
/**
|
|
135
138
|
* @remarks
|
|
136
|
-
* The engine version.
|
|
139
|
+
* The database engine version.
|
|
137
140
|
*
|
|
138
141
|
* @example
|
|
139
142
|
* 3.0
|
|
@@ -146,7 +149,7 @@ export class DescribeAvailableModelsResponseBody extends $dara.Model {
|
|
|
146
149
|
items?: DescribeAvailableModelsResponseBodyItems[];
|
|
147
150
|
/**
|
|
148
151
|
* @remarks
|
|
149
|
-
*
|
|
152
|
+
* Id of the request
|
|
150
153
|
*
|
|
151
154
|
* @example
|
|
152
155
|
* 3AA69096-757C-4647-B36C-29EBC2******
|
|
@@ -13,11 +13,9 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
13
13
|
backupId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The backup mode. Valid values:
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* - **Manual**: Manual backup.
|
|
16
|
+
* The backup mode. Valid values:
|
|
17
|
+
* * **Automated**: automatic backup.
|
|
18
|
+
* * **Manual**: manual backup.
|
|
21
19
|
*
|
|
22
20
|
* @example
|
|
23
21
|
* Automated
|
|
@@ -25,9 +23,9 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
25
23
|
backupMode?: string;
|
|
26
24
|
/**
|
|
27
25
|
* @remarks
|
|
28
|
-
* The destination region for cross-region
|
|
26
|
+
* The destination region for cross-region backups.
|
|
29
27
|
*
|
|
30
|
-
* >
|
|
28
|
+
* > Currently, only PolarDB for MySQL supports this parameter.
|
|
31
29
|
*
|
|
32
30
|
* @example
|
|
33
31
|
* cn-hangzhou
|
|
@@ -36,10 +34,8 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
36
34
|
/**
|
|
37
35
|
* @remarks
|
|
38
36
|
* The backup status. Valid values:
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* - **Failed**: The backup failed.
|
|
37
|
+
* * **Success**: The backup is complete.
|
|
38
|
+
* * **Failed**: The backup failed.
|
|
43
39
|
*
|
|
44
40
|
* @example
|
|
45
41
|
* Success
|
|
@@ -57,7 +53,7 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
57
53
|
DBClusterId?: string;
|
|
58
54
|
/**
|
|
59
55
|
* @remarks
|
|
60
|
-
* The end
|
|
56
|
+
* The end of the time range to query. The end time must be later than the start time. Specify the time in the `YYYY-MM-DDThh:mmZ` format (UTC).
|
|
61
57
|
*
|
|
62
58
|
* This parameter is required.
|
|
63
59
|
*
|
|
@@ -69,7 +65,7 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
69
65
|
ownerId?: number;
|
|
70
66
|
/**
|
|
71
67
|
* @remarks
|
|
72
|
-
* The page number.
|
|
68
|
+
* The page number. Set the value to an integer that is greater than 0 and does not exceed the maximum value of the Integer data type. Default value: **1**.
|
|
73
69
|
*
|
|
74
70
|
* @example
|
|
75
71
|
* 1
|
|
@@ -77,13 +73,10 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
77
73
|
pageNumber?: number;
|
|
78
74
|
/**
|
|
79
75
|
* @remarks
|
|
80
|
-
* The number of entries per page. Valid values:
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* - **50**
|
|
85
|
-
*
|
|
86
|
-
* - **100**
|
|
76
|
+
* The number of entries per page. Valid values:
|
|
77
|
+
* * **30**
|
|
78
|
+
* * **50**
|
|
79
|
+
* * **100**
|
|
87
80
|
*
|
|
88
81
|
* Default value: **30**.
|
|
89
82
|
*
|
|
@@ -95,7 +88,7 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
95
88
|
resourceOwnerId?: number;
|
|
96
89
|
/**
|
|
97
90
|
* @remarks
|
|
98
|
-
* The
|
|
91
|
+
* The beginning of the time range to query. Specify the time in the `YYYY-MM-DDThh:mmZ` format (UTC).
|
|
99
92
|
*
|
|
100
93
|
* This parameter is required.
|
|
101
94
|
*
|
|
@@ -12,6 +12,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $dara.Model {
|
|
|
12
12
|
backupStatus?: string;
|
|
13
13
|
backupType?: string;
|
|
14
14
|
backupsLevel?: string;
|
|
15
|
+
comment?: string;
|
|
15
16
|
consistentTime?: string;
|
|
16
17
|
DBClusterId?: string;
|
|
17
18
|
expectExpireTime?: string;
|
|
@@ -29,6 +30,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $dara.Model {
|
|
|
29
30
|
backupStatus: 'BackupStatus',
|
|
30
31
|
backupType: 'BackupType',
|
|
31
32
|
backupsLevel: 'BackupsLevel',
|
|
33
|
+
comment: 'Comment',
|
|
32
34
|
consistentTime: 'ConsistentTime',
|
|
33
35
|
DBClusterId: 'DBClusterId',
|
|
34
36
|
expectExpireTime: 'ExpectExpireTime',
|
|
@@ -49,6 +51,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $dara.Model {
|
|
|
49
51
|
backupStatus: 'string',
|
|
50
52
|
backupType: 'string',
|
|
51
53
|
backupsLevel: 'string',
|
|
54
|
+
comment: 'string',
|
|
52
55
|
consistentTime: 'string',
|
|
53
56
|
DBClusterId: 'string',
|
|
54
57
|
expectExpireTime: 'string',
|
|
@@ -121,13 +124,10 @@ export class DescribeBackupsResponseBody extends $dara.Model {
|
|
|
121
124
|
requestId?: string;
|
|
122
125
|
/**
|
|
123
126
|
* @remarks
|
|
124
|
-
* The total size of level-2 backups in the specified region
|
|
125
|
-
*
|
|
126
|
-
* > -
|
|
127
|
-
* >
|
|
128
|
-
* > - Supported only for clusters with the level-2 backup feature enabled.
|
|
129
|
-
* >
|
|
130
|
-
* > - If this field is not returned, the level-2 backup size is 0.
|
|
127
|
+
* The total size of level-2 backups in the specified region. Unit: bytes.
|
|
128
|
+
* > - Only PSL4 and PSL5 storage types are supported.
|
|
129
|
+
* > - Only clusters with the level-2 backup feature enabled are supported.
|
|
130
|
+
* > - If this parameter is not returned, the level-2 backup size is 0.
|
|
131
131
|
*
|
|
132
132
|
* @example
|
|
133
133
|
* 4639948800
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The dimension object ID. This parameter is required when BudgetDimensionType is set to ConsumerGroup or Consumer.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cg-p3gk2oh55c**
|
|
@@ -15,9 +15,8 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* The policy type. Valid values:
|
|
17
17
|
*
|
|
18
|
-
* - **ConsumerGroup**:
|
|
19
|
-
*
|
|
20
|
-
* - **Consumer**: The policy applies to a user.
|
|
18
|
+
* - **ConsumerGroup**: total budget for a user group
|
|
19
|
+
* - **Consumer**: total budget for a user
|
|
21
20
|
*
|
|
22
21
|
* @example
|
|
23
22
|
* ConsumerGroup
|
|
@@ -51,15 +50,12 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
51
50
|
pageNumber?: number;
|
|
52
51
|
/**
|
|
53
52
|
* @remarks
|
|
54
|
-
* The number of entries per page. Valid values:
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* - **50**
|
|
53
|
+
* The number of entries per page. Valid values:
|
|
54
|
+
* * **30**
|
|
55
|
+
* * **50**
|
|
56
|
+
* * **100**
|
|
59
57
|
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
* The default value is **30**.
|
|
58
|
+
* Default value: **30**.
|
|
63
59
|
*
|
|
64
60
|
* @example
|
|
65
61
|
* 30
|
|
@@ -73,13 +69,13 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
73
69
|
* cn-beijing
|
|
74
70
|
*/
|
|
75
71
|
regionId?: string;
|
|
72
|
+
scopeRefName?: string;
|
|
76
73
|
/**
|
|
77
74
|
* @remarks
|
|
78
75
|
* The policy status. Valid values:
|
|
79
76
|
*
|
|
80
|
-
* - **Enabled
|
|
81
|
-
*
|
|
82
|
-
* - **Disabled**
|
|
77
|
+
* - **Enabled**: enabled
|
|
78
|
+
* - **Disenabled**: disabled
|
|
83
79
|
*
|
|
84
80
|
* @example
|
|
85
81
|
* Enabled
|
|
@@ -94,6 +90,7 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
94
90
|
pageNumber: 'PageNumber',
|
|
95
91
|
pageSize: 'PageSize',
|
|
96
92
|
regionId: 'RegionId',
|
|
93
|
+
scopeRefName: 'ScopeRefName',
|
|
97
94
|
status: 'Status',
|
|
98
95
|
};
|
|
99
96
|
}
|
|
@@ -107,6 +104,7 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
107
104
|
pageNumber: 'number',
|
|
108
105
|
pageSize: 'number',
|
|
109
106
|
regionId: 'string',
|
|
107
|
+
scopeRefName: 'string',
|
|
110
108
|
status: 'string',
|
|
111
109
|
};
|
|
112
110
|
}
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The alert threshold
|
|
8
|
+
* The alert threshold percentage. Valid values: 0 to 100.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 80
|
|
@@ -13,7 +13,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
13
13
|
alertThresholdPct?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* Indicates whether the alert threshold
|
|
16
|
+
* Indicates whether the alert threshold has been triggered.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* false
|
|
@@ -21,7 +21,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
21
21
|
alertTriggered?: boolean;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The
|
|
24
|
+
* The dimension object ID. This parameter is required when BudgetDimensionType is set to ConsumerGroup or Consumer.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* cg-p3gk2oh55c**
|
|
@@ -29,11 +29,10 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
29
29
|
budgetDimensionRefId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The policy type. Valid values:
|
|
33
33
|
*
|
|
34
|
-
* - **ConsumerGroup**:
|
|
35
|
-
*
|
|
36
|
-
* - **Consumer**: consumer
|
|
34
|
+
* - **ConsumerGroup**: total budget for a user group
|
|
35
|
+
* - **Consumer**: total budget for a user
|
|
37
36
|
*
|
|
38
37
|
* @example
|
|
39
38
|
* ConsumerGroup
|
|
@@ -41,7 +40,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
41
40
|
budgetDimensionType?: string;
|
|
42
41
|
/**
|
|
43
42
|
* @remarks
|
|
44
|
-
* The
|
|
43
|
+
* The budget points.
|
|
45
44
|
*
|
|
46
45
|
* @example
|
|
47
46
|
* 10000
|
|
@@ -59,11 +58,9 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
59
58
|
* @remarks
|
|
60
59
|
* The budget type. Valid values:
|
|
61
60
|
*
|
|
62
|
-
* - **GlobalTotal**:
|
|
63
|
-
*
|
|
64
|
-
* - **
|
|
65
|
-
*
|
|
66
|
-
* - **ConsumerGroupTotal**: Consumer group budget
|
|
61
|
+
* - **GlobalTotal**: global total budget
|
|
62
|
+
* - **ConsumerTotal**: total budget for a user
|
|
63
|
+
* - **ConsumerGroupTotal**: total budget for a user group
|
|
67
64
|
*
|
|
68
65
|
* @example
|
|
69
66
|
* GlobalTotal
|
|
@@ -71,7 +68,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
71
68
|
budgetType?: string;
|
|
72
69
|
/**
|
|
73
70
|
* @remarks
|
|
74
|
-
* Indicates whether the
|
|
71
|
+
* Indicates whether the quota has been exceeded.
|
|
75
72
|
*
|
|
76
73
|
* @example
|
|
77
74
|
* false
|
|
@@ -95,7 +92,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
95
92
|
gmtModified?: string;
|
|
96
93
|
/**
|
|
97
94
|
* @remarks
|
|
98
|
-
* The gateway
|
|
95
|
+
* The gateway instance ID.
|
|
99
96
|
*
|
|
100
97
|
* @example
|
|
101
98
|
* pg-xxxxxxxx
|
|
@@ -103,7 +100,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
103
100
|
gwClusterId?: string;
|
|
104
101
|
/**
|
|
105
102
|
* @remarks
|
|
106
|
-
* The day of the month
|
|
103
|
+
* The day of the month on which the budget resets. Valid values: 1 to 28.
|
|
107
104
|
*
|
|
108
105
|
* @example
|
|
109
106
|
* 2
|
|
@@ -111,11 +108,10 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
111
108
|
resetDayOfMonth?: string;
|
|
112
109
|
/**
|
|
113
110
|
* @remarks
|
|
114
|
-
* The status
|
|
111
|
+
* The policy status. Valid values:
|
|
115
112
|
*
|
|
116
113
|
* - **Enabled**: enabled
|
|
117
|
-
*
|
|
118
|
-
* - **Disabled**: disabled
|
|
114
|
+
* - **Disenabled**: disabled
|
|
119
115
|
*
|
|
120
116
|
* @example
|
|
121
117
|
* Enabled
|
|
@@ -179,7 +175,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
179
175
|
export class DescribeBudgetPoliciesResponseBody extends $dara.Model {
|
|
180
176
|
/**
|
|
181
177
|
* @remarks
|
|
182
|
-
*
|
|
178
|
+
* The list of budget policies.
|
|
183
179
|
*/
|
|
184
180
|
items?: DescribeBudgetPoliciesResponseBodyItems[];
|
|
185
181
|
/**
|
|
@@ -200,8 +196,8 @@ export class DescribeBudgetPoliciesResponseBody extends $dara.Model {
|
|
|
200
196
|
pageRecordCount?: number;
|
|
201
197
|
/**
|
|
202
198
|
* @remarks
|
|
203
|
-
* The number of
|
|
204
|
-
*
|
|
199
|
+
* The number of entries per page. Valid values: **30**, **50**, and **100**.
|
|
200
|
+
*
|
|
205
201
|
* Default value: **30**.
|
|
206
202
|
*
|
|
207
203
|
* @example
|
|
@@ -210,7 +206,7 @@ export class DescribeBudgetPoliciesResponseBody extends $dara.Model {
|
|
|
210
206
|
pageSize?: number;
|
|
211
207
|
/**
|
|
212
208
|
* @remarks
|
|
213
|
-
*
|
|
209
|
+
* Id of the request
|
|
214
210
|
*
|
|
215
211
|
* @example
|
|
216
212
|
* 24A1990B-4F6E-482B-B8CB-75C612******
|