@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
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DescribePolarFsRequestTag extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The tag key.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* testKey
|
|
9
12
|
*/
|
|
10
13
|
key?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The tag value.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* testValue
|
|
14
20
|
*/
|
|
@@ -38,37 +44,63 @@ export class DescribePolarFsRequestTag extends $dara.Model {
|
|
|
38
44
|
|
|
39
45
|
export class DescribePolarFsRequest extends $dara.Model {
|
|
40
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* The instance ID of the PolarDB instance on which the application depends.
|
|
49
|
+
*
|
|
41
50
|
* @example
|
|
42
51
|
* pc-2ze8u21s03******
|
|
43
52
|
*/
|
|
44
53
|
DBClusterId?: string;
|
|
45
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* The page number. The value must be an integer greater than 0 and not exceeding the maximum value of Integer.
|
|
57
|
+
*
|
|
46
58
|
* @example
|
|
47
59
|
* 1
|
|
48
60
|
*/
|
|
49
61
|
pageNumber?: number;
|
|
50
62
|
/**
|
|
63
|
+
* @remarks
|
|
64
|
+
* The number of entries per page. Valid values:
|
|
65
|
+
*
|
|
66
|
+
* - **30**
|
|
67
|
+
*
|
|
68
|
+
* - **50**
|
|
69
|
+
*
|
|
70
|
+
* - **100**
|
|
71
|
+
*
|
|
51
72
|
* @example
|
|
52
73
|
* 30
|
|
53
74
|
*/
|
|
54
75
|
pageSize?: number;
|
|
55
76
|
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* The description of the PolarFS instance.
|
|
79
|
+
*
|
|
56
80
|
* @example
|
|
57
81
|
* pfs-ins1********
|
|
58
82
|
*/
|
|
59
83
|
polarFsInstanceDescription?: string;
|
|
60
84
|
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* The list of PolarFS instance IDs, separated by commas (,).
|
|
87
|
+
*
|
|
61
88
|
* @example
|
|
62
89
|
* pfs-ins1*******
|
|
63
90
|
*/
|
|
64
91
|
polarFsInstanceIds?: string;
|
|
65
92
|
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* The PolarFS type.
|
|
95
|
+
*
|
|
66
96
|
* @example
|
|
67
97
|
* all
|
|
68
98
|
*/
|
|
69
99
|
polarFsType?: string;
|
|
70
100
|
/**
|
|
71
101
|
* @remarks
|
|
102
|
+
* The region ID.
|
|
103
|
+
*
|
|
72
104
|
* This parameter is required.
|
|
73
105
|
*
|
|
74
106
|
* @example
|
|
@@ -76,10 +108,17 @@ export class DescribePolarFsRequest extends $dara.Model {
|
|
|
76
108
|
*/
|
|
77
109
|
regionId?: string;
|
|
78
110
|
/**
|
|
111
|
+
* @remarks
|
|
112
|
+
* The ID of the associated PolarDB cluster.
|
|
113
|
+
*
|
|
79
114
|
* @example
|
|
80
115
|
* pc-2zejpr41d9xk*****
|
|
81
116
|
*/
|
|
82
117
|
relativeDbClusterId?: string;
|
|
118
|
+
/**
|
|
119
|
+
* @remarks
|
|
120
|
+
* The tags.
|
|
121
|
+
*/
|
|
83
122
|
tag?: DescribePolarFsRequestTag[];
|
|
84
123
|
static names(): { [key: string]: string } {
|
|
85
124
|
return {
|
|
@@ -282,21 +282,33 @@ export class DescribePolarFsResponseBodyItems extends $dara.Model {
|
|
|
282
282
|
export class DescribePolarFsResponseBody extends $dara.Model {
|
|
283
283
|
items?: DescribePolarFsResponseBodyItems;
|
|
284
284
|
/**
|
|
285
|
+
* @remarks
|
|
286
|
+
* The page number.
|
|
287
|
+
*
|
|
285
288
|
* @example
|
|
286
289
|
* 1
|
|
287
290
|
*/
|
|
288
291
|
pageNumber?: number;
|
|
289
292
|
/**
|
|
293
|
+
* @remarks
|
|
294
|
+
* The number of records on the current page.
|
|
295
|
+
*
|
|
290
296
|
* @example
|
|
291
297
|
* 13
|
|
292
298
|
*/
|
|
293
299
|
pageRecordCount?: number;
|
|
294
300
|
/**
|
|
301
|
+
* @remarks
|
|
302
|
+
* Id of the request
|
|
303
|
+
*
|
|
295
304
|
* @example
|
|
296
305
|
* 8CD1852F-8176-55E4-891C-4478DC00CC7A
|
|
297
306
|
*/
|
|
298
307
|
requestId?: string;
|
|
299
308
|
/**
|
|
309
|
+
* @remarks
|
|
310
|
+
* The total number of records.
|
|
311
|
+
*
|
|
300
312
|
* @example
|
|
301
313
|
* 16
|
|
302
314
|
*/
|
|
@@ -5,11 +5,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The attribute of the IP
|
|
8
|
+
* The attribute of the IP whitelist group. If this parameter is set to **hidden**, the group is not displayed in the console.
|
|
9
9
|
*
|
|
10
|
-
* > -
|
|
11
|
-
* >
|
|
12
|
-
* > - This parameter is available only when **WhiteListType** is set to **IP**.
|
|
10
|
+
* > - IP whitelist groups that are already displayed in the console cannot be hidden.
|
|
11
|
+
* > - This parameter takes effect only when **WhiteListType** is set to **IP**.
|
|
13
12
|
*
|
|
14
13
|
* @example
|
|
15
14
|
* hidden
|
|
@@ -17,17 +16,14 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
17
16
|
DBClusterIPArrayAttribute?: string;
|
|
18
17
|
/**
|
|
19
18
|
* @remarks
|
|
20
|
-
* The name of the IP
|
|
19
|
+
* The name of the IP whitelist group. The name must be 2 to 120 characters in length and can contain lowercase letters and digits. The name must start with a letter and end with a letter or digit.
|
|
21
20
|
*
|
|
22
21
|
* - If the specified whitelist group name does not exist, a new whitelist group is created.
|
|
23
|
-
*
|
|
24
22
|
* - If the specified whitelist group name already exists, the whitelist group is modified.
|
|
23
|
+
* - If this parameter is not specified, the default group is modified.
|
|
25
24
|
*
|
|
26
|
-
* -
|
|
27
|
-
*
|
|
28
|
-
* > * A cluster can have up to 50 IP address whitelist groups.
|
|
29
|
-
* >
|
|
30
|
-
* > * This parameter is available only when **WhiteListType** is set to **IP**.
|
|
25
|
+
* > - A maximum of 50 IP whitelist groups are supported for a cluster.
|
|
26
|
+
* > - This parameter takes effect only when **WhiteListType** is set to **IP**.
|
|
31
27
|
*
|
|
32
28
|
* @example
|
|
33
29
|
* default
|
|
@@ -45,15 +41,12 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
45
41
|
DBClusterId?: string;
|
|
46
42
|
/**
|
|
47
43
|
* @remarks
|
|
48
|
-
* The method used to modify the IP
|
|
49
|
-
*
|
|
50
|
-
* - **
|
|
51
|
-
*
|
|
52
|
-
* - **Append**: Appends IP addresses to the whitelist.
|
|
53
|
-
*
|
|
54
|
-
* - **Delete**: Deletes IP addresses from the whitelist.
|
|
44
|
+
* The method used to modify the IP whitelist. Valid values:
|
|
45
|
+
* - **Cover**: overwrites the original IP whitelist (default value).
|
|
46
|
+
* - **Append**: appends IP addresses to the whitelist.
|
|
47
|
+
* - **Delete**: removes IP addresses from the whitelist.
|
|
55
48
|
*
|
|
56
|
-
* > This parameter
|
|
49
|
+
* > This parameter takes effect only when **WhiteListType** is set to **IP**.
|
|
57
50
|
*
|
|
58
51
|
* @example
|
|
59
52
|
* Cover
|
|
@@ -61,15 +54,19 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
61
54
|
modifyMode?: string;
|
|
62
55
|
ownerAccount?: string;
|
|
63
56
|
ownerId?: number;
|
|
57
|
+
/**
|
|
58
|
+
* @example
|
|
59
|
+
* pfs-xxx
|
|
60
|
+
*/
|
|
61
|
+
pfsInstanceId?: string;
|
|
64
62
|
resourceOwnerAccount?: string;
|
|
65
63
|
resourceOwnerId?: number;
|
|
66
64
|
/**
|
|
67
65
|
* @remarks
|
|
68
|
-
* The security group
|
|
66
|
+
* The security group IDs. Separate multiple security group IDs with commas (,).
|
|
69
67
|
*
|
|
70
|
-
* > - A
|
|
71
|
-
* >
|
|
72
|
-
* > - This parameter is available only when **WhiteListType** is set to **SecurityGroup**.
|
|
68
|
+
* > - A maximum of 3 security groups are supported for a cluster.
|
|
69
|
+
* > - This parameter takes effect only when **WhiteListType** is set to **SecurityGroup**.
|
|
73
70
|
*
|
|
74
71
|
* @example
|
|
75
72
|
* sg-*********
|
|
@@ -77,13 +74,12 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
77
74
|
securityGroupIds?: string;
|
|
78
75
|
/**
|
|
79
76
|
* @remarks
|
|
80
|
-
* The IP addresses or CIDR blocks in the IP
|
|
77
|
+
* The IP addresses or CIDR blocks in the IP whitelist group. A maximum of 1,000 IP addresses or CIDR blocks can be added to all IP whitelist groups. Separate multiple IP addresses with commas (,). The following two formats are supported:
|
|
81
78
|
*
|
|
82
|
-
* - IP address format
|
|
79
|
+
* - IP address format, such as 10.23.12.24.
|
|
80
|
+
* - CIDR format, such as 10.23.12.24/24, where 24 indicates the prefix length of the CIDR block. The prefix length ranges from 1 to 32.
|
|
83
81
|
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
* > This parameter is available only when **WhiteListType** is set to **IP**.
|
|
82
|
+
* > This parameter takes effect only when **WhiteListType** is set to **IP**.
|
|
87
83
|
*
|
|
88
84
|
* @example
|
|
89
85
|
* 10.23.12.24
|
|
@@ -93,11 +89,10 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
93
89
|
* @remarks
|
|
94
90
|
* The type of the whitelist. Valid values:
|
|
95
91
|
*
|
|
96
|
-
* - **IP**: IP
|
|
97
|
-
*
|
|
98
|
-
* - **SecurityGroup**: Security group.
|
|
92
|
+
* - **IP**: IP whitelist group.
|
|
93
|
+
* - **SecurityGroup**: security group.
|
|
99
94
|
*
|
|
100
|
-
*
|
|
95
|
+
* Default value: **IP**.
|
|
101
96
|
*
|
|
102
97
|
* @example
|
|
103
98
|
* IP
|
|
@@ -111,6 +106,7 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
111
106
|
modifyMode: 'ModifyMode',
|
|
112
107
|
ownerAccount: 'OwnerAccount',
|
|
113
108
|
ownerId: 'OwnerId',
|
|
109
|
+
pfsInstanceId: 'PfsInstanceId',
|
|
114
110
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
115
111
|
resourceOwnerId: 'ResourceOwnerId',
|
|
116
112
|
securityGroupIds: 'SecurityGroupIds',
|
|
@@ -127,6 +123,7 @@ export class ModifyDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
127
123
|
modifyMode: 'string',
|
|
128
124
|
ownerAccount: 'string',
|
|
129
125
|
ownerId: 'number',
|
|
126
|
+
pfsInstanceId: 'string',
|
|
130
127
|
resourceOwnerAccount: 'string',
|
|
131
128
|
resourceOwnerId: 'number',
|
|
132
129
|
securityGroupIds: 'string',
|
|
@@ -3,6 +3,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* xxx
|
|
9
|
+
*/
|
|
10
|
+
connectionString?: string;
|
|
6
11
|
/**
|
|
7
12
|
* @remarks
|
|
8
13
|
* The cluster ID.
|
|
@@ -15,13 +20,11 @@ export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
15
20
|
DBClusterId?: string;
|
|
16
21
|
/**
|
|
17
22
|
* @remarks
|
|
18
|
-
* The ID
|
|
23
|
+
* The endpoint ID.
|
|
19
24
|
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* >
|
|
24
|
-
* > - You can call the [DescribeDBClusterSSL](https://help.aliyun.com/document_detail/2319159.html) operation to view the details of the endpoint.
|
|
25
|
+
* >* If the cluster is a PolarDB for MySQL cluster, this parameter is required.
|
|
26
|
+
* >* If the cluster is a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (Compatible with Oracle) cluster, you do not need to specify this parameter. SSL encryption is enabled for all endpoints by default.
|
|
27
|
+
* >* You can call the [DescribeDBClusterSSL](https://help.aliyun.com/document_detail/2319159.html) operation to query endpoint details.
|
|
25
28
|
*
|
|
26
29
|
* @example
|
|
27
30
|
* pe-******************
|
|
@@ -29,17 +32,13 @@ export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
29
32
|
DBEndpointId?: string;
|
|
30
33
|
/**
|
|
31
34
|
* @remarks
|
|
32
|
-
* The network type of the endpoint. The value must be the same as the network type of the endpoint specified by
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* - **Private**
|
|
37
|
-
*
|
|
38
|
-
* - **Inner**
|
|
35
|
+
* The network type of the endpoint. The value must be the same as the network type of the endpoint specified by **DBEndpointId**. Valid values:
|
|
36
|
+
* * **Public**: public network
|
|
37
|
+
* * **Private**: private network
|
|
38
|
+
* * **Inner**: private network (classic network)
|
|
39
39
|
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* > * This parameter is not required for PolarDB for PostgreSQL or PolarDB for PostgreSQL (Compatible with Oracle) clusters. By default, SSL encryption is enabled for all endpoints of the clusters.
|
|
40
|
+
* >* If the cluster is a PolarDB for MySQL cluster, this parameter is required.
|
|
41
|
+
* >* If the cluster is a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (Compatible with Oracle) cluster, you do not need to specify this parameter. SSL encryption is enabled for all endpoints by default.
|
|
43
42
|
*
|
|
44
43
|
* @example
|
|
45
44
|
* Public
|
|
@@ -47,15 +46,20 @@ export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
47
46
|
netType?: string;
|
|
48
47
|
ownerAccount?: string;
|
|
49
48
|
ownerId?: number;
|
|
49
|
+
/**
|
|
50
|
+
* @example
|
|
51
|
+
* pfs-xxx
|
|
52
|
+
*/
|
|
53
|
+
pfsInstanceId?: string;
|
|
50
54
|
resourceOwnerAccount?: string;
|
|
51
55
|
resourceOwnerId?: number;
|
|
52
56
|
/**
|
|
53
57
|
* @remarks
|
|
54
|
-
* Specifies whether
|
|
58
|
+
* Specifies whether to enable automatic SSL certificate rotation. Valid values:
|
|
55
59
|
*
|
|
56
|
-
* - **Enable
|
|
60
|
+
* - **Enable**: enables automatic SSL certificate rotation.
|
|
57
61
|
*
|
|
58
|
-
* - **Disable
|
|
62
|
+
* - **Disable**: disables automatic SSL certificate rotation.
|
|
59
63
|
*
|
|
60
64
|
* @example
|
|
61
65
|
* Enable
|
|
@@ -63,15 +67,12 @@ export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
63
67
|
SSLAutoRotate?: string;
|
|
64
68
|
/**
|
|
65
69
|
* @remarks
|
|
66
|
-
* The SSL
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
* - **Enabled**
|
|
71
|
-
*
|
|
72
|
-
* - **Update**: The SSL certificate is updated.
|
|
70
|
+
* The SSL status. Valid values:
|
|
71
|
+
* * **Disable**: shutdown SSL encryption.
|
|
72
|
+
* * **Enable**: enables SSL encryption.
|
|
73
|
+
* * **Update**: updates the CA certificate.
|
|
73
74
|
*
|
|
74
|
-
* > After you enable SSL encryption or update the
|
|
75
|
+
* > After you enable SSL encryption or update the CA certificate, you must download and configure the certificate. For details, see [Settings for SSL encryption](https://help.aliyun.com/document_detail/153182.html).
|
|
75
76
|
*
|
|
76
77
|
* @example
|
|
77
78
|
* Enable
|
|
@@ -79,11 +80,13 @@ export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
79
80
|
SSLEnabled?: string;
|
|
80
81
|
static names(): { [key: string]: string } {
|
|
81
82
|
return {
|
|
83
|
+
connectionString: 'ConnectionString',
|
|
82
84
|
DBClusterId: 'DBClusterId',
|
|
83
85
|
DBEndpointId: 'DBEndpointId',
|
|
84
86
|
netType: 'NetType',
|
|
85
87
|
ownerAccount: 'OwnerAccount',
|
|
86
88
|
ownerId: 'OwnerId',
|
|
89
|
+
pfsInstanceId: 'PfsInstanceId',
|
|
87
90
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
88
91
|
resourceOwnerId: 'ResourceOwnerId',
|
|
89
92
|
SSLAutoRotate: 'SSLAutoRotate',
|
|
@@ -93,11 +96,13 @@ export class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
93
96
|
|
|
94
97
|
static types(): { [key: string]: any } {
|
|
95
98
|
return {
|
|
99
|
+
connectionString: 'string',
|
|
96
100
|
DBClusterId: 'string',
|
|
97
101
|
DBEndpointId: 'string',
|
|
98
102
|
netType: 'string',
|
|
99
103
|
ownerAccount: 'string',
|
|
100
104
|
ownerId: 'number',
|
|
105
|
+
pfsInstanceId: 'string',
|
|
101
106
|
resourceOwnerAccount: 'string',
|
|
102
107
|
resourceOwnerId: 'number',
|
|
103
108
|
SSLAutoRotate: 'string',
|
package/src/models/model.ts
CHANGED
|
@@ -39,6 +39,11 @@ export { DescribeAIDBClusterAttributeResponseBodyDBNodesChildVolumes } from './D
|
|
|
39
39
|
export { DescribeAIDBClusterAttributeResponseBodyDBNodes } from './DescribeAidbclusterAttributeResponseBody';
|
|
40
40
|
export { DescribeAIDBClusterAttributeResponseBodyEndpointListNetInfoItems } from './DescribeAidbclusterAttributeResponseBody';
|
|
41
41
|
export { DescribeAIDBClusterAttributeResponseBodyEndpointList } from './DescribeAidbclusterAttributeResponseBody';
|
|
42
|
+
export { DescribeAIDBClusterAttributeResponseBodyTimeSlicesInfoTimeSlices } from './DescribeAidbclusterAttributeResponseBody';
|
|
43
|
+
export { DescribeAIDBClusterAttributeResponseBodyTimeSlicesInfo } from './DescribeAidbclusterAttributeResponseBody';
|
|
44
|
+
export { DescribeAIDBClusterAttributeResponseBodyVnodeKubernetesConfigLabels } from './DescribeAidbclusterAttributeResponseBody';
|
|
45
|
+
export { DescribeAIDBClusterAttributeResponseBodyVnodeKubernetesConfigTaints } from './DescribeAidbclusterAttributeResponseBody';
|
|
46
|
+
export { DescribeAIDBClusterAttributeResponseBodyVnodeKubernetesConfig } from './DescribeAidbclusterAttributeResponseBody';
|
|
42
47
|
export { DescribeAIDBClusterAttributeResponseBodyVolumes } from './DescribeAidbclusterAttributeResponseBody';
|
|
43
48
|
export { DescribeAIDBClusterDatasetsResponseBodyDatasets } from './DescribeAidbclusterDatasetsResponseBody';
|
|
44
49
|
export { DescribeAIDBClusterPerformanceResponseBodyPerformanceKeysPoints } from './DescribeAidbclusterPerformanceResponseBody';
|
|
@@ -98,6 +103,8 @@ export { DescribeApplicationPerformanceResponseBodyPerformanceKeysPerformanceIte
|
|
|
98
103
|
export { DescribeApplicationPerformanceResponseBodyPerformanceKeys } from './DescribeApplicationPerformanceResponseBody';
|
|
99
104
|
export { DescribeApplicationPromptsResponseBodyItems } from './DescribeApplicationPromptsResponseBody';
|
|
100
105
|
export { DescribeApplicationServerlessConfResponseBodyServerlessConfItems } from './DescribeApplicationServerlessConfResponseBody';
|
|
106
|
+
export { DescribeApplicationSessionIdsResponseBodyItemsItems } from './DescribeApplicationSessionIdsResponseBody';
|
|
107
|
+
export { DescribeApplicationSessionIdsResponseBodyItems } from './DescribeApplicationSessionIdsResponseBody';
|
|
101
108
|
export { DescribeApplicationsRequestTag } from './DescribeApplicationsRequest';
|
|
102
109
|
export { DescribeApplicationsResponseBodyItemsApplicationsEndpointsEndpoint } from './DescribeApplicationsResponseBody';
|
|
103
110
|
export { DescribeApplicationsResponseBodyItemsApplicationsEndpoints } from './DescribeApplicationsResponseBody';
|
|
@@ -167,6 +174,13 @@ export { DescribeDBClusterPerformanceResponseBodyPerformanceKeysPerformanceItemP
|
|
|
167
174
|
export { DescribeDBClusterPerformanceResponseBodyPerformanceKeysPerformanceItemPoints } from './DescribeDbclusterPerformanceResponseBody';
|
|
168
175
|
export { DescribeDBClusterPerformanceResponseBodyPerformanceKeysPerformanceItem } from './DescribeDbclusterPerformanceResponseBody';
|
|
169
176
|
export { DescribeDBClusterPerformanceResponseBodyPerformanceKeys } from './DescribeDbclusterPerformanceResponseBody';
|
|
177
|
+
export { DescribeDBClusterPriceRequestDBNodes } from './DescribeDbclusterPriceRequest';
|
|
178
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon } from './DescribeDbclusterPriceResponseBody';
|
|
179
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfoCoupons } from './DescribeDbclusterPriceResponseBody';
|
|
180
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfoRuleIds } from './DescribeDbclusterPriceResponseBody';
|
|
181
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfo } from './DescribeDbclusterPriceResponseBody';
|
|
182
|
+
export { DescribeDBClusterPriceResponseBodyRulesRule } from './DescribeDbclusterPriceResponseBody';
|
|
183
|
+
export { DescribeDBClusterPriceResponseBodyRules } from './DescribeDbclusterPriceResponseBody';
|
|
170
184
|
export { DescribeDBClusterProxyResponseBodyChildInstances } from './DescribeDbclusterProxyResponseBody';
|
|
171
185
|
export { DescribeDBClusterSSLResponseBodyItems } from './DescribeDbclusterSslresponseBody';
|
|
172
186
|
export { DescribeDBClusterVersionResponseBodyDBRevisionVersionList } from './DescribeDbclusterVersionResponseBody';
|
|
@@ -302,6 +316,8 @@ export { DescribePolarFsResponseBodyItemsPolarFsPathsTags } from './DescribePola
|
|
|
302
316
|
export { DescribePolarFsResponseBodyItemsPolarFsPaths } from './DescribePolarFsResponseBody';
|
|
303
317
|
export { DescribePolarFsResponseBodyItems } from './DescribePolarFsResponseBody';
|
|
304
318
|
export { DescribePolarFsAttributeResponseBodyCustomBucketPathList } from './DescribePolarFsAttributeResponseBody';
|
|
319
|
+
export { DescribePolarFsAttributeResponseBodyEndpointItemsAddressItems } from './DescribePolarFsAttributeResponseBody';
|
|
320
|
+
export { DescribePolarFsAttributeResponseBodyEndpointItems } from './DescribePolarFsAttributeResponseBody';
|
|
305
321
|
export { DescribePolarFsAttributeResponseBodyMountInfo } from './DescribePolarFsAttributeResponseBody';
|
|
306
322
|
export { DescribePolarFsObjectsResponseBodyItems } from './DescribePolarFsObjectsResponseBody';
|
|
307
323
|
export { DescribePolarFsQuotaResponseBodyPolicyItems } from './DescribePolarFsQuotaResponseBody';
|
|
@@ -839,6 +855,9 @@ export { DescribeApplicationPromptsResponse } from './DescribeApplicationPrompts
|
|
|
839
855
|
export { DescribeApplicationServerlessConfRequest } from './DescribeApplicationServerlessConfRequest';
|
|
840
856
|
export { DescribeApplicationServerlessConfResponseBody } from './DescribeApplicationServerlessConfResponseBody';
|
|
841
857
|
export { DescribeApplicationServerlessConfResponse } from './DescribeApplicationServerlessConfResponse';
|
|
858
|
+
export { DescribeApplicationSessionIdsRequest } from './DescribeApplicationSessionIdsRequest';
|
|
859
|
+
export { DescribeApplicationSessionIdsResponseBody } from './DescribeApplicationSessionIdsResponseBody';
|
|
860
|
+
export { DescribeApplicationSessionIdsResponse } from './DescribeApplicationSessionIdsResponse';
|
|
842
861
|
export { DescribeApplicationsRequest } from './DescribeApplicationsRequest';
|
|
843
862
|
export { DescribeApplicationsResponseBody } from './DescribeApplicationsResponseBody';
|
|
844
863
|
export { DescribeApplicationsResponse } from './DescribeApplicationsResponse';
|
|
@@ -945,6 +964,10 @@ export { DescribeDBClusterParametersResponse } from './DescribeDbclusterParamete
|
|
|
945
964
|
export { DescribeDBClusterPerformanceRequest } from './DescribeDbclusterPerformanceRequest';
|
|
946
965
|
export { DescribeDBClusterPerformanceResponseBody } from './DescribeDbclusterPerformanceResponseBody';
|
|
947
966
|
export { DescribeDBClusterPerformanceResponse } from './DescribeDbclusterPerformanceResponse';
|
|
967
|
+
export { DescribeDBClusterPriceRequest } from './DescribeDbclusterPriceRequest';
|
|
968
|
+
export { DescribeDBClusterPriceShrinkRequest } from './DescribeDbclusterPriceShrinkRequest';
|
|
969
|
+
export { DescribeDBClusterPriceResponseBody } from './DescribeDbclusterPriceResponseBody';
|
|
970
|
+
export { DescribeDBClusterPriceResponse } from './DescribeDbclusterPriceResponse';
|
|
948
971
|
export { DescribeDBClusterProxyRequest } from './DescribeDbclusterProxyRequest';
|
|
949
972
|
export { DescribeDBClusterProxyResponseBody } from './DescribeDbclusterProxyResponseBody';
|
|
950
973
|
export { DescribeDBClusterProxyResponse } from './DescribeDbclusterProxyResponse';
|