@alicloud/polardb20170801 5.2.1 → 5.3.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 +1128 -226
- package/dist/client.js +575 -45
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1509 -186
package/dist/client.d.ts
CHANGED
|
@@ -3,6 +3,75 @@
|
|
|
3
3
|
import * as $Util from '@alicloud/tea-util';
|
|
4
4
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
5
5
|
import * as $tea from '@alicloud/tea-typescript';
|
|
6
|
+
export declare class CancelActiveOperationTasksRequest extends $tea.Model {
|
|
7
|
+
ownerAccount?: string;
|
|
8
|
+
ownerId?: number;
|
|
9
|
+
/**
|
|
10
|
+
* @remarks
|
|
11
|
+
* This parameter is required.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* cn-beijing
|
|
15
|
+
*/
|
|
16
|
+
regionId?: string;
|
|
17
|
+
resourceOwnerAccount?: string;
|
|
18
|
+
resourceOwnerId?: number;
|
|
19
|
+
securityToken?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* This parameter is required.
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* 2355,2352
|
|
26
|
+
*/
|
|
27
|
+
taskIds?: string;
|
|
28
|
+
static names(): {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
static types(): {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
34
|
+
constructor(map?: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export declare class CancelActiveOperationTasksResponseBody extends $tea.Model {
|
|
39
|
+
/**
|
|
40
|
+
* @example
|
|
41
|
+
* 25C70FF3-D49B-594D-BECE-0DE2BA1D8BBB
|
|
42
|
+
*/
|
|
43
|
+
requestId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @example
|
|
46
|
+
* 2355,2352
|
|
47
|
+
*/
|
|
48
|
+
taskIds?: string;
|
|
49
|
+
static names(): {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
static types(): {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
};
|
|
55
|
+
constructor(map?: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
export declare class CancelActiveOperationTasksResponse extends $tea.Model {
|
|
60
|
+
headers?: {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
statusCode?: number;
|
|
64
|
+
body?: CancelActiveOperationTasksResponseBody;
|
|
65
|
+
static names(): {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
static types(): {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
};
|
|
71
|
+
constructor(map?: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
});
|
|
74
|
+
}
|
|
6
75
|
export declare class CancelScheduleTasksRequest extends $tea.Model {
|
|
7
76
|
/**
|
|
8
77
|
* @remarks
|
|
@@ -595,8 +664,8 @@ export declare class CreateAccountRequest extends $tea.Model {
|
|
|
595
664
|
* @remarks
|
|
596
665
|
* The password of the account. The password must meet the following requirements:
|
|
597
666
|
*
|
|
598
|
-
* *
|
|
599
|
-
* *
|
|
667
|
+
* * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
|
|
668
|
+
* * The password must be 8 to 32 characters in length.
|
|
600
669
|
* * Special characters include `! @ # $ % ^ & * ( ) _ + - =`
|
|
601
670
|
*
|
|
602
671
|
* This parameter is required.
|
|
@@ -632,14 +701,15 @@ export declare class CreateAccountRequest extends $tea.Model {
|
|
|
632
701
|
* The type of the account. Valid values:
|
|
633
702
|
*
|
|
634
703
|
* * **Normal**: standard account
|
|
635
|
-
* * **Super**: privileged account
|
|
704
|
+
* * **Super**: privileged account.
|
|
636
705
|
*
|
|
637
706
|
* >
|
|
638
707
|
*
|
|
639
708
|
* * If you leave this parameter empty, the default value **Super** is used.
|
|
640
709
|
*
|
|
641
|
-
* * You can create multiple privileged accounts for a PolarDB for Oracle or PolarDB for PostgreSQL cluster. A privileged account
|
|
642
|
-
*
|
|
710
|
+
* * You can create multiple privileged accounts for a PolarDB for PostgreSQL (Compatible with Oracle) cluster or a PolarDB for PostgreSQL cluster. A privileged account has more permissions than a standard account. For more information, see [Create a database account](https://help.aliyun.com/document_detail/68508.html).
|
|
711
|
+
*
|
|
712
|
+
* * You can create only one privileged account for a PolarDB for MySQL cluster. A privileged account has more permissions than a standard account. For more information, see [Create a database account](https://help.aliyun.com/document_detail/68508.html).
|
|
643
713
|
*
|
|
644
714
|
* @example
|
|
645
715
|
* Normal
|
|
@@ -675,16 +745,6 @@ export declare class CreateAccountRequest extends $tea.Model {
|
|
|
675
745
|
DBName?: string;
|
|
676
746
|
ownerAccount?: string;
|
|
677
747
|
ownerId?: number;
|
|
678
|
-
/**
|
|
679
|
-
* @remarks
|
|
680
|
-
* Specifies whether to grant the specified account required permissions on all existing databases in the current cluster and databases that will be further created for the current cluster. Valid values:
|
|
681
|
-
*
|
|
682
|
-
* * **0 or unspecified**: does not grant required permissions.
|
|
683
|
-
* * **1**: grants required permissions.
|
|
684
|
-
*
|
|
685
|
-
* @example
|
|
686
|
-
* 0
|
|
687
|
-
*/
|
|
688
748
|
privForAllDB?: string;
|
|
689
749
|
resourceOwnerAccount?: string;
|
|
690
750
|
resourceOwnerId?: number;
|
|
@@ -736,6 +796,8 @@ export declare class CreateAccountResponse extends $tea.Model {
|
|
|
736
796
|
export declare class CreateActivationCodeRequest extends $tea.Model {
|
|
737
797
|
/**
|
|
738
798
|
* @remarks
|
|
799
|
+
* The Alibaba Cloud order ID (including the virtual order ID).
|
|
800
|
+
*
|
|
739
801
|
* This parameter is required.
|
|
740
802
|
*
|
|
741
803
|
* @example
|
|
@@ -743,12 +805,17 @@ export declare class CreateActivationCodeRequest extends $tea.Model {
|
|
|
743
805
|
*/
|
|
744
806
|
aliyunOrderId?: string;
|
|
745
807
|
/**
|
|
808
|
+
* @remarks
|
|
809
|
+
* The description of the activation code.
|
|
810
|
+
*
|
|
746
811
|
* @example
|
|
747
812
|
* testCode
|
|
748
813
|
*/
|
|
749
814
|
description?: string;
|
|
750
815
|
/**
|
|
751
816
|
* @remarks
|
|
817
|
+
* The MAC address.
|
|
818
|
+
*
|
|
752
819
|
* This parameter is required.
|
|
753
820
|
*
|
|
754
821
|
* @example
|
|
@@ -757,6 +824,8 @@ export declare class CreateActivationCodeRequest extends $tea.Model {
|
|
|
757
824
|
macAddress?: string;
|
|
758
825
|
/**
|
|
759
826
|
* @remarks
|
|
827
|
+
* The name of the activation code. The name can contain only letters, digits, underscores (_), and hyphens (-). The activation code file downloaded from the console is named based on this name.
|
|
828
|
+
*
|
|
760
829
|
* This parameter is required.
|
|
761
830
|
*
|
|
762
831
|
* @example
|
|
@@ -768,6 +837,9 @@ export declare class CreateActivationCodeRequest extends $tea.Model {
|
|
|
768
837
|
resourceOwnerAccount?: string;
|
|
769
838
|
resourceOwnerId?: number;
|
|
770
839
|
/**
|
|
840
|
+
* @remarks
|
|
841
|
+
* The system identifier of the database. This parameter is required if you set AllowEmptySystemIdentifier to false.
|
|
842
|
+
*
|
|
771
843
|
* @example
|
|
772
844
|
* 1234567890123456
|
|
773
845
|
*/
|
|
@@ -784,59 +856,89 @@ export declare class CreateActivationCodeRequest extends $tea.Model {
|
|
|
784
856
|
}
|
|
785
857
|
export declare class CreateActivationCodeResponseBody extends $tea.Model {
|
|
786
858
|
/**
|
|
859
|
+
* @remarks
|
|
860
|
+
* The time when the activation code takes effect.
|
|
861
|
+
*
|
|
787
862
|
* @example
|
|
788
863
|
* 2024-10-16 16:46:20
|
|
789
864
|
*/
|
|
790
865
|
activateAt?: string;
|
|
791
866
|
/**
|
|
867
|
+
* @remarks
|
|
868
|
+
* The activation code in the base64 format. The activation code is decoded and stored into a file named license.lic. PolarDB can access and read the license.lic file upon startup to validate the license or perform related operations.
|
|
869
|
+
*
|
|
792
870
|
* @example
|
|
793
871
|
* AAEAA******AAA=
|
|
794
872
|
*/
|
|
795
873
|
certContentB64?: string;
|
|
796
874
|
/**
|
|
875
|
+
* @remarks
|
|
876
|
+
* The description of the activation code.
|
|
877
|
+
*
|
|
797
878
|
* @example
|
|
798
879
|
* testCode
|
|
799
880
|
*/
|
|
800
881
|
description?: string;
|
|
801
882
|
/**
|
|
883
|
+
* @remarks
|
|
884
|
+
* The time when the activation code expires.
|
|
885
|
+
*
|
|
802
886
|
* @example
|
|
803
887
|
* 2054-10-09 16:46:20
|
|
804
888
|
*/
|
|
805
889
|
expireAt?: string;
|
|
806
890
|
/**
|
|
891
|
+
* @remarks
|
|
892
|
+
* The time when the activation code was created.
|
|
893
|
+
*
|
|
807
894
|
* @example
|
|
808
895
|
* 2024-10-16 16:46:20
|
|
809
896
|
*/
|
|
810
897
|
gmtCreated?: string;
|
|
811
898
|
/**
|
|
899
|
+
* @remarks
|
|
900
|
+
* The time when the activation code was last updated.
|
|
901
|
+
*
|
|
812
902
|
* @example
|
|
813
903
|
* 2024-10-16 16:46:20
|
|
814
904
|
*/
|
|
815
905
|
gmtModified?: string;
|
|
816
906
|
/**
|
|
907
|
+
* @remarks
|
|
908
|
+
* The activation code ID.
|
|
909
|
+
*
|
|
817
910
|
* @example
|
|
818
911
|
* 123
|
|
819
912
|
*/
|
|
820
913
|
id?: number;
|
|
821
914
|
/**
|
|
915
|
+
* @remarks
|
|
916
|
+
* The MAC address.
|
|
917
|
+
*
|
|
822
918
|
* @example
|
|
823
919
|
* 12:34:56:78:98:00
|
|
824
920
|
*/
|
|
825
921
|
macAddress?: string;
|
|
826
922
|
/**
|
|
923
|
+
* @remarks
|
|
924
|
+
* The name of the activation code.
|
|
925
|
+
*
|
|
827
926
|
* @example
|
|
828
927
|
* testName
|
|
829
928
|
*/
|
|
830
929
|
name?: string;
|
|
831
930
|
/**
|
|
832
931
|
* @remarks
|
|
833
|
-
*
|
|
932
|
+
* The request ID.
|
|
834
933
|
*
|
|
835
934
|
* @example
|
|
836
935
|
* 4CE6DF97-AEA4-484F-906F-C407EE******
|
|
837
936
|
*/
|
|
838
937
|
requestId?: string;
|
|
839
938
|
/**
|
|
939
|
+
* @remarks
|
|
940
|
+
* The system identifier of the database.
|
|
941
|
+
*
|
|
840
942
|
* @example
|
|
841
943
|
* 1234567890123456
|
|
842
944
|
*/
|
|
@@ -1090,6 +1192,7 @@ export declare class CreateDBClusterRequest extends $tea.Model {
|
|
|
1090
1192
|
* NONE
|
|
1091
1193
|
*/
|
|
1092
1194
|
backupRetentionPolicyOnClusterDeletion?: string;
|
|
1195
|
+
burstingEnabled?: string;
|
|
1093
1196
|
/**
|
|
1094
1197
|
* @remarks
|
|
1095
1198
|
* Used to ensure idempotency of the request. Generated by the client, ensuring uniqueness across different requests, case-sensitive, and not exceeding 64 ASCII characters.
|
|
@@ -1218,12 +1321,16 @@ export declare class CreateDBClusterRequest extends $tea.Model {
|
|
|
1218
1321
|
DBNodeClass?: string;
|
|
1219
1322
|
/**
|
|
1220
1323
|
* @remarks
|
|
1221
|
-
*
|
|
1324
|
+
* The number of nodes. This parameter is supported for Standard Edition clusters. Valid values:
|
|
1222
1325
|
*
|
|
1223
|
-
*
|
|
1224
|
-
*
|
|
1225
|
-
*
|
|
1226
|
-
* >
|
|
1326
|
+
* * **1** (default): only one primary node.
|
|
1327
|
+
* * **2**: one read-only node and one primary node.
|
|
1328
|
+
*
|
|
1329
|
+
* >
|
|
1330
|
+
*
|
|
1331
|
+
* * By default, an Enterprise Edition cluster has two nodes and a Standard Edition cluster has one node.
|
|
1332
|
+
*
|
|
1333
|
+
* * This parameter is supported only for PolarDB for MySQL clusters.
|
|
1227
1334
|
*
|
|
1228
1335
|
* @example
|
|
1229
1336
|
* 1
|
|
@@ -1613,6 +1720,7 @@ export declare class CreateDBClusterRequest extends $tea.Model {
|
|
|
1613
1720
|
* List of tags.
|
|
1614
1721
|
*/
|
|
1615
1722
|
tag?: CreateDBClusterRequestTag[];
|
|
1723
|
+
targetMinorVersion?: string;
|
|
1616
1724
|
/**
|
|
1617
1725
|
* @remarks
|
|
1618
1726
|
* If the payment type is **Prepaid**, this parameter is required.
|
|
@@ -2537,6 +2645,13 @@ export declare class CreateGlobalDatabaseNetworkRequest extends $tea.Model {
|
|
|
2537
2645
|
* pc-bp1q76364ird*****
|
|
2538
2646
|
*/
|
|
2539
2647
|
DBClusterId?: string;
|
|
2648
|
+
/**
|
|
2649
|
+
* @remarks
|
|
2650
|
+
* Specifies whether to create a global domain name.
|
|
2651
|
+
*
|
|
2652
|
+
* @example
|
|
2653
|
+
* false
|
|
2654
|
+
*/
|
|
2540
2655
|
enableGlobalDomainName?: boolean;
|
|
2541
2656
|
/**
|
|
2542
2657
|
* @remarks
|
|
@@ -2720,6 +2835,8 @@ export declare class CreateGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
|
2720
2835
|
export declare class CreateOrGetVirtualLicenseOrderRequest extends $tea.Model {
|
|
2721
2836
|
/**
|
|
2722
2837
|
* @remarks
|
|
2838
|
+
* The type of the engine. Valid values: PG, Oracle, and MySQL.
|
|
2839
|
+
*
|
|
2723
2840
|
* This parameter is required.
|
|
2724
2841
|
*
|
|
2725
2842
|
* @example
|
|
@@ -2742,69 +2859,105 @@ export declare class CreateOrGetVirtualLicenseOrderRequest extends $tea.Model {
|
|
|
2742
2859
|
}
|
|
2743
2860
|
export declare class CreateOrGetVirtualLicenseOrderResponseBody extends $tea.Model {
|
|
2744
2861
|
/**
|
|
2862
|
+
* @remarks
|
|
2863
|
+
* The number of generated activation codes.
|
|
2864
|
+
*
|
|
2745
2865
|
* @example
|
|
2746
2866
|
* 1
|
|
2747
2867
|
*/
|
|
2748
2868
|
activatedCodeCount?: number;
|
|
2749
2869
|
/**
|
|
2870
|
+
* @remarks
|
|
2871
|
+
* The maximum number of activation codes that you can apply for.
|
|
2872
|
+
*
|
|
2750
2873
|
* @example
|
|
2751
2874
|
* 10
|
|
2752
2875
|
*/
|
|
2753
2876
|
activationCodeQuota?: number;
|
|
2754
2877
|
/**
|
|
2878
|
+
* @remarks
|
|
2879
|
+
* The Alibaba Cloud order ID (including the virtual order ID).
|
|
2880
|
+
*
|
|
2755
2881
|
* @example
|
|
2756
2882
|
* 2233****445566
|
|
2757
2883
|
*/
|
|
2758
2884
|
aliyunOrderId?: string;
|
|
2759
2885
|
/**
|
|
2886
|
+
* @remarks
|
|
2887
|
+
* Indicates whether activation codes can be generated without the system identifier.
|
|
2888
|
+
*
|
|
2760
2889
|
* @example
|
|
2761
2890
|
* false
|
|
2762
2891
|
*/
|
|
2763
2892
|
allowEmptySystemIdentifier?: boolean;
|
|
2764
2893
|
/**
|
|
2894
|
+
* @remarks
|
|
2895
|
+
* The time when the order was created.
|
|
2896
|
+
*
|
|
2765
2897
|
* @example
|
|
2766
2898
|
* 2024-10-16 16:46:20
|
|
2767
2899
|
*/
|
|
2768
2900
|
gmtCreated?: string;
|
|
2769
2901
|
/**
|
|
2902
|
+
* @remarks
|
|
2903
|
+
* The time when the order was last updated.
|
|
2904
|
+
*
|
|
2770
2905
|
* @example
|
|
2771
2906
|
* 2024-10-16 16:46:20
|
|
2772
2907
|
*/
|
|
2773
2908
|
gmtModified?: string;
|
|
2774
2909
|
/**
|
|
2910
|
+
* @remarks
|
|
2911
|
+
* Indicates whether the order is a virtual order (virtual orders allow pre-generation of activation codes).
|
|
2912
|
+
*
|
|
2775
2913
|
* @example
|
|
2776
2914
|
* true
|
|
2777
2915
|
*/
|
|
2778
2916
|
isVirtualOrder?: boolean;
|
|
2779
2917
|
/**
|
|
2918
|
+
* @remarks
|
|
2919
|
+
* Indicates whether the virtual order is frozen (activation codes cannot be generated for a frozen virtual order).
|
|
2920
|
+
*
|
|
2780
2921
|
* @example
|
|
2781
2922
|
* false
|
|
2782
2923
|
*/
|
|
2783
2924
|
isVirtualOrderFrozen?: boolean;
|
|
2784
2925
|
/**
|
|
2926
|
+
* @remarks
|
|
2927
|
+
* The plan type.
|
|
2928
|
+
*
|
|
2785
2929
|
* @example
|
|
2786
2930
|
* pre_generation_long_term
|
|
2787
2931
|
*/
|
|
2788
2932
|
packageType?: string;
|
|
2789
2933
|
/**
|
|
2934
|
+
* @remarks
|
|
2935
|
+
* The validity period of the plan, which is one year (common) or thirty years (long-term).
|
|
2936
|
+
*
|
|
2790
2937
|
* @example
|
|
2791
2938
|
* 30 years
|
|
2792
2939
|
*/
|
|
2793
2940
|
packageValidity?: string;
|
|
2794
2941
|
/**
|
|
2942
|
+
* @remarks
|
|
2943
|
+
* The purchase channel.
|
|
2944
|
+
*
|
|
2795
2945
|
* @example
|
|
2796
2946
|
* aliyun_market
|
|
2797
2947
|
*/
|
|
2798
2948
|
purchaseChannel?: string;
|
|
2799
2949
|
/**
|
|
2800
2950
|
* @remarks
|
|
2801
|
-
*
|
|
2951
|
+
* The ID of the request.
|
|
2802
2952
|
*
|
|
2803
2953
|
* @example
|
|
2804
2954
|
* 45D24263-7E3A-4140-9472-************
|
|
2805
2955
|
*/
|
|
2806
2956
|
requestId?: string;
|
|
2807
2957
|
/**
|
|
2958
|
+
* @remarks
|
|
2959
|
+
* The ID of the virtual order.
|
|
2960
|
+
*
|
|
2808
2961
|
* @example
|
|
2809
2962
|
* 2024********483
|
|
2810
2963
|
*/
|
|
@@ -4135,6 +4288,13 @@ export declare class DescribeAITaskStatusRequest extends $tea.Model {
|
|
|
4135
4288
|
});
|
|
4136
4289
|
}
|
|
4137
4290
|
export declare class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
4291
|
+
/**
|
|
4292
|
+
* @remarks
|
|
4293
|
+
* The name of the database account that is used to connect to the AI nodes in the cluster.
|
|
4294
|
+
*
|
|
4295
|
+
* @example
|
|
4296
|
+
* testacc
|
|
4297
|
+
*/
|
|
4138
4298
|
accountName?: string;
|
|
4139
4299
|
/**
|
|
4140
4300
|
* @remarks
|
|
@@ -4154,10 +4314,10 @@ export declare class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
|
4154
4314
|
requestId?: string;
|
|
4155
4315
|
/**
|
|
4156
4316
|
* @remarks
|
|
4157
|
-
* The
|
|
4317
|
+
* The status of the PolarDB for AI feature. Valid values:
|
|
4158
4318
|
*
|
|
4159
|
-
* * **1**:
|
|
4160
|
-
* * **2**:
|
|
4319
|
+
* * **1**: enabled.
|
|
4320
|
+
* * **2**: disabled.
|
|
4161
4321
|
*
|
|
4162
4322
|
* @example
|
|
4163
4323
|
* 1
|
|
@@ -4165,7 +4325,7 @@ export declare class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
|
4165
4325
|
status?: string;
|
|
4166
4326
|
/**
|
|
4167
4327
|
* @remarks
|
|
4168
|
-
* The
|
|
4328
|
+
* The description of the status of the PolarDB for AI feature.
|
|
4169
4329
|
*
|
|
4170
4330
|
* @example
|
|
4171
4331
|
* Closed State
|
|
@@ -4310,12 +4470,17 @@ export declare class DescribeAccountsResponse extends $tea.Model {
|
|
|
4310
4470
|
}
|
|
4311
4471
|
export declare class DescribeActivationCodeDetailsRequest extends $tea.Model {
|
|
4312
4472
|
/**
|
|
4473
|
+
* @remarks
|
|
4474
|
+
* The ID of the activation code.
|
|
4475
|
+
*
|
|
4313
4476
|
* @example
|
|
4314
4477
|
* 123
|
|
4315
4478
|
*/
|
|
4316
4479
|
activationCodeId?: number;
|
|
4317
4480
|
/**
|
|
4318
4481
|
* @remarks
|
|
4482
|
+
* The Alibaba Cloud order ID (including the virtual order ID).
|
|
4483
|
+
*
|
|
4319
4484
|
* This parameter is required.
|
|
4320
4485
|
*
|
|
4321
4486
|
* @example
|
|
@@ -4338,59 +4503,89 @@ export declare class DescribeActivationCodeDetailsRequest extends $tea.Model {
|
|
|
4338
4503
|
}
|
|
4339
4504
|
export declare class DescribeActivationCodeDetailsResponseBody extends $tea.Model {
|
|
4340
4505
|
/**
|
|
4506
|
+
* @remarks
|
|
4507
|
+
* The time when the activation code takes effect.
|
|
4508
|
+
*
|
|
4341
4509
|
* @example
|
|
4342
4510
|
* 2024-10-16 16:46:20
|
|
4343
4511
|
*/
|
|
4344
4512
|
activateAt?: string;
|
|
4345
4513
|
/**
|
|
4514
|
+
* @remarks
|
|
4515
|
+
* The activation code in the base64 format. The activation code is decoded and stored into a file named license.lic. PolarDB can access and read the license.lic file upon startup to validate the license or perform related operations.
|
|
4516
|
+
*
|
|
4346
4517
|
* @example
|
|
4347
4518
|
* AAEAA******AAA=
|
|
4348
4519
|
*/
|
|
4349
4520
|
certContentB64?: string;
|
|
4350
4521
|
/**
|
|
4522
|
+
* @remarks
|
|
4523
|
+
* The description of the activation code.
|
|
4524
|
+
*
|
|
4351
4525
|
* @example
|
|
4352
4526
|
* testCode
|
|
4353
4527
|
*/
|
|
4354
4528
|
description?: string;
|
|
4355
4529
|
/**
|
|
4530
|
+
* @remarks
|
|
4531
|
+
* The time when the activation code expires.
|
|
4532
|
+
*
|
|
4356
4533
|
* @example
|
|
4357
4534
|
* 2054-10-09 16:46:20
|
|
4358
4535
|
*/
|
|
4359
4536
|
expireAt?: string;
|
|
4360
4537
|
/**
|
|
4538
|
+
* @remarks
|
|
4539
|
+
* The time when the activation code was created.
|
|
4540
|
+
*
|
|
4361
4541
|
* @example
|
|
4362
4542
|
* 2024-10-16 16:46:20
|
|
4363
4543
|
*/
|
|
4364
4544
|
gmtCreated?: string;
|
|
4365
4545
|
/**
|
|
4546
|
+
* @remarks
|
|
4547
|
+
* The time when the activation code was last updated.
|
|
4548
|
+
*
|
|
4366
4549
|
* @example
|
|
4367
4550
|
* 2024-10-16 16:46:20
|
|
4368
4551
|
*/
|
|
4369
4552
|
gmtModified?: string;
|
|
4370
4553
|
/**
|
|
4554
|
+
* @remarks
|
|
4555
|
+
* The ID of the activation code.
|
|
4556
|
+
*
|
|
4371
4557
|
* @example
|
|
4372
4558
|
* 123
|
|
4373
4559
|
*/
|
|
4374
4560
|
id?: number;
|
|
4375
4561
|
/**
|
|
4562
|
+
* @remarks
|
|
4563
|
+
* The MAC address.
|
|
4564
|
+
*
|
|
4376
4565
|
* @example
|
|
4377
4566
|
* 12:34:56:78:98:00
|
|
4378
4567
|
*/
|
|
4379
4568
|
macAddress?: string;
|
|
4380
4569
|
/**
|
|
4570
|
+
* @remarks
|
|
4571
|
+
* The name of the activation code.
|
|
4572
|
+
*
|
|
4381
4573
|
* @example
|
|
4382
4574
|
* testName
|
|
4383
4575
|
*/
|
|
4384
4576
|
name?: string;
|
|
4385
4577
|
/**
|
|
4386
4578
|
* @remarks
|
|
4387
|
-
*
|
|
4579
|
+
* The request ID.
|
|
4388
4580
|
*
|
|
4389
4581
|
* @example
|
|
4390
4582
|
* F2A9EFA7-915F-4572-8299-85A307******
|
|
4391
4583
|
*/
|
|
4392
4584
|
requestId?: string;
|
|
4393
4585
|
/**
|
|
4586
|
+
* @remarks
|
|
4587
|
+
* The system identifier of the database.
|
|
4588
|
+
*
|
|
4394
4589
|
* @example
|
|
4395
4590
|
* 1234567890123456
|
|
4396
4591
|
*/
|
|
@@ -4424,6 +4619,8 @@ export declare class DescribeActivationCodeDetailsResponse extends $tea.Model {
|
|
|
4424
4619
|
export declare class DescribeActivationCodesRequest extends $tea.Model {
|
|
4425
4620
|
/**
|
|
4426
4621
|
* @remarks
|
|
4622
|
+
* The ID of the Alibaba Cloud order. The value can be the ID of a virtual order.
|
|
4623
|
+
*
|
|
4427
4624
|
* This parameter is required.
|
|
4428
4625
|
*
|
|
4429
4626
|
* @example
|
|
@@ -4433,11 +4630,17 @@ export declare class DescribeActivationCodesRequest extends $tea.Model {
|
|
|
4433
4630
|
ownerAccount?: string;
|
|
4434
4631
|
ownerId?: number;
|
|
4435
4632
|
/**
|
|
4633
|
+
* @remarks
|
|
4634
|
+
* The page number.
|
|
4635
|
+
*
|
|
4436
4636
|
* @example
|
|
4437
4637
|
* 1
|
|
4438
4638
|
*/
|
|
4439
4639
|
pageNumber?: number;
|
|
4440
4640
|
/**
|
|
4641
|
+
* @remarks
|
|
4642
|
+
* The number of entries per page.
|
|
4643
|
+
*
|
|
4441
4644
|
* @example
|
|
4442
4645
|
* 30
|
|
4443
4646
|
*/
|
|
@@ -4455,26 +4658,39 @@ export declare class DescribeActivationCodesRequest extends $tea.Model {
|
|
|
4455
4658
|
});
|
|
4456
4659
|
}
|
|
4457
4660
|
export declare class DescribeActivationCodesResponseBody extends $tea.Model {
|
|
4661
|
+
/**
|
|
4662
|
+
* @remarks
|
|
4663
|
+
* The queried activation codes.
|
|
4664
|
+
*/
|
|
4458
4665
|
items?: DescribeActivationCodesResponseBodyItems[];
|
|
4459
4666
|
/**
|
|
4667
|
+
* @remarks
|
|
4668
|
+
* The page number.
|
|
4669
|
+
*
|
|
4460
4670
|
* @example
|
|
4461
4671
|
* 1
|
|
4462
4672
|
*/
|
|
4463
4673
|
pageNumber?: number;
|
|
4464
4674
|
/**
|
|
4675
|
+
* @remarks
|
|
4676
|
+
* The number of entries returned on the current page.
|
|
4677
|
+
*
|
|
4465
4678
|
* @example
|
|
4466
4679
|
* 1
|
|
4467
4680
|
*/
|
|
4468
4681
|
pageRecordCount?: number;
|
|
4469
4682
|
/**
|
|
4470
4683
|
* @remarks
|
|
4471
|
-
*
|
|
4684
|
+
* The request ID.
|
|
4472
4685
|
*
|
|
4473
4686
|
* @example
|
|
4474
4687
|
* 65D7ACE6-4A61-4B6E-B357-8CB24A******
|
|
4475
4688
|
*/
|
|
4476
4689
|
requestId?: string;
|
|
4477
4690
|
/**
|
|
4691
|
+
* @remarks
|
|
4692
|
+
* The total number of entries returned.
|
|
4693
|
+
*
|
|
4478
4694
|
* @example
|
|
4479
4695
|
* 1
|
|
4480
4696
|
*/
|
|
@@ -4505,6 +4721,123 @@ export declare class DescribeActivationCodesResponse extends $tea.Model {
|
|
|
4505
4721
|
[key: string]: any;
|
|
4506
4722
|
});
|
|
4507
4723
|
}
|
|
4724
|
+
export declare class DescribeActiveOperationTasksRequest extends $tea.Model {
|
|
4725
|
+
/**
|
|
4726
|
+
* @example
|
|
4727
|
+
* -1
|
|
4728
|
+
*/
|
|
4729
|
+
allowCancel?: number;
|
|
4730
|
+
/**
|
|
4731
|
+
* @example
|
|
4732
|
+
* -1
|
|
4733
|
+
*/
|
|
4734
|
+
allowChange?: number;
|
|
4735
|
+
/**
|
|
4736
|
+
* @example
|
|
4737
|
+
* all
|
|
4738
|
+
*/
|
|
4739
|
+
changeLevel?: string;
|
|
4740
|
+
/**
|
|
4741
|
+
* @example
|
|
4742
|
+
* pc-3ns***********d5d
|
|
4743
|
+
*/
|
|
4744
|
+
DBClusterId?: string;
|
|
4745
|
+
/**
|
|
4746
|
+
* @example
|
|
4747
|
+
* MySQL
|
|
4748
|
+
*/
|
|
4749
|
+
DBType?: string;
|
|
4750
|
+
ownerAccount?: string;
|
|
4751
|
+
ownerId?: number;
|
|
4752
|
+
/**
|
|
4753
|
+
* @example
|
|
4754
|
+
* 1
|
|
4755
|
+
*/
|
|
4756
|
+
pageNumber?: number;
|
|
4757
|
+
/**
|
|
4758
|
+
* @example
|
|
4759
|
+
* 30
|
|
4760
|
+
*/
|
|
4761
|
+
pageSize?: number;
|
|
4762
|
+
/**
|
|
4763
|
+
* @remarks
|
|
4764
|
+
* This parameter is required.
|
|
4765
|
+
*
|
|
4766
|
+
* @example
|
|
4767
|
+
* cn-beijing
|
|
4768
|
+
*/
|
|
4769
|
+
regionId?: string;
|
|
4770
|
+
resourceOwnerAccount?: string;
|
|
4771
|
+
resourceOwnerId?: number;
|
|
4772
|
+
securityToken?: string;
|
|
4773
|
+
/**
|
|
4774
|
+
* @example
|
|
4775
|
+
* -1
|
|
4776
|
+
*/
|
|
4777
|
+
status?: number;
|
|
4778
|
+
/**
|
|
4779
|
+
* @example
|
|
4780
|
+
* DatabaseProxyUpgrading
|
|
4781
|
+
*/
|
|
4782
|
+
taskType?: string;
|
|
4783
|
+
static names(): {
|
|
4784
|
+
[key: string]: string;
|
|
4785
|
+
};
|
|
4786
|
+
static types(): {
|
|
4787
|
+
[key: string]: any;
|
|
4788
|
+
};
|
|
4789
|
+
constructor(map?: {
|
|
4790
|
+
[key: string]: any;
|
|
4791
|
+
});
|
|
4792
|
+
}
|
|
4793
|
+
export declare class DescribeActiveOperationTasksResponseBody extends $tea.Model {
|
|
4794
|
+
items?: DescribeActiveOperationTasksResponseBodyItems[];
|
|
4795
|
+
/**
|
|
4796
|
+
* @example
|
|
4797
|
+
* 1
|
|
4798
|
+
*/
|
|
4799
|
+
pageNumber?: number;
|
|
4800
|
+
/**
|
|
4801
|
+
* @example
|
|
4802
|
+
* 30
|
|
4803
|
+
*/
|
|
4804
|
+
pageSize?: number;
|
|
4805
|
+
/**
|
|
4806
|
+
* @example
|
|
4807
|
+
* FAF88508-D5F8-52B1-8824-262601769E31
|
|
4808
|
+
*/
|
|
4809
|
+
requestId?: string;
|
|
4810
|
+
/**
|
|
4811
|
+
* @example
|
|
4812
|
+
* 1
|
|
4813
|
+
*/
|
|
4814
|
+
totalRecordCount?: number;
|
|
4815
|
+
static names(): {
|
|
4816
|
+
[key: string]: string;
|
|
4817
|
+
};
|
|
4818
|
+
static types(): {
|
|
4819
|
+
[key: string]: any;
|
|
4820
|
+
};
|
|
4821
|
+
constructor(map?: {
|
|
4822
|
+
[key: string]: any;
|
|
4823
|
+
});
|
|
4824
|
+
}
|
|
4825
|
+
export declare class DescribeActiveOperationTasksResponse extends $tea.Model {
|
|
4826
|
+
headers?: {
|
|
4827
|
+
[key: string]: string;
|
|
4828
|
+
};
|
|
4829
|
+
statusCode?: number;
|
|
4830
|
+
body?: DescribeActiveOperationTasksResponseBody;
|
|
4831
|
+
static names(): {
|
|
4832
|
+
[key: string]: string;
|
|
4833
|
+
};
|
|
4834
|
+
static types(): {
|
|
4835
|
+
[key: string]: any;
|
|
4836
|
+
};
|
|
4837
|
+
constructor(map?: {
|
|
4838
|
+
[key: string]: any;
|
|
4839
|
+
});
|
|
4840
|
+
}
|
|
4508
4841
|
export declare class DescribeAutoRenewAttributeRequest extends $tea.Model {
|
|
4509
4842
|
/**
|
|
4510
4843
|
* @remarks
|
|
@@ -4518,7 +4851,7 @@ export declare class DescribeAutoRenewAttributeRequest extends $tea.Model {
|
|
|
4518
4851
|
ownerId?: number;
|
|
4519
4852
|
/**
|
|
4520
4853
|
* @remarks
|
|
4521
|
-
* The page number. The value must be an integer that is
|
|
4854
|
+
* The page number. The value must be an integer that is greater than 0. Default value: 1.
|
|
4522
4855
|
*
|
|
4523
4856
|
* @example
|
|
4524
4857
|
* 1
|
|
@@ -4526,7 +4859,7 @@ export declare class DescribeAutoRenewAttributeRequest extends $tea.Model {
|
|
|
4526
4859
|
pageNumber?: number;
|
|
4527
4860
|
/**
|
|
4528
4861
|
* @remarks
|
|
4529
|
-
* The number of entries
|
|
4862
|
+
* The number of entries per page. Valid values: 30, 50, and 100. Default value: 30.
|
|
4530
4863
|
*
|
|
4531
4864
|
* @example
|
|
4532
4865
|
* 30
|
|
@@ -5194,7 +5527,7 @@ export declare class DescribeBackupsRequest extends $tea.Model {
|
|
|
5194
5527
|
export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
5195
5528
|
/**
|
|
5196
5529
|
* @remarks
|
|
5197
|
-
* The
|
|
5530
|
+
* The queried backup sets.
|
|
5198
5531
|
*/
|
|
5199
5532
|
items?: DescribeBackupsResponseBodyItems;
|
|
5200
5533
|
/**
|
|
@@ -5221,6 +5554,11 @@ export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
5221
5554
|
* 24A1990B-4F6E-482B-B8CB-75C612******
|
|
5222
5555
|
*/
|
|
5223
5556
|
requestId?: string;
|
|
5557
|
+
/**
|
|
5558
|
+
* @example
|
|
5559
|
+
* 4639948800
|
|
5560
|
+
*/
|
|
5561
|
+
totalLevel2BackupSize?: string;
|
|
5224
5562
|
/**
|
|
5225
5563
|
* @remarks
|
|
5226
5564
|
* The total number of returned entries.
|
|
@@ -5423,7 +5761,7 @@ export declare class DescribeClassListRequest extends $tea.Model {
|
|
|
5423
5761
|
export declare class DescribeClassListResponseBody extends $tea.Model {
|
|
5424
5762
|
/**
|
|
5425
5763
|
* @remarks
|
|
5426
|
-
* The specifications
|
|
5764
|
+
* The cluster specifications.
|
|
5427
5765
|
*/
|
|
5428
5766
|
items?: DescribeClassListResponseBodyItems[];
|
|
5429
5767
|
/**
|
|
@@ -5618,6 +5956,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
5618
5956
|
* 5,242,880
|
|
5619
5957
|
*/
|
|
5620
5958
|
blktagUsed?: number;
|
|
5959
|
+
burstingEnabled?: string;
|
|
5621
5960
|
/**
|
|
5622
5961
|
* @remarks
|
|
5623
5962
|
* [Product Series](https://help.aliyun.com/document_detail/183258.html), with values as follows:
|
|
@@ -5805,6 +6144,16 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
5805
6144
|
* StandbyClusterON
|
|
5806
6145
|
*/
|
|
5807
6146
|
hotStandbyCluster?: string;
|
|
6147
|
+
/**
|
|
6148
|
+
* @remarks
|
|
6149
|
+
* Indicates whether the automatic IMCI-based query acceleration feature is enabled. Valid values:
|
|
6150
|
+
*
|
|
6151
|
+
* * `ON`: enabled
|
|
6152
|
+
* * `OFF`: disabled
|
|
6153
|
+
*
|
|
6154
|
+
* @example
|
|
6155
|
+
* OFF
|
|
6156
|
+
*/
|
|
5808
6157
|
imciAutoIndex?: string;
|
|
5809
6158
|
/**
|
|
5810
6159
|
* @remarks
|
|
@@ -6051,7 +6400,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
6051
6400
|
/**
|
|
6052
6401
|
* @remarks
|
|
6053
6402
|
* Storage billing type. Valid values are as follows:
|
|
6054
|
-
* - **Postpaid
|
|
6403
|
+
* - **Postpaid**: Pay-as-you-go (by capacity).
|
|
6404
|
+
* - **Prepaid**: Subscription (by space).
|
|
6055
6405
|
*
|
|
6056
6406
|
* @example
|
|
6057
6407
|
* Prepaid
|
|
@@ -6105,7 +6455,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
6105
6455
|
subCategory?: string;
|
|
6106
6456
|
/**
|
|
6107
6457
|
* @remarks
|
|
6108
|
-
* Indicates whether
|
|
6458
|
+
* Indicates whether queries based on In-Memory Column Indexes (IMCIs) are supported during and after a failover with hot replica.
|
|
6109
6459
|
*
|
|
6110
6460
|
* @example
|
|
6111
6461
|
* ON
|
|
@@ -6566,7 +6916,11 @@ export declare class DescribeDBClusterEndpointsResponse extends $tea.Model {
|
|
|
6566
6916
|
export declare class DescribeDBClusterMigrationRequest extends $tea.Model {
|
|
6567
6917
|
/**
|
|
6568
6918
|
* @remarks
|
|
6569
|
-
* The
|
|
6919
|
+
* The network type of the endpoint. Valid values:
|
|
6920
|
+
*
|
|
6921
|
+
* * **Public**: the public endpoint
|
|
6922
|
+
* * **Private**: the internal endpoint (VPC)
|
|
6923
|
+
* * **Inner**: the internal endpoint (classic network)
|
|
6570
6924
|
*
|
|
6571
6925
|
* This parameter is required.
|
|
6572
6926
|
*
|
|
@@ -6591,7 +6945,10 @@ export declare class DescribeDBClusterMigrationRequest extends $tea.Model {
|
|
|
6591
6945
|
export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
6592
6946
|
/**
|
|
6593
6947
|
* @remarks
|
|
6594
|
-
* The
|
|
6948
|
+
* The mode of the source ApsaraDB RDS instance. Valid values:
|
|
6949
|
+
*
|
|
6950
|
+
* * **rw**: read and write mode
|
|
6951
|
+
* * **ro**: read-only mode
|
|
6595
6952
|
*
|
|
6596
6953
|
* @example
|
|
6597
6954
|
* test
|
|
@@ -6599,12 +6956,12 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6599
6956
|
comment?: string;
|
|
6600
6957
|
/**
|
|
6601
6958
|
* @remarks
|
|
6602
|
-
* The
|
|
6959
|
+
* The port number.
|
|
6603
6960
|
*/
|
|
6604
6961
|
DBClusterEndpointList?: DescribeDBClusterMigrationResponseBodyDBClusterEndpointList[];
|
|
6605
6962
|
/**
|
|
6606
6963
|
* @remarks
|
|
6607
|
-
* The
|
|
6964
|
+
* The replication latency between the ApsaraDB RDS instance and the PolarDB cluster. Unit: seconds.
|
|
6608
6965
|
*
|
|
6609
6966
|
* @example
|
|
6610
6967
|
* pc-****************
|
|
@@ -6612,10 +6969,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6612
6969
|
DBClusterId?: string;
|
|
6613
6970
|
/**
|
|
6614
6971
|
* @remarks
|
|
6615
|
-
*
|
|
6616
|
-
*
|
|
6617
|
-
* * **rw**: read and write mode
|
|
6618
|
-
* * **ro**: read-only mode
|
|
6972
|
+
* Details about the endpoints.
|
|
6619
6973
|
*
|
|
6620
6974
|
* @example
|
|
6621
6975
|
* ro
|
|
@@ -6623,7 +6977,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6623
6977
|
DBClusterReadWriteMode?: string;
|
|
6624
6978
|
/**
|
|
6625
6979
|
* @remarks
|
|
6626
|
-
* The
|
|
6980
|
+
* The vSwitch ID.
|
|
6627
6981
|
*
|
|
6628
6982
|
* @example
|
|
6629
6983
|
* 0
|
|
@@ -6631,7 +6985,11 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6631
6985
|
delayedSeconds?: number;
|
|
6632
6986
|
/**
|
|
6633
6987
|
* @remarks
|
|
6634
|
-
* The
|
|
6988
|
+
* The network type of the endpoint. Valid values:
|
|
6989
|
+
*
|
|
6990
|
+
* * **Public**: the public endpoint
|
|
6991
|
+
* * **Private**: the internal endpoint (VPC)
|
|
6992
|
+
* * **Inner**: the internal endpoint (classic network)
|
|
6635
6993
|
*
|
|
6636
6994
|
* @example
|
|
6637
6995
|
* dts**********618bs
|
|
@@ -6639,7 +6997,10 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6639
6997
|
dtsInstanceId?: string;
|
|
6640
6998
|
/**
|
|
6641
6999
|
* @remarks
|
|
6642
|
-
* The
|
|
7000
|
+
* The mode of the PolarDB cluster. Valid values:
|
|
7001
|
+
*
|
|
7002
|
+
* * **rw**: read and write mode
|
|
7003
|
+
* * **ro**: read-only mode
|
|
6643
7004
|
*
|
|
6644
7005
|
* @example
|
|
6645
7006
|
* 2020-06-17T01:56:36Z
|
|
@@ -6647,15 +7008,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6647
7008
|
expiredTime?: string;
|
|
6648
7009
|
/**
|
|
6649
7010
|
* @remarks
|
|
6650
|
-
* The
|
|
6651
|
-
*
|
|
6652
|
-
* * **NO_MIGRATION**: No migration task is running.
|
|
6653
|
-
* * **RDS2POLARDB_CLONING**: Data is being replicated.
|
|
6654
|
-
* * **RDS2POLARDB_SYNCING**: Data is being replicated. During the replication, the PolarDB cluster is running in read-only mode and the source ApsaraDB RDS instance is running in read and write mode.
|
|
6655
|
-
* * **SWITCHING**: Databases are being switched.
|
|
6656
|
-
* * **POLARDB2RDS_SYNCING**: Databases are switched. The PolarDB cluster is running in read and write mode and the source ApsaraDB RDS instance is running in read-only mode. In this state, you can modify the endpoints for your applications.
|
|
6657
|
-
* * **ROLLBACK**: The migration is being rolled back. After the rollback is complete, the value **RDS2POLARDB_SYNCING** is returned.
|
|
6658
|
-
* * **CLOSING_MIGRATION**: The migration task is being terminated.
|
|
7011
|
+
* The endpoint.
|
|
6659
7012
|
*
|
|
6660
7013
|
* @example
|
|
6661
7014
|
* RDS2POLARDB_SYNCING
|
|
@@ -6668,10 +7021,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6668
7021
|
rdsEndpointList?: DescribeDBClusterMigrationResponseBodyRdsEndpointList[];
|
|
6669
7022
|
/**
|
|
6670
7023
|
* @remarks
|
|
6671
|
-
* The
|
|
6672
|
-
*
|
|
6673
|
-
* * **rw**: read and write mode
|
|
6674
|
-
* * **ro**: read-only mode
|
|
7024
|
+
* The ID of the synchronous task.
|
|
6675
7025
|
*
|
|
6676
7026
|
* @example
|
|
6677
7027
|
* rw
|
|
@@ -6679,7 +7029,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6679
7029
|
rdsReadWriteMode?: string;
|
|
6680
7030
|
/**
|
|
6681
7031
|
* @remarks
|
|
6682
|
-
* The ID of the
|
|
7032
|
+
* The ID of the source ApsaraDB RDS instance.
|
|
6683
7033
|
*
|
|
6684
7034
|
* @example
|
|
6685
7035
|
* F2A9EFA7-915F-4572-8299-85A307******
|
|
@@ -6687,7 +7037,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6687
7037
|
requestId?: string;
|
|
6688
7038
|
/**
|
|
6689
7039
|
* @remarks
|
|
6690
|
-
* The
|
|
7040
|
+
* The endpoints of the ApsaraDB RDS instance.
|
|
6691
7041
|
*
|
|
6692
7042
|
* @example
|
|
6693
7043
|
* rm-************
|
|
@@ -6697,8 +7047,8 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6697
7047
|
* @remarks
|
|
6698
7048
|
* The type of the source database. Valid values:
|
|
6699
7049
|
*
|
|
6700
|
-
*
|
|
6701
|
-
*
|
|
7050
|
+
* - **PolarDBMySQL**: The source database is a PolarDB for MySQL database when the major version of your PolarDB cluster is upgraded.
|
|
7051
|
+
* - **RDS**: The source database is an ApsaraDB RDS database when data is migrated from ApsaraDB RDS to PolarDB for MySQL.
|
|
6702
7052
|
*
|
|
6703
7053
|
* @example
|
|
6704
7054
|
* PolarDBMySQL
|
|
@@ -6706,10 +7056,15 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
6706
7056
|
srcDbType?: string;
|
|
6707
7057
|
/**
|
|
6708
7058
|
* @remarks
|
|
6709
|
-
* The
|
|
7059
|
+
* The migration state of the PolarDB cluster. Valid values:
|
|
6710
7060
|
*
|
|
6711
|
-
* * **
|
|
6712
|
-
* * **
|
|
7061
|
+
* * **NO_MIGRATION**: No migration task is running.
|
|
7062
|
+
* * **RDS2POLARDB_CLONING**: Data is being replicated.
|
|
7063
|
+
* * **RDS2POLARDB_SYNCING**: Data is being replicated. During the replication, the PolarDB cluster is running in read-only mode and the source ApsaraDB RDS instance is running in read and write mode.
|
|
7064
|
+
* * **SWITCHING**: Databases are being switched.
|
|
7065
|
+
* * **POLARDB2RDS_SYNCING**: Databases are switched. The PolarDB cluster is running in read and write mode and the source ApsaraDB RDS instance is running in read-only mode. In this state, you can modify the endpoints for your applications.
|
|
7066
|
+
* * **ROLLBACK**: The migration is being rolled back. After the rollback is complete, the value **RDS2POLARDB_SYNCING** is returned.
|
|
7067
|
+
* * **CLOSING_MIGRATION**: The migration task is being terminated.
|
|
6713
7068
|
*
|
|
6714
7069
|
* @example
|
|
6715
7070
|
* RDS2POLARDB
|
|
@@ -6996,7 +7351,7 @@ export declare class DescribeDBClusterPerformanceRequest extends $tea.Model {
|
|
|
6996
7351
|
startTime?: string;
|
|
6997
7352
|
/**
|
|
6998
7353
|
* @remarks
|
|
6999
|
-
* The
|
|
7354
|
+
* The query type.
|
|
7000
7355
|
*
|
|
7001
7356
|
* @example
|
|
7002
7357
|
* orca
|
|
@@ -7175,7 +7530,7 @@ export declare class DescribeDBClusterSSLResponse extends $tea.Model {
|
|
|
7175
7530
|
export declare class DescribeDBClusterServerlessConfRequest extends $tea.Model {
|
|
7176
7531
|
/**
|
|
7177
7532
|
* @remarks
|
|
7178
|
-
*
|
|
7533
|
+
* Serverless cluster ID.
|
|
7179
7534
|
*
|
|
7180
7535
|
* This parameter is required.
|
|
7181
7536
|
*
|
|
@@ -7201,10 +7556,11 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7201
7556
|
agileScaleMax?: string;
|
|
7202
7557
|
/**
|
|
7203
7558
|
* @remarks
|
|
7204
|
-
*
|
|
7559
|
+
* Whether to enable idle shutdown. Values:
|
|
7205
7560
|
*
|
|
7206
|
-
*
|
|
7207
|
-
*
|
|
7561
|
+
* - **true**: Enable
|
|
7562
|
+
*
|
|
7563
|
+
* - **false**: Disable (default)
|
|
7208
7564
|
*
|
|
7209
7565
|
* @example
|
|
7210
7566
|
* true
|
|
@@ -7212,7 +7568,7 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7212
7568
|
allowShutDown?: string;
|
|
7213
7569
|
/**
|
|
7214
7570
|
* @remarks
|
|
7215
|
-
*
|
|
7571
|
+
* Serverless cluster ID.
|
|
7216
7572
|
*
|
|
7217
7573
|
* @example
|
|
7218
7574
|
* pc-bp10gr51qasnl****
|
|
@@ -7220,17 +7576,31 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7220
7576
|
DBClusterId?: string;
|
|
7221
7577
|
/**
|
|
7222
7578
|
* @remarks
|
|
7223
|
-
*
|
|
7579
|
+
* Request ID.
|
|
7224
7580
|
*
|
|
7225
7581
|
* @example
|
|
7226
7582
|
* 5E71541A-6007-4DCC-A38A-F872C31FEB45
|
|
7227
7583
|
*/
|
|
7228
7584
|
requestId?: string;
|
|
7585
|
+
/**
|
|
7586
|
+
* @remarks
|
|
7587
|
+
* Maximum limit for the number of read-only column storage nodes. Range: 0~7.
|
|
7588
|
+
*
|
|
7589
|
+
* @example
|
|
7590
|
+
* 1
|
|
7591
|
+
*/
|
|
7229
7592
|
scaleApRoNumMax?: string;
|
|
7593
|
+
/**
|
|
7594
|
+
* @remarks
|
|
7595
|
+
* Minimum limit for the number of read-only column storage nodes. Range: 0~7.
|
|
7596
|
+
*
|
|
7597
|
+
* @example
|
|
7598
|
+
* 1
|
|
7599
|
+
*/
|
|
7230
7600
|
scaleApRoNumMin?: string;
|
|
7231
7601
|
/**
|
|
7232
7602
|
* @remarks
|
|
7233
|
-
*
|
|
7603
|
+
* Maximum scaling limit for a single node. Range: 1 PCU~32 PCU.
|
|
7234
7604
|
*
|
|
7235
7605
|
* @example
|
|
7236
7606
|
* 3
|
|
@@ -7238,7 +7608,7 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7238
7608
|
scaleMax?: string;
|
|
7239
7609
|
/**
|
|
7240
7610
|
* @remarks
|
|
7241
|
-
*
|
|
7611
|
+
* Minimum scaling limit for a single node. Range: 1 PCU~31 PCU.
|
|
7242
7612
|
*
|
|
7243
7613
|
* @example
|
|
7244
7614
|
* 1
|
|
@@ -7246,7 +7616,7 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7246
7616
|
scaleMin?: string;
|
|
7247
7617
|
/**
|
|
7248
7618
|
* @remarks
|
|
7249
|
-
*
|
|
7619
|
+
* Maximum scaling limit for the number of read-only nodes. Range: 0~15.
|
|
7250
7620
|
*
|
|
7251
7621
|
* @example
|
|
7252
7622
|
* 4
|
|
@@ -7254,7 +7624,7 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7254
7624
|
scaleRoNumMax?: string;
|
|
7255
7625
|
/**
|
|
7256
7626
|
* @remarks
|
|
7257
|
-
*
|
|
7627
|
+
* Minimum scaling limit for the number of read-only nodes. Range: 0~15.
|
|
7258
7628
|
*
|
|
7259
7629
|
* @example
|
|
7260
7630
|
* 2
|
|
@@ -7262,15 +7632,51 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
7262
7632
|
scaleRoNumMin?: string;
|
|
7263
7633
|
/**
|
|
7264
7634
|
* @remarks
|
|
7265
|
-
*
|
|
7635
|
+
* Detection duration for idle shutdown. Range: 300~86,400. Unit: seconds. The detection duration must be a multiple of 300 seconds.
|
|
7266
7636
|
*
|
|
7267
7637
|
* @example
|
|
7268
7638
|
* 10
|
|
7269
7639
|
*/
|
|
7270
7640
|
secondsUntilAutoPause?: string;
|
|
7641
|
+
/**
|
|
7642
|
+
* @remarks
|
|
7643
|
+
* CPU upscale threshold.
|
|
7644
|
+
*
|
|
7645
|
+
* @example
|
|
7646
|
+
* 60
|
|
7647
|
+
*/
|
|
7271
7648
|
serverlessRuleCpuEnlargeThreshold?: string;
|
|
7649
|
+
/**
|
|
7650
|
+
* @remarks
|
|
7651
|
+
* CPU downscale threshold.
|
|
7652
|
+
*
|
|
7653
|
+
* @example
|
|
7654
|
+
* 30
|
|
7655
|
+
*/
|
|
7272
7656
|
serverlessRuleCpuShrinkThreshold?: string;
|
|
7657
|
+
/**
|
|
7658
|
+
* @remarks
|
|
7659
|
+
* Elasticity sensitivity. Values:
|
|
7660
|
+
*
|
|
7661
|
+
* - normal: Standard
|
|
7662
|
+
*
|
|
7663
|
+
* - flexible: Sensitive
|
|
7664
|
+
*
|
|
7665
|
+
* @example
|
|
7666
|
+
* normal
|
|
7667
|
+
*/
|
|
7273
7668
|
serverlessRuleMode?: string;
|
|
7669
|
+
/**
|
|
7670
|
+
* @remarks
|
|
7671
|
+
* Whether steady state is enabled. Values:
|
|
7672
|
+
*
|
|
7673
|
+
* 1: Enabled
|
|
7674
|
+
*
|
|
7675
|
+
* 0: Disabled
|
|
7676
|
+
*
|
|
7677
|
+
* @example
|
|
7678
|
+
* 1
|
|
7679
|
+
*/
|
|
7274
7680
|
switchs?: string;
|
|
7275
7681
|
traditionalScaleMaxThreshold?: string;
|
|
7276
7682
|
static names(): {
|
|
@@ -8507,9 +8913,7 @@ export declare class DescribeDBProxyPerformanceRequest extends $tea.Model {
|
|
|
8507
8913
|
DBEndpointId?: string;
|
|
8508
8914
|
/**
|
|
8509
8915
|
* @remarks
|
|
8510
|
-
*
|
|
8511
|
-
*
|
|
8512
|
-
* > It is used to query the metrics of Proxy on different DB nodes, supporting metrics such as PolarProxy_DBConns, PolarProxy_DBQps, and PolarProxy_DBActionOps.
|
|
8916
|
+
* The ID of the node in the cluster. This parameter can be used to query the performance metrics of PolarProxy on different nodes. The following metrics are supported: PolarProxy_DBConns, PolarProxy_DBQps, and PolarProxy_DBActionOps.
|
|
8513
8917
|
*
|
|
8514
8918
|
* @example
|
|
8515
8919
|
* pi-******************
|
|
@@ -9501,6 +9905,8 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.
|
|
|
9501
9905
|
export declare class DescribeLicenseOrderDetailsRequest extends $tea.Model {
|
|
9502
9906
|
/**
|
|
9503
9907
|
* @remarks
|
|
9908
|
+
* The Alibaba Cloud order ID (or virtual order ID).
|
|
9909
|
+
*
|
|
9504
9910
|
* This parameter is required.
|
|
9505
9911
|
*
|
|
9506
9912
|
* @example
|
|
@@ -9523,71 +9929,119 @@ export declare class DescribeLicenseOrderDetailsRequest extends $tea.Model {
|
|
|
9523
9929
|
}
|
|
9524
9930
|
export declare class DescribeLicenseOrderDetailsResponseBody extends $tea.Model {
|
|
9525
9931
|
/**
|
|
9932
|
+
* @remarks
|
|
9933
|
+
* The number of generated activation codes.
|
|
9934
|
+
*
|
|
9526
9935
|
* @example
|
|
9527
9936
|
* 2
|
|
9528
9937
|
*/
|
|
9529
9938
|
activatedCodeCount?: number;
|
|
9530
9939
|
/**
|
|
9940
|
+
* @remarks
|
|
9941
|
+
* The maximum number of activation codes that you can apply for.
|
|
9942
|
+
*
|
|
9531
9943
|
* @example
|
|
9532
9944
|
* 8
|
|
9533
9945
|
*/
|
|
9534
9946
|
activationCodeQuota?: number;
|
|
9535
9947
|
/**
|
|
9948
|
+
* @remarks
|
|
9949
|
+
* The Alibaba Cloud order ID (including the virtual order ID).
|
|
9950
|
+
*
|
|
9536
9951
|
* @example
|
|
9537
9952
|
* 239618016570503
|
|
9538
9953
|
*/
|
|
9539
9954
|
aliyunOrderId?: string;
|
|
9540
9955
|
/**
|
|
9956
|
+
* @remarks
|
|
9957
|
+
* Indicates whether activation codes can be generated without the system identifier.
|
|
9958
|
+
*
|
|
9541
9959
|
* @example
|
|
9542
9960
|
* false
|
|
9543
9961
|
*/
|
|
9544
9962
|
allowEmptySystemIdentifier?: boolean;
|
|
9545
9963
|
/**
|
|
9964
|
+
* @remarks
|
|
9965
|
+
* The type of the engine. Valid values: PG, Oracle, and MySQL.
|
|
9966
|
+
*
|
|
9546
9967
|
* @example
|
|
9547
9968
|
* PG
|
|
9548
9969
|
*/
|
|
9549
9970
|
engine?: string;
|
|
9550
9971
|
/**
|
|
9972
|
+
* @remarks
|
|
9973
|
+
* The time when the order was created.
|
|
9974
|
+
*
|
|
9551
9975
|
* @example
|
|
9552
9976
|
* 2021-10-19 01:13:45
|
|
9553
9977
|
*/
|
|
9554
9978
|
gmtCreated?: string;
|
|
9555
9979
|
/**
|
|
9980
|
+
* @remarks
|
|
9981
|
+
* The time when the order was last updated.
|
|
9982
|
+
*
|
|
9556
9983
|
* @example
|
|
9557
9984
|
* 2024-10-16 16:46:20
|
|
9558
9985
|
*/
|
|
9559
9986
|
gmtModified?: string;
|
|
9560
9987
|
/**
|
|
9988
|
+
* @remarks
|
|
9989
|
+
* Indicates whether the order is a virtual order (virtual orders allow pre-generation of activation codes).
|
|
9990
|
+
*
|
|
9561
9991
|
* @example
|
|
9562
9992
|
* false
|
|
9563
9993
|
*/
|
|
9564
9994
|
isVirtualOrder?: boolean;
|
|
9565
9995
|
/**
|
|
9996
|
+
* @remarks
|
|
9997
|
+
* Indicates whether the virtual order is frozen (activation codes cannot be generated for a frozen virtual order).
|
|
9998
|
+
*
|
|
9566
9999
|
* @example
|
|
9567
10000
|
* false
|
|
9568
10001
|
*/
|
|
9569
10002
|
isVirtualOrderFrozen?: boolean;
|
|
9570
10003
|
/**
|
|
10004
|
+
* @remarks
|
|
10005
|
+
* The plan type. Valid values:
|
|
10006
|
+
*
|
|
10007
|
+
* * single_node_subscribe
|
|
10008
|
+
* * single_node_long_term
|
|
10009
|
+
* * primary_backup_subscribe
|
|
10010
|
+
* * primary_backup_long_term
|
|
10011
|
+
* * pre_generation_long_term
|
|
10012
|
+
*
|
|
9571
10013
|
* @example
|
|
9572
10014
|
* pre_generation_long_term
|
|
9573
10015
|
*/
|
|
9574
10016
|
packageType?: string;
|
|
9575
10017
|
/**
|
|
10018
|
+
* @remarks
|
|
10019
|
+
* The validity period of the plan, which is one year (common) or thirty years (long-term).
|
|
10020
|
+
*
|
|
9576
10021
|
* @example
|
|
9577
10022
|
* 1 year
|
|
9578
10023
|
*/
|
|
9579
10024
|
packageValidity?: string;
|
|
9580
10025
|
/**
|
|
10026
|
+
* @remarks
|
|
10027
|
+
* The plan validity period, one year (common) or thirty years (long-term).
|
|
10028
|
+
*
|
|
9581
10029
|
* @example
|
|
9582
10030
|
* aliyun_market
|
|
9583
10031
|
*/
|
|
9584
10032
|
purchaseChannel?: string;
|
|
9585
10033
|
/**
|
|
10034
|
+
* @remarks
|
|
10035
|
+
* The request ID.
|
|
10036
|
+
*
|
|
9586
10037
|
* @example
|
|
9587
10038
|
* 22C0ACF0-DD29-4B67-9190-B7A48C******
|
|
9588
10039
|
*/
|
|
9589
10040
|
requestId?: string;
|
|
9590
10041
|
/**
|
|
10042
|
+
* @remarks
|
|
10043
|
+
* The virtual order ID.
|
|
10044
|
+
*
|
|
9591
10045
|
* @example
|
|
9592
10046
|
* 239618016570503
|
|
9593
10047
|
*/
|
|
@@ -9620,6 +10074,9 @@ export declare class DescribeLicenseOrderDetailsResponse extends $tea.Model {
|
|
|
9620
10074
|
}
|
|
9621
10075
|
export declare class DescribeLicenseOrdersRequest extends $tea.Model {
|
|
9622
10076
|
/**
|
|
10077
|
+
* @remarks
|
|
10078
|
+
* The ID of the Alibaba Cloud order. The value can be the ID of a virtual order.
|
|
10079
|
+
*
|
|
9623
10080
|
* @example
|
|
9624
10081
|
* 239618016570503
|
|
9625
10082
|
*/
|
|
@@ -9627,27 +10084,52 @@ export declare class DescribeLicenseOrdersRequest extends $tea.Model {
|
|
|
9627
10084
|
ownerAccount?: string;
|
|
9628
10085
|
ownerId?: number;
|
|
9629
10086
|
/**
|
|
10087
|
+
* @remarks
|
|
10088
|
+
* The type of the package. Valid values:
|
|
10089
|
+
*
|
|
10090
|
+
* * single_node_subscribe: Single-node Edition (Subscription).
|
|
10091
|
+
* * single_node_long_term: Single-node Edition (Long-term).
|
|
10092
|
+
* * primary_backup_subscribe: HA Edition (Subscription).
|
|
10093
|
+
* * primary_backup_long_term: HA Edition (Long-term).
|
|
10094
|
+
* * pre_generation_long_term: Pre-generated (Long-term).
|
|
10095
|
+
*
|
|
9630
10096
|
* @example
|
|
9631
10097
|
* single_node_subscribe
|
|
9632
10098
|
*/
|
|
9633
10099
|
packageType?: string;
|
|
9634
10100
|
/**
|
|
10101
|
+
* @remarks
|
|
10102
|
+
* The page number.
|
|
10103
|
+
*
|
|
9635
10104
|
* @example
|
|
9636
10105
|
* 1
|
|
9637
10106
|
*/
|
|
9638
10107
|
pageNumber?: number;
|
|
9639
10108
|
/**
|
|
10109
|
+
* @remarks
|
|
10110
|
+
* The number of entries per page.
|
|
10111
|
+
*
|
|
9640
10112
|
* @example
|
|
9641
10113
|
* 30
|
|
9642
10114
|
*/
|
|
9643
10115
|
pageSize?: number;
|
|
9644
10116
|
/**
|
|
10117
|
+
* @remarks
|
|
10118
|
+
* The purchase channel. Valid values: aliyun_market and aliyun_public. aliyun_market specifies Alibaba Cloud Marketplace. aliyun_public specifies the PolarDB buy page.
|
|
10119
|
+
*
|
|
9645
10120
|
* @example
|
|
9646
10121
|
* aliyun_market
|
|
9647
10122
|
*/
|
|
9648
10123
|
purchaseChannel?: string;
|
|
9649
10124
|
resourceOwnerAccount?: string;
|
|
9650
10125
|
resourceOwnerId?: number;
|
|
10126
|
+
/**
|
|
10127
|
+
* @remarks
|
|
10128
|
+
* Specifies whether to query only virtual orders.
|
|
10129
|
+
*
|
|
10130
|
+
* @example
|
|
10131
|
+
* true
|
|
10132
|
+
*/
|
|
9651
10133
|
virtualOrder?: boolean;
|
|
9652
10134
|
static names(): {
|
|
9653
10135
|
[key: string]: string;
|
|
@@ -9660,23 +10142,39 @@ export declare class DescribeLicenseOrdersRequest extends $tea.Model {
|
|
|
9660
10142
|
});
|
|
9661
10143
|
}
|
|
9662
10144
|
export declare class DescribeLicenseOrdersResponseBody extends $tea.Model {
|
|
10145
|
+
/**
|
|
10146
|
+
* @remarks
|
|
10147
|
+
* The queried orders.
|
|
10148
|
+
*/
|
|
9663
10149
|
items?: DescribeLicenseOrdersResponseBodyItems[];
|
|
9664
10150
|
/**
|
|
10151
|
+
* @remarks
|
|
10152
|
+
* The page number.
|
|
10153
|
+
*
|
|
9665
10154
|
* @example
|
|
9666
10155
|
* 1
|
|
9667
10156
|
*/
|
|
9668
10157
|
pageNumber?: number;
|
|
9669
10158
|
/**
|
|
10159
|
+
* @remarks
|
|
10160
|
+
* The number of entries returned on the current page.
|
|
10161
|
+
*
|
|
9670
10162
|
* @example
|
|
9671
10163
|
* 12
|
|
9672
10164
|
*/
|
|
9673
10165
|
pageRecordCount?: number;
|
|
9674
10166
|
/**
|
|
10167
|
+
* @remarks
|
|
10168
|
+
* The request ID.
|
|
10169
|
+
*
|
|
9675
10170
|
* @example
|
|
9676
10171
|
* 34458CD3-33E0-4624-BFEF-840C15******
|
|
9677
10172
|
*/
|
|
9678
10173
|
requestId?: string;
|
|
9679
10174
|
/**
|
|
10175
|
+
* @remarks
|
|
10176
|
+
* The total number of entries returned.
|
|
10177
|
+
*
|
|
9680
10178
|
* @example
|
|
9681
10179
|
* 50
|
|
9682
10180
|
*/
|
|
@@ -12045,9 +12543,9 @@ export declare class EvaluateRegionResourceRequest extends $tea.Model {
|
|
|
12045
12543
|
* @remarks
|
|
12046
12544
|
* The cluster link type. The backend randomly selects the default value. Valid values:
|
|
12047
12545
|
*
|
|
12048
|
-
* * **lvs
|
|
12049
|
-
* * **proxy**: proxy server
|
|
12050
|
-
* * **dns**: domain name system
|
|
12546
|
+
* * **lvs**: Linux virtual server.
|
|
12547
|
+
* * **proxy**: proxy server.
|
|
12548
|
+
* * **dns**: domain name system.
|
|
12051
12549
|
*
|
|
12052
12550
|
* @example
|
|
12053
12551
|
* lvs
|
|
@@ -12117,9 +12615,9 @@ export declare class EvaluateRegionResourceRequest extends $tea.Model {
|
|
|
12117
12615
|
dispenseMode?: string;
|
|
12118
12616
|
/**
|
|
12119
12617
|
* @remarks
|
|
12120
|
-
* Specifies whether
|
|
12618
|
+
* Specifies whether to create Maxscale. Valid values:
|
|
12121
12619
|
*
|
|
12122
|
-
* * **true**
|
|
12620
|
+
* * **true** (default)
|
|
12123
12621
|
* * **false**
|
|
12124
12622
|
*
|
|
12125
12623
|
* This parameter is required.
|
|
@@ -12815,6 +13313,85 @@ export declare class ModifyAccountPasswordResponse extends $tea.Model {
|
|
|
12815
13313
|
[key: string]: any;
|
|
12816
13314
|
});
|
|
12817
13315
|
}
|
|
13316
|
+
export declare class ModifyActiveOperationTasksRequest extends $tea.Model {
|
|
13317
|
+
/**
|
|
13318
|
+
* @example
|
|
13319
|
+
* 0
|
|
13320
|
+
*/
|
|
13321
|
+
immediateStart?: number;
|
|
13322
|
+
ownerAccount?: string;
|
|
13323
|
+
ownerId?: number;
|
|
13324
|
+
/**
|
|
13325
|
+
* @remarks
|
|
13326
|
+
* This parameter is required.
|
|
13327
|
+
*
|
|
13328
|
+
* @example
|
|
13329
|
+
* cn-beijing
|
|
13330
|
+
*/
|
|
13331
|
+
regionId?: string;
|
|
13332
|
+
resourceOwnerAccount?: string;
|
|
13333
|
+
resourceOwnerId?: number;
|
|
13334
|
+
securityToken?: string;
|
|
13335
|
+
/**
|
|
13336
|
+
* @example
|
|
13337
|
+
* 2023-04-25T06:00:00Z
|
|
13338
|
+
*/
|
|
13339
|
+
switchTime?: string;
|
|
13340
|
+
/**
|
|
13341
|
+
* @remarks
|
|
13342
|
+
* This parameter is required.
|
|
13343
|
+
*
|
|
13344
|
+
* @example
|
|
13345
|
+
* 11111,22222
|
|
13346
|
+
*/
|
|
13347
|
+
taskIds?: string;
|
|
13348
|
+
static names(): {
|
|
13349
|
+
[key: string]: string;
|
|
13350
|
+
};
|
|
13351
|
+
static types(): {
|
|
13352
|
+
[key: string]: any;
|
|
13353
|
+
};
|
|
13354
|
+
constructor(map?: {
|
|
13355
|
+
[key: string]: any;
|
|
13356
|
+
});
|
|
13357
|
+
}
|
|
13358
|
+
export declare class ModifyActiveOperationTasksResponseBody extends $tea.Model {
|
|
13359
|
+
/**
|
|
13360
|
+
* @example
|
|
13361
|
+
* 42CD2EF5-D77E-5AD4-961B-159330D98286
|
|
13362
|
+
*/
|
|
13363
|
+
requestId?: string;
|
|
13364
|
+
/**
|
|
13365
|
+
* @example
|
|
13366
|
+
* 11111,22222
|
|
13367
|
+
*/
|
|
13368
|
+
taskIds?: string;
|
|
13369
|
+
static names(): {
|
|
13370
|
+
[key: string]: string;
|
|
13371
|
+
};
|
|
13372
|
+
static types(): {
|
|
13373
|
+
[key: string]: any;
|
|
13374
|
+
};
|
|
13375
|
+
constructor(map?: {
|
|
13376
|
+
[key: string]: any;
|
|
13377
|
+
});
|
|
13378
|
+
}
|
|
13379
|
+
export declare class ModifyActiveOperationTasksResponse extends $tea.Model {
|
|
13380
|
+
headers?: {
|
|
13381
|
+
[key: string]: string;
|
|
13382
|
+
};
|
|
13383
|
+
statusCode?: number;
|
|
13384
|
+
body?: ModifyActiveOperationTasksResponseBody;
|
|
13385
|
+
static names(): {
|
|
13386
|
+
[key: string]: string;
|
|
13387
|
+
};
|
|
13388
|
+
static types(): {
|
|
13389
|
+
[key: string]: any;
|
|
13390
|
+
};
|
|
13391
|
+
constructor(map?: {
|
|
13392
|
+
[key: string]: any;
|
|
13393
|
+
});
|
|
13394
|
+
}
|
|
12818
13395
|
export declare class ModifyAutoRenewAttributeRequest extends $tea.Model {
|
|
12819
13396
|
/**
|
|
12820
13397
|
* @remarks
|
|
@@ -13237,6 +13814,22 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
|
|
|
13237
13814
|
* 0
|
|
13238
13815
|
*/
|
|
13239
13816
|
faultSimulateMode?: string;
|
|
13817
|
+
/**
|
|
13818
|
+
* @remarks
|
|
13819
|
+
* Specifies whether to enable automatic IMCI-based query acceleration. IMCI is short for In-Memory Column Index. Valid values:
|
|
13820
|
+
*
|
|
13821
|
+
* * `ON`: enables automatic IMCI-based query acceleration.
|
|
13822
|
+
* * `OFF`: disables automatic IMCI-based query acceleration.
|
|
13823
|
+
*
|
|
13824
|
+
* >
|
|
13825
|
+
*
|
|
13826
|
+
* * This parameter is supported only for PolarDB for MySQL clusters.
|
|
13827
|
+
*
|
|
13828
|
+
* * For information about the cluster version limits, see [Automatic IMCI-based query acceleration](https://help.aliyun.com/document_detail/2854119.html).
|
|
13829
|
+
*
|
|
13830
|
+
* @example
|
|
13831
|
+
* OFF
|
|
13832
|
+
*/
|
|
13240
13833
|
imciAutoIndex?: string;
|
|
13241
13834
|
ownerAccount?: string;
|
|
13242
13835
|
ownerId?: number;
|
|
@@ -13555,6 +14148,7 @@ export declare class ModifyDBClusterAndNodesParametersRequest extends $tea.Model
|
|
|
13555
14148
|
plannedStartTime?: string;
|
|
13556
14149
|
resourceOwnerAccount?: string;
|
|
13557
14150
|
resourceOwnerId?: number;
|
|
14151
|
+
standbyClusterIdListNeedToSync?: string;
|
|
13558
14152
|
static names(): {
|
|
13559
14153
|
[key: string]: string;
|
|
13560
14154
|
};
|
|
@@ -13822,10 +14416,10 @@ export declare class ModifyDBClusterDescriptionResponse extends $tea.Model {
|
|
|
13822
14416
|
export declare class ModifyDBClusterEndpointRequest extends $tea.Model {
|
|
13823
14417
|
/**
|
|
13824
14418
|
* @remarks
|
|
13825
|
-
* Specifies whether to
|
|
14419
|
+
* Specifies whether to enable automatic association of newly added nodes with the cluster endpoint. Valid values:
|
|
13826
14420
|
*
|
|
13827
|
-
* * **Enable
|
|
13828
|
-
* * **Disable**
|
|
14421
|
+
* * **Enable**: enables automatic association of newly added nodes with the cluster endpoint.
|
|
14422
|
+
* * **Disable** (default): disables automatic association of newly added nodes with the cluster endpoint.
|
|
13829
14423
|
*
|
|
13830
14424
|
* @example
|
|
13831
14425
|
* Enable
|
|
@@ -13861,60 +14455,74 @@ export declare class ModifyDBClusterEndpointRequest extends $tea.Model {
|
|
|
13861
14455
|
DBEndpointId?: string;
|
|
13862
14456
|
/**
|
|
13863
14457
|
* @remarks
|
|
13864
|
-
* The advanced configurations of the cluster endpoint, which are in the JSON format. You can
|
|
14458
|
+
* The advanced configurations of the cluster endpoint, which are in the JSON format. You can configure the consistency level, transaction splitting, and connection pool settings, and specify whether the primary node accepts read requests.
|
|
13865
14459
|
*
|
|
13866
|
-
* *
|
|
14460
|
+
* * The load balancing policy. Format: `{\\"LoadBalancePolicy\\":\\"Load balancing policy\\"}`. Valid values:
|
|
13867
14461
|
*
|
|
13868
|
-
* * **0
|
|
14462
|
+
* * **0** (default): connections-based load balancing
|
|
13869
14463
|
* * **1**: active requests-based load balancing
|
|
13870
14464
|
*
|
|
13871
|
-
* * Specifies whether to
|
|
14465
|
+
* * Specifies whether to allow the primary node to accept read requests. Format: `{\\"MasterAcceptReads\\":\\"Specification about whether to allow the primary node to accept read requests\\"}`. Valid values:
|
|
13872
14466
|
*
|
|
13873
|
-
* * **on**
|
|
13874
|
-
* * **off
|
|
14467
|
+
* * **on** (default): allows the primary node to accept read requests.
|
|
14468
|
+
* * **off**: does not allow the primary node to accept read requests.
|
|
13875
14469
|
*
|
|
13876
|
-
* * Specifies whether to enable the transaction splitting feature
|
|
14470
|
+
* * Specifies whether to enable the transaction splitting feature. Format: `{\\"DistributedTransaction\\":\\"Specification about whether to enable the transaction splitting feature\\"}`. Valid values:
|
|
13877
14471
|
*
|
|
13878
|
-
* * **on**
|
|
13879
|
-
* * **off
|
|
14472
|
+
* * **on** (default): enables the transaction splitting feature.
|
|
14473
|
+
* * **off**: disables the transaction splitting feature.
|
|
13880
14474
|
*
|
|
13881
|
-
* *
|
|
14475
|
+
* * The consistency level. Format: `{\\"ConsistLevel\\":\\"Consistency level\\"}`. Valid values:
|
|
13882
14476
|
*
|
|
13883
14477
|
* * **0**: eventual consistency (weak)
|
|
13884
|
-
* * **1
|
|
14478
|
+
* * **1** (default): session consistency (medium)
|
|
13885
14479
|
* * **2**: global consistency (strong)
|
|
13886
14480
|
*
|
|
13887
|
-
* *
|
|
14481
|
+
* * The global consistency timeout. Format: `{\\"ConsistTimeout\\":\\"Global consistency timeout\\"}`. Valid values: 0 to 60,000. Default value: 20. Unit: ms.
|
|
13888
14482
|
*
|
|
13889
|
-
*
|
|
14483
|
+
* * The session consistency timeout. Format: `{\\"ConsistSessionTimeout\\":\\"Session consistency timeout\\"}`. Valid values: 0 to 60,000. Default value: 0. Unit: ms.
|
|
14484
|
+
*
|
|
14485
|
+
* * The global (or session) consistency timeout policy. Format: `{\\"ConsistTimeoutAction\\":\\"Consistency timeout policy\\"}`. Valid values:
|
|
14486
|
+
*
|
|
14487
|
+
* * **0** (default): PolarProxy sends read requests to the primary node.
|
|
14488
|
+
* * **1**: PolarProxy returns the "wait replication complete timeout, please retry" error message to the application.
|
|
14489
|
+
*
|
|
14490
|
+
* * Specifies whether to enable the connection pool feature. Format: `{\\"ConnectionPersist\\":\\"Specification about whether to enable the connection pool feature\\"}`. Valid values:
|
|
14491
|
+
*
|
|
14492
|
+
* * **off** (default): disables the connection pool feature.
|
|
13890
14493
|
* * **Session**: enables the session-level connection pool.
|
|
13891
14494
|
* * **Transaction**: enables the transaction-level connection pool.
|
|
13892
14495
|
*
|
|
13893
|
-
* * Specifies whether to enable the parallel query feature
|
|
14496
|
+
* * Specifies whether to enable the parallel query feature. Format: `{\\"MaxParallelDegree\\":\\"Specification about whether to enable the parallel query feature\\"}`. Valid values:
|
|
13894
14497
|
*
|
|
13895
|
-
* * **on
|
|
13896
|
-
* * **off**
|
|
14498
|
+
* * **on**: enables the parallel query feature.
|
|
14499
|
+
* * **off** (default): disables the parallel query feature.
|
|
13897
14500
|
*
|
|
13898
|
-
* * Specifies whether to enable the automatic request distribution
|
|
14501
|
+
* * Specifies whether to enable the automatic request distribution among row store and column store nodes feature. Format: `{\\"EnableHtapImci\\":\\"Specification about whether to enable automatic request distribution among row store and column store nodes feature\\"}`. Valid values:
|
|
13899
14502
|
*
|
|
13900
|
-
* * **on
|
|
13901
|
-
* * **off**
|
|
14503
|
+
* * **on**: enables the automatic request distribution among row store and column store nodes feature.
|
|
14504
|
+
* * **off** (default): disables the automatic request distribution among row store and column store nodes feature.
|
|
13902
14505
|
*
|
|
13903
|
-
* * Specifies whether to enable the overload protection feature
|
|
14506
|
+
* * Specifies whether to enable the overload protection feature. Format: `{\\"EnableOverloadThrottle\\":\\"Specification about whether to enable the overload protection feature\\"}`. Valid values:
|
|
13904
14507
|
*
|
|
13905
|
-
* * **on
|
|
13906
|
-
* * **off**
|
|
14508
|
+
* * **on**: enables the overload protection feature.
|
|
14509
|
+
* * **off** (default): disables the overload protection feature.
|
|
13907
14510
|
*
|
|
13908
14511
|
* >
|
|
13909
14512
|
*
|
|
13910
|
-
* * You can
|
|
14513
|
+
* * You can configure the transaction splitting, connection pool, and overload protection settings, and specify whether the primary node accepts read requests settings for the cluster endpoint of a PolarDB for MySQL cluster only if ReadWriteMode of the cluster endpoint is set to Read and Write (Automatic Read/Write Splitting).
|
|
14514
|
+
*
|
|
14515
|
+
* * If ReadWriteMode of the cluster endpoint of a PolarDB for MySQL cluster is set to **Read-only**, you can specify the **Connections-based Load Balancing** or **Active Request-based Load Balancing** policy for the cluster endpoint. If ReadWriteMode of the cluster endpoint of a PolarDB for MySQL cluster is set to **Read/Write (Automatic Read/Write Splitting)**, you can specify only the **Active Request-based Load Balancing** policy for the cluster endpoint.
|
|
14516
|
+
*
|
|
14517
|
+
* * You can enable automatic request distribution among column store and row store nodes for the cluster endpoint of a PolarDB for MySQL cluster if ReadWriteMode of the cluster endpoint is set to **Read and Write (Automatic Read/Write Splitting)**, or if the ReadWriteMode of the cluster endpoint is set to **Read-only** and the load balancing policy is set to **Active requests-based load balancing**.
|
|
13911
14518
|
*
|
|
13912
|
-
* * If the read /write mode of a PolarDB for MySQL cluster is set to **Read-only**, the **Connection-based SLB** and **Active Request-based SLB** SLB policies are supported. The **Read-write (Automatic read /write splitting) **mode of the cluster supports** Active Request-based SLB** policy.
|
|
13913
|
-
* * If ReadWriteMode is set to **ReadWrite** for the cluster endpoint of a PolarDB for MySQL cluster or if ReadWriteMode is set to **ReadOnly** and the load balancing policy is set to **active requests-based load balancing**, the automatic request distribution between row store and column store nodes feature is supported.
|
|
13914
14519
|
* * Only PolarDB for MySQL supports global consistency.
|
|
13915
|
-
*
|
|
13916
|
-
* * You can
|
|
13917
|
-
*
|
|
14520
|
+
*
|
|
14521
|
+
* * You can set the consistency level of the cluster endpoint of a PolarDB for MySQL cluster only to **0** if **ReadWriteMode** of the cluster endpoint is set to **ReadOnly**.
|
|
14522
|
+
*
|
|
14523
|
+
* * You can configure the settings for the consistency level, transaction splitting, and connection pool features, and specify whether the primary node accepts read requests settings at a time. Example: `{\\"ConsistLevel\\":\\"1\\",\\"DistributedTransaction\\":\\"on\\",\\"ConnectionPersist\\":\\"Session\\",\\"MasterAcceptReads\\":\\"on\\"}`.
|
|
14524
|
+
*
|
|
14525
|
+
* * The configuration for transaction splitting is limited by the configuration for the consistency level. For example, if you set the consistency level to **0**, you cannot enable transaction splitting. If you set the consistency level to **1** or **2**, you can enable transaction splitting.
|
|
13918
14526
|
*
|
|
13919
14527
|
* @example
|
|
13920
14528
|
* {"ConsistLevel":"1","DistributedTransaction":"on","MasterAcceptReads":"off","ConnectionPersist": "on"}
|
|
@@ -13943,7 +14551,24 @@ export declare class ModifyDBClusterEndpointRequest extends $tea.Model {
|
|
|
13943
14551
|
nodes?: string;
|
|
13944
14552
|
ownerAccount?: string;
|
|
13945
14553
|
ownerId?: number;
|
|
14554
|
+
/**
|
|
14555
|
+
* @remarks
|
|
14556
|
+
* Global consistency timeout policy. Valid values:
|
|
14557
|
+
*
|
|
14558
|
+
* * **0**: sends the request to the primary node.
|
|
14559
|
+
* * **2**: downgrades the consistency level of a query to inconsistent read when a global consistent read in the query times out. No error message is returned to the client.
|
|
14560
|
+
*
|
|
14561
|
+
* @example
|
|
14562
|
+
* 0
|
|
14563
|
+
*/
|
|
13946
14564
|
polarSccTimeoutAction?: string;
|
|
14565
|
+
/**
|
|
14566
|
+
* @remarks
|
|
14567
|
+
* Global consistency timeout.
|
|
14568
|
+
*
|
|
14569
|
+
* @example
|
|
14570
|
+
* 100
|
|
14571
|
+
*/
|
|
13947
14572
|
polarSccWaitTimeout?: string;
|
|
13948
14573
|
/**
|
|
13949
14574
|
* @remarks
|
|
@@ -13958,6 +14583,21 @@ export declare class ModifyDBClusterEndpointRequest extends $tea.Model {
|
|
|
13958
14583
|
readWriteMode?: string;
|
|
13959
14584
|
resourceOwnerAccount?: string;
|
|
13960
14585
|
resourceOwnerId?: number;
|
|
14586
|
+
/**
|
|
14587
|
+
* @remarks
|
|
14588
|
+
* Specifies whether to enable the global consistency (high-performance mode) feature for the nodes. Valid values:
|
|
14589
|
+
*
|
|
14590
|
+
* * **ON**
|
|
14591
|
+
* * **OFF**
|
|
14592
|
+
*
|
|
14593
|
+
* Valid values:
|
|
14594
|
+
*
|
|
14595
|
+
* * on
|
|
14596
|
+
* * off
|
|
14597
|
+
*
|
|
14598
|
+
* @example
|
|
14599
|
+
* on
|
|
14600
|
+
*/
|
|
13961
14601
|
sccMode?: string;
|
|
13962
14602
|
static names(): {
|
|
13963
14603
|
[key: string]: string;
|
|
@@ -17989,8 +18629,11 @@ export declare class UpgradeDBClusterVersionRequest extends $tea.Model {
|
|
|
17989
18629
|
* @remarks
|
|
17990
18630
|
* The earliest start time to run the task that updates the kernel version of the cluster. Specify the time in the `YYYY-MM-DDThh:mm:ssZ` format. The time must be in UTC.
|
|
17991
18631
|
*
|
|
17992
|
-
* >
|
|
17993
|
-
*
|
|
18632
|
+
* >
|
|
18633
|
+
*
|
|
18634
|
+
* * The earliest start time of the task can be a point in time within the next 72 hours. For example, if the current time is `2021-01-14T09:00:00Z`, you can specify a point in time from `2021-01-14T09:00:00Z` to `2021-01-17T09:00:00Z`.
|
|
18635
|
+
*
|
|
18636
|
+
* * If you do not specify this parameter, the kernel update task runs immediately after you submit the request.
|
|
17994
18637
|
*
|
|
17995
18638
|
* @example
|
|
17996
18639
|
* 2021-01-14T09:00:00Z
|
|
@@ -18354,48 +18997,131 @@ export declare class DescribeAccountsResponseBodyAccounts extends $tea.Model {
|
|
|
18354
18997
|
accountLockState?: string;
|
|
18355
18998
|
/**
|
|
18356
18999
|
* @remarks
|
|
18357
|
-
* The name of the account.
|
|
19000
|
+
* The name of the account.
|
|
19001
|
+
*
|
|
19002
|
+
* @example
|
|
19003
|
+
* test_acc
|
|
19004
|
+
*/
|
|
19005
|
+
accountName?: string;
|
|
19006
|
+
/**
|
|
19007
|
+
* @remarks
|
|
19008
|
+
* The validity period of the password.
|
|
19009
|
+
*
|
|
19010
|
+
* @example
|
|
19011
|
+
* undefined
|
|
19012
|
+
*/
|
|
19013
|
+
accountPasswordValidTime?: string;
|
|
19014
|
+
/**
|
|
19015
|
+
* @remarks
|
|
19016
|
+
* The state of the account. Valid values:
|
|
19017
|
+
*
|
|
19018
|
+
* * **Creating**: The account is being created.
|
|
19019
|
+
* * **Available**: The account is available.
|
|
19020
|
+
* * **Deleting**: The account is being deleted
|
|
19021
|
+
*
|
|
19022
|
+
* @example
|
|
19023
|
+
* Available
|
|
19024
|
+
*/
|
|
19025
|
+
accountStatus?: string;
|
|
19026
|
+
/**
|
|
19027
|
+
* @remarks
|
|
19028
|
+
* The type of the account. Valid values:
|
|
19029
|
+
*
|
|
19030
|
+
* * **Normal**: a standard account
|
|
19031
|
+
* * **Super**: a privileged account
|
|
19032
|
+
*
|
|
19033
|
+
* @example
|
|
19034
|
+
* Normal
|
|
19035
|
+
*/
|
|
19036
|
+
accountType?: string;
|
|
19037
|
+
/**
|
|
19038
|
+
* @remarks
|
|
19039
|
+
* The list of database permissions that are granted to the account.
|
|
19040
|
+
*/
|
|
19041
|
+
databasePrivileges?: DescribeAccountsResponseBodyAccountsDatabasePrivileges[];
|
|
19042
|
+
static names(): {
|
|
19043
|
+
[key: string]: string;
|
|
19044
|
+
};
|
|
19045
|
+
static types(): {
|
|
19046
|
+
[key: string]: any;
|
|
19047
|
+
};
|
|
19048
|
+
constructor(map?: {
|
|
19049
|
+
[key: string]: any;
|
|
19050
|
+
});
|
|
19051
|
+
}
|
|
19052
|
+
export declare class DescribeActivationCodesResponseBodyItems extends $tea.Model {
|
|
19053
|
+
/**
|
|
19054
|
+
* @remarks
|
|
19055
|
+
* The time when the activation code takes effect.
|
|
19056
|
+
*
|
|
19057
|
+
* @example
|
|
19058
|
+
* 2024-10-16 16:46:20
|
|
19059
|
+
*/
|
|
19060
|
+
activateAt?: string;
|
|
19061
|
+
/**
|
|
19062
|
+
* @remarks
|
|
19063
|
+
* The description of the activation code.
|
|
19064
|
+
*
|
|
19065
|
+
* @example
|
|
19066
|
+
* testCode
|
|
19067
|
+
*/
|
|
19068
|
+
description?: string;
|
|
19069
|
+
/**
|
|
19070
|
+
* @remarks
|
|
19071
|
+
* The time when the activation code expires.
|
|
19072
|
+
*
|
|
19073
|
+
* @example
|
|
19074
|
+
* 2054-10-16 16:46:20
|
|
19075
|
+
*/
|
|
19076
|
+
expireAt?: string;
|
|
19077
|
+
/**
|
|
19078
|
+
* @remarks
|
|
19079
|
+
* The time when the activation code was generated.
|
|
19080
|
+
*
|
|
19081
|
+
* @example
|
|
19082
|
+
* 2024-10-16 16:46:20
|
|
19083
|
+
*/
|
|
19084
|
+
gmtCreated?: string;
|
|
19085
|
+
/**
|
|
19086
|
+
* @remarks
|
|
19087
|
+
* The time when the activation code was updated.
|
|
18358
19088
|
*
|
|
18359
19089
|
* @example
|
|
18360
|
-
*
|
|
19090
|
+
* 2024-10-16 16:46:20
|
|
18361
19091
|
*/
|
|
18362
|
-
|
|
19092
|
+
gmtModified?: string;
|
|
18363
19093
|
/**
|
|
18364
19094
|
* @remarks
|
|
18365
|
-
* The
|
|
19095
|
+
* The activation code ID.
|
|
18366
19096
|
*
|
|
18367
19097
|
* @example
|
|
18368
|
-
*
|
|
19098
|
+
* 123
|
|
18369
19099
|
*/
|
|
18370
|
-
|
|
19100
|
+
id?: number;
|
|
18371
19101
|
/**
|
|
18372
19102
|
* @remarks
|
|
18373
|
-
* The
|
|
18374
|
-
*
|
|
18375
|
-
* * **Creating**: The account is being created.
|
|
18376
|
-
* * **Available**: The account is available.
|
|
18377
|
-
* * **Deleting**: The account is being deleted
|
|
19103
|
+
* The media access control (MAC) address used in the generation of the activation code.
|
|
18378
19104
|
*
|
|
18379
19105
|
* @example
|
|
18380
|
-
*
|
|
19106
|
+
* 12:34:56:78:98:00
|
|
18381
19107
|
*/
|
|
18382
|
-
|
|
19108
|
+
macAddress?: string;
|
|
18383
19109
|
/**
|
|
18384
19110
|
* @remarks
|
|
18385
|
-
* The
|
|
18386
|
-
*
|
|
18387
|
-
* * **Normal**: a standard account
|
|
18388
|
-
* * **Super**: a privileged account
|
|
19111
|
+
* The name of the activation code.
|
|
18389
19112
|
*
|
|
18390
19113
|
* @example
|
|
18391
|
-
*
|
|
19114
|
+
* testName
|
|
18392
19115
|
*/
|
|
18393
|
-
|
|
19116
|
+
name?: string;
|
|
18394
19117
|
/**
|
|
18395
19118
|
* @remarks
|
|
18396
|
-
* The
|
|
19119
|
+
* The unique identifier of the database.
|
|
19120
|
+
*
|
|
19121
|
+
* @example
|
|
19122
|
+
* 1234567890123456
|
|
18397
19123
|
*/
|
|
18398
|
-
|
|
19124
|
+
systemIdentifier?: string;
|
|
18399
19125
|
static names(): {
|
|
18400
19126
|
[key: string]: string;
|
|
18401
19127
|
};
|
|
@@ -18406,52 +19132,133 @@ export declare class DescribeAccountsResponseBodyAccounts extends $tea.Model {
|
|
|
18406
19132
|
[key: string]: any;
|
|
18407
19133
|
});
|
|
18408
19134
|
}
|
|
18409
|
-
export declare class
|
|
19135
|
+
export declare class DescribeActiveOperationTasksResponseBodyItems extends $tea.Model {
|
|
18410
19136
|
/**
|
|
18411
19137
|
* @example
|
|
18412
|
-
*
|
|
19138
|
+
* 0
|
|
18413
19139
|
*/
|
|
18414
|
-
|
|
19140
|
+
allowCancel?: number;
|
|
18415
19141
|
/**
|
|
18416
19142
|
* @example
|
|
18417
|
-
*
|
|
19143
|
+
* 0
|
|
18418
19144
|
*/
|
|
18419
|
-
|
|
19145
|
+
allowChange?: number;
|
|
18420
19146
|
/**
|
|
18421
19147
|
* @example
|
|
18422
|
-
*
|
|
19148
|
+
* S0
|
|
18423
19149
|
*/
|
|
18424
|
-
|
|
19150
|
+
changeLevel?: string;
|
|
18425
19151
|
/**
|
|
18426
19152
|
* @example
|
|
18427
|
-
*
|
|
19153
|
+
* System maintenance
|
|
18428
19154
|
*/
|
|
18429
|
-
|
|
19155
|
+
changeLevelEn?: string;
|
|
19156
|
+
changeLevelZh?: string;
|
|
18430
19157
|
/**
|
|
18431
19158
|
* @example
|
|
18432
|
-
*
|
|
19159
|
+
* 2020-06-09T22:00:42Z
|
|
18433
19160
|
*/
|
|
18434
|
-
|
|
19161
|
+
createdTime?: string;
|
|
18435
19162
|
/**
|
|
18436
19163
|
* @example
|
|
18437
|
-
*
|
|
19164
|
+
* cn-beijing-h
|
|
18438
19165
|
*/
|
|
18439
|
-
|
|
19166
|
+
currentAVZ?: string;
|
|
18440
19167
|
/**
|
|
18441
19168
|
* @example
|
|
18442
|
-
*
|
|
19169
|
+
* pc-*****************
|
|
18443
19170
|
*/
|
|
18444
|
-
|
|
19171
|
+
DBClusterId?: string;
|
|
19172
|
+
DBNodeIds?: string[];
|
|
18445
19173
|
/**
|
|
18446
19174
|
* @example
|
|
18447
|
-
*
|
|
19175
|
+
* MySQL
|
|
18448
19176
|
*/
|
|
18449
|
-
|
|
19177
|
+
DBType?: string;
|
|
18450
19178
|
/**
|
|
18451
19179
|
* @example
|
|
18452
|
-
*
|
|
19180
|
+
* 8.0
|
|
18453
19181
|
*/
|
|
18454
|
-
|
|
19182
|
+
DBVersion?: string;
|
|
19183
|
+
/**
|
|
19184
|
+
* @example
|
|
19185
|
+
* 2020-06-11T15:59:59Z
|
|
19186
|
+
*/
|
|
19187
|
+
deadline?: string;
|
|
19188
|
+
/**
|
|
19189
|
+
* @example
|
|
19190
|
+
* TransientDisconnection
|
|
19191
|
+
*/
|
|
19192
|
+
impact?: string;
|
|
19193
|
+
/**
|
|
19194
|
+
* @example
|
|
19195
|
+
* Transient instance disconnection
|
|
19196
|
+
*/
|
|
19197
|
+
impactEn?: string;
|
|
19198
|
+
impactZh?: string;
|
|
19199
|
+
/**
|
|
19200
|
+
* @example
|
|
19201
|
+
* test
|
|
19202
|
+
*/
|
|
19203
|
+
insComment?: string;
|
|
19204
|
+
/**
|
|
19205
|
+
* @example
|
|
19206
|
+
* 2020-06-09T22:00:42Z
|
|
19207
|
+
*/
|
|
19208
|
+
modifiedTime?: string;
|
|
19209
|
+
/**
|
|
19210
|
+
* @example
|
|
19211
|
+
* 04:00:00
|
|
19212
|
+
*/
|
|
19213
|
+
prepareInterval?: string;
|
|
19214
|
+
/**
|
|
19215
|
+
* @example
|
|
19216
|
+
* cn-hangzhou
|
|
19217
|
+
*/
|
|
19218
|
+
region?: string;
|
|
19219
|
+
/**
|
|
19220
|
+
* @example
|
|
19221
|
+
* userCancel
|
|
19222
|
+
*/
|
|
19223
|
+
resultInfo?: string;
|
|
19224
|
+
/**
|
|
19225
|
+
* @example
|
|
19226
|
+
* 2023-05-19T02:48:17Z
|
|
19227
|
+
*/
|
|
19228
|
+
startTime?: string;
|
|
19229
|
+
/**
|
|
19230
|
+
* @example
|
|
19231
|
+
* 3
|
|
19232
|
+
*/
|
|
19233
|
+
status?: number;
|
|
19234
|
+
/**
|
|
19235
|
+
* @example
|
|
19236
|
+
* 2020-06-09T22:00:00Z
|
|
19237
|
+
*/
|
|
19238
|
+
switchTime?: string;
|
|
19239
|
+
/**
|
|
19240
|
+
* @example
|
|
19241
|
+
* 107202351
|
|
19242
|
+
*/
|
|
19243
|
+
taskId?: number;
|
|
19244
|
+
/**
|
|
19245
|
+
* @example
|
|
19246
|
+
* {
|
|
19247
|
+
* "Action": "UpgradeDBInstance"
|
|
19248
|
+
* }
|
|
19249
|
+
*/
|
|
19250
|
+
taskParams?: string;
|
|
19251
|
+
/**
|
|
19252
|
+
* @example
|
|
19253
|
+
* DatabaseSoftwareUpgrading
|
|
19254
|
+
*/
|
|
19255
|
+
taskType?: string;
|
|
19256
|
+
/**
|
|
19257
|
+
* @example
|
|
19258
|
+
* Minor version update
|
|
19259
|
+
*/
|
|
19260
|
+
taskTypeEn?: string;
|
|
19261
|
+
taskTypeZh?: string;
|
|
18455
19262
|
static names(): {
|
|
18456
19263
|
[key: string]: string;
|
|
18457
19264
|
};
|
|
@@ -18816,8 +19623,7 @@ export declare class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
|
|
|
18816
19623
|
DBClusterId?: string;
|
|
18817
19624
|
/**
|
|
18818
19625
|
* @remarks
|
|
18819
|
-
* The expected expiration time of the backup set.
|
|
18820
|
-
* > This parameter is supported only for instances that are enabled with sparse backup.
|
|
19626
|
+
* The expected expiration time of the backup set (This parameter is supported only for clusters for which sparse backup is enabled).
|
|
18821
19627
|
*
|
|
18822
19628
|
* @example
|
|
18823
19629
|
* 2022-10-24T08:13:23Z
|
|
@@ -18940,6 +19746,7 @@ export declare class DescribeClassListResponseBodyItems extends $tea.Model {
|
|
|
18940
19746
|
* 8
|
|
18941
19747
|
*/
|
|
18942
19748
|
cpu?: string;
|
|
19749
|
+
essdMaxStorageCapacity?: string;
|
|
18943
19750
|
/**
|
|
18944
19751
|
* @remarks
|
|
18945
19752
|
* The maximum number of concurrent connections in the cluster.
|
|
@@ -18996,6 +19803,7 @@ export declare class DescribeClassListResponseBodyItems extends $tea.Model {
|
|
|
18996
19803
|
* 1000000
|
|
18997
19804
|
*/
|
|
18998
19805
|
pl3MaxIOPS?: string;
|
|
19806
|
+
polarStoreMaxStorageCapacity?: string;
|
|
18999
19807
|
/**
|
|
19000
19808
|
* @remarks
|
|
19001
19809
|
* The maximum Input/output operations per second (IOPS) for PolarStore Level 4 (PSL4). Unit: operations per second.
|
|
@@ -19182,6 +19990,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.
|
|
|
19182
19990
|
* polar.mysql.x4.large
|
|
19183
19991
|
*/
|
|
19184
19992
|
DBNodeClass?: string;
|
|
19993
|
+
DBNodeDescription?: string;
|
|
19185
19994
|
/**
|
|
19186
19995
|
* @remarks
|
|
19187
19996
|
* Node ID.
|
|
@@ -19701,7 +20510,10 @@ export declare class DescribeDBClusterEndpointsResponseBodyItems extends $tea.Mo
|
|
|
19701
20510
|
export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointListAddressItems extends $tea.Model {
|
|
19702
20511
|
/**
|
|
19703
20512
|
* @remarks
|
|
19704
|
-
*
|
|
20513
|
+
* Indicates whether SSL encryption is enabled. Valid values:
|
|
20514
|
+
*
|
|
20515
|
+
* * **Enabled**
|
|
20516
|
+
* * **Disabled**
|
|
19705
20517
|
*
|
|
19706
20518
|
* @example
|
|
19707
20519
|
* pc-**************.rwlb.rds.aliyuncs.com
|
|
@@ -19709,7 +20521,7 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19709
20521
|
connectionString?: string;
|
|
19710
20522
|
/**
|
|
19711
20523
|
* @remarks
|
|
19712
|
-
* The
|
|
20524
|
+
* The description of a migration exception. If no exception occurs during the migration, an empty string is returned.
|
|
19713
20525
|
*
|
|
19714
20526
|
* @example
|
|
19715
20527
|
* 192.***.***.10
|
|
@@ -19717,11 +20529,7 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19717
20529
|
IPAddress?: string;
|
|
19718
20530
|
/**
|
|
19719
20531
|
* @remarks
|
|
19720
|
-
* The
|
|
19721
|
-
*
|
|
19722
|
-
* * **Public**: the public endpoint
|
|
19723
|
-
* * **Private**: the internal endpoint (VPC)
|
|
19724
|
-
* * **Inner**: the internal endpoint (classic network)
|
|
20532
|
+
* The ID of the endpoint.
|
|
19725
20533
|
*
|
|
19726
20534
|
* @example
|
|
19727
20535
|
* Private
|
|
@@ -19729,7 +20537,11 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19729
20537
|
netType?: string;
|
|
19730
20538
|
/**
|
|
19731
20539
|
* @remarks
|
|
19732
|
-
* The
|
|
20540
|
+
* The type of the endpoint. Valid values:
|
|
20541
|
+
*
|
|
20542
|
+
* * **Cluster**: the default cluster endpoint
|
|
20543
|
+
* * **Primary**: the primary endpoint
|
|
20544
|
+
* * **Custom**: the custom endpoint
|
|
19733
20545
|
*
|
|
19734
20546
|
* @example
|
|
19735
20547
|
* 3306
|
|
@@ -19737,10 +20549,7 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19737
20549
|
port?: string;
|
|
19738
20550
|
/**
|
|
19739
20551
|
* @remarks
|
|
19740
|
-
*
|
|
19741
|
-
*
|
|
19742
|
-
* * **Enabled**
|
|
19743
|
-
* * **Disabled**
|
|
20552
|
+
* The ID of the request.
|
|
19744
20553
|
*
|
|
19745
20554
|
* @example
|
|
19746
20555
|
* Enabled
|
|
@@ -19748,7 +20557,10 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19748
20557
|
SSLEnabled?: string;
|
|
19749
20558
|
/**
|
|
19750
20559
|
* @remarks
|
|
19751
|
-
* The
|
|
20560
|
+
* The read/write mode. Valid values:
|
|
20561
|
+
*
|
|
20562
|
+
* * ReadWrite: receives and forwards read and write requests (automatic read-write splitting).
|
|
20563
|
+
* * ReadOnly (default): receives and forwards read requests only.
|
|
19752
20564
|
*
|
|
19753
20565
|
* @example
|
|
19754
20566
|
* vpc-**********
|
|
@@ -19756,7 +20568,7 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19756
20568
|
VPCId?: string;
|
|
19757
20569
|
/**
|
|
19758
20570
|
* @remarks
|
|
19759
|
-
* The
|
|
20571
|
+
* The IP address of the endpoint.
|
|
19760
20572
|
*
|
|
19761
20573
|
* @example
|
|
19762
20574
|
* vsw-**********
|
|
@@ -19775,12 +20587,12 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19775
20587
|
export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList extends $tea.Model {
|
|
19776
20588
|
/**
|
|
19777
20589
|
* @remarks
|
|
19778
|
-
*
|
|
20590
|
+
* The VPC ID.
|
|
19779
20591
|
*/
|
|
19780
20592
|
addressItems?: DescribeDBClusterMigrationResponseBodyDBClusterEndpointListAddressItems[];
|
|
19781
20593
|
/**
|
|
19782
20594
|
* @remarks
|
|
19783
|
-
* The
|
|
20595
|
+
* The expiration time of the replication between ApsaraDB RDS and PolarDB. The time is in the `YYYY-MM-DDThh:mm:ssZ` format. The time is displayed in UTC.
|
|
19784
20596
|
*
|
|
19785
20597
|
* @example
|
|
19786
20598
|
* pe-***********
|
|
@@ -19788,11 +20600,7 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19788
20600
|
DBEndpointId?: string;
|
|
19789
20601
|
/**
|
|
19790
20602
|
* @remarks
|
|
19791
|
-
* The
|
|
19792
|
-
*
|
|
19793
|
-
* * **Cluster**: the default cluster endpoint
|
|
19794
|
-
* * **Primary**: the primary endpoint
|
|
19795
|
-
* * **Custom**: the custom endpoint
|
|
20603
|
+
* The ID of the cluster.
|
|
19796
20604
|
*
|
|
19797
20605
|
* @example
|
|
19798
20606
|
* Cluster
|
|
@@ -19800,10 +20608,10 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19800
20608
|
endpointType?: string;
|
|
19801
20609
|
/**
|
|
19802
20610
|
* @remarks
|
|
19803
|
-
* The
|
|
20611
|
+
* The synchronization direction. Valid values:
|
|
19804
20612
|
*
|
|
19805
|
-
* *
|
|
19806
|
-
* *
|
|
20613
|
+
* * **RDS2POLARDB**: Data is replicated from an ApsaraDB RDS instance to a PolarDB cluster.
|
|
20614
|
+
* * **POLARDB2RDS**: Data is replicated from a PolarDB cluster to an ApsaraDB RDS instance.
|
|
19807
20615
|
*
|
|
19808
20616
|
* @example
|
|
19809
20617
|
* ReadOnly
|
|
@@ -19822,7 +20630,10 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
|
|
|
19822
20630
|
export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddressItems extends $tea.Model {
|
|
19823
20631
|
/**
|
|
19824
20632
|
* @remarks
|
|
19825
|
-
*
|
|
20633
|
+
* Indicates whether SSL encryption is enabled. Valid values:
|
|
20634
|
+
*
|
|
20635
|
+
* * **Enabled**
|
|
20636
|
+
* * **Disabled**
|
|
19826
20637
|
*
|
|
19827
20638
|
* @example
|
|
19828
20639
|
* rm-***********.mysql.rds.aliyuncs.com
|
|
@@ -19830,7 +20641,10 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19830
20641
|
connectionString?: string;
|
|
19831
20642
|
/**
|
|
19832
20643
|
* @remarks
|
|
19833
|
-
* The
|
|
20644
|
+
* The type of the source database. Valid values:
|
|
20645
|
+
*
|
|
20646
|
+
* * **PolarDBMySQL**: The source database is a PolarDB for MySQL database when the major version of your PolarDB cluster is upgraded.
|
|
20647
|
+
* * **RDS**: The source database is an ApsaraDB RDS database when data is migrated from ApsaraDB RDS to PolarDB for MySQL.
|
|
19834
20648
|
*
|
|
19835
20649
|
* @example
|
|
19836
20650
|
* 172.***.***.173
|
|
@@ -19838,11 +20652,7 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19838
20652
|
IPAddress?: string;
|
|
19839
20653
|
/**
|
|
19840
20654
|
* @remarks
|
|
19841
|
-
* The
|
|
19842
|
-
*
|
|
19843
|
-
* * **Public**: the public endpoint
|
|
19844
|
-
* * **Private**: the internal endpoint (VPC)
|
|
19845
|
-
* * **Inner**: the internal endpoint (classic network)
|
|
20655
|
+
* The ID of the endpoint.
|
|
19846
20656
|
*
|
|
19847
20657
|
* @example
|
|
19848
20658
|
* Private
|
|
@@ -19850,7 +20660,10 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19850
20660
|
netType?: string;
|
|
19851
20661
|
/**
|
|
19852
20662
|
* @remarks
|
|
19853
|
-
* The
|
|
20663
|
+
* The type of the endpoint. Valid values:
|
|
20664
|
+
*
|
|
20665
|
+
* * **Normal**: the standard endpoint
|
|
20666
|
+
* * **ReadWriteSplitting**: the read/write splitting endpoint
|
|
19854
20667
|
*
|
|
19855
20668
|
* @example
|
|
19856
20669
|
* 3306
|
|
@@ -19860,8 +20673,8 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19860
20673
|
* @remarks
|
|
19861
20674
|
* Indicates whether SSL encryption is enabled. Valid values:
|
|
19862
20675
|
*
|
|
19863
|
-
*
|
|
19864
|
-
*
|
|
20676
|
+
* - **Enabled**
|
|
20677
|
+
* - **Disabled**
|
|
19865
20678
|
*
|
|
19866
20679
|
* @example
|
|
19867
20680
|
* Enabled
|
|
@@ -19869,7 +20682,7 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19869
20682
|
SSLEnabled?: string;
|
|
19870
20683
|
/**
|
|
19871
20684
|
* @remarks
|
|
19872
|
-
* The
|
|
20685
|
+
* The instance type.
|
|
19873
20686
|
*
|
|
19874
20687
|
* @example
|
|
19875
20688
|
* vpc-************
|
|
@@ -19877,7 +20690,7 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19877
20690
|
VPCId?: string;
|
|
19878
20691
|
/**
|
|
19879
20692
|
* @remarks
|
|
19880
|
-
* The
|
|
20693
|
+
* The IP address of the endpoint.
|
|
19881
20694
|
*
|
|
19882
20695
|
* @example
|
|
19883
20696
|
* vsw-**************
|
|
@@ -19896,12 +20709,12 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
|
|
|
19896
20709
|
export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointList extends $tea.Model {
|
|
19897
20710
|
/**
|
|
19898
20711
|
* @remarks
|
|
19899
|
-
*
|
|
20712
|
+
* The VPC ID.
|
|
19900
20713
|
*/
|
|
19901
20714
|
addressItems?: DescribeDBClusterMigrationResponseBodyRdsEndpointListAddressItems[];
|
|
19902
20715
|
/**
|
|
19903
20716
|
* @remarks
|
|
19904
|
-
* The
|
|
20717
|
+
* The instance type.
|
|
19905
20718
|
*
|
|
19906
20719
|
* @example
|
|
19907
20720
|
* ReadOnly
|
|
@@ -19921,8 +20734,8 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointList exten
|
|
|
19921
20734
|
* @remarks
|
|
19922
20735
|
* The type of the endpoint. Valid values:
|
|
19923
20736
|
*
|
|
19924
|
-
*
|
|
19925
|
-
*
|
|
20737
|
+
* - **Normal**: the standard endpoint
|
|
20738
|
+
* - **ReadWriteSplitting**: the read/write splitting endpoint
|
|
19926
20739
|
*
|
|
19927
20740
|
* @example
|
|
19928
20741
|
* Normal
|
|
@@ -20316,6 +21129,7 @@ export declare class DescribeDBClusterSSLResponseBodyItems extends $tea.Model {
|
|
|
20316
21129
|
* pe-************
|
|
20317
21130
|
*/
|
|
20318
21131
|
DBEndpointId?: string;
|
|
21132
|
+
SSLAutoRotate?: string;
|
|
20319
21133
|
/**
|
|
20320
21134
|
* @remarks
|
|
20321
21135
|
* The SSL connection string.
|
|
@@ -22416,66 +23230,111 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBodyGlobalSecu
|
|
|
22416
23230
|
}
|
|
22417
23231
|
export declare class DescribeLicenseOrdersResponseBodyItems extends $tea.Model {
|
|
22418
23232
|
/**
|
|
23233
|
+
* @remarks
|
|
23234
|
+
* The number of generated activation codes.
|
|
23235
|
+
*
|
|
22419
23236
|
* @example
|
|
22420
23237
|
* 10
|
|
22421
23238
|
*/
|
|
22422
23239
|
activatedCodeCount?: number;
|
|
22423
23240
|
/**
|
|
23241
|
+
* @remarks
|
|
23242
|
+
* The maximum number of activation codes that you can apply for.
|
|
23243
|
+
*
|
|
22424
23244
|
* @example
|
|
22425
23245
|
* 10
|
|
22426
23246
|
*/
|
|
22427
23247
|
activationCodeQuota?: number;
|
|
22428
23248
|
/**
|
|
23249
|
+
* @remarks
|
|
23250
|
+
* The ID of the Alibaba Cloud order. The ID of a virtual order may be returned.
|
|
23251
|
+
*
|
|
22429
23252
|
* @example
|
|
22430
23253
|
* 227638319690519
|
|
22431
23254
|
*/
|
|
22432
23255
|
aliyunOrderId?: string;
|
|
22433
23256
|
/**
|
|
23257
|
+
* @remarks
|
|
23258
|
+
* Indicates whether the SystemIdentifier parameter can be left empty when the system generates an activation code.
|
|
23259
|
+
*
|
|
22434
23260
|
* @example
|
|
22435
23261
|
* false
|
|
22436
23262
|
*/
|
|
22437
23263
|
allowEmptySystemIdentifier?: boolean;
|
|
22438
23264
|
/**
|
|
23265
|
+
* @remarks
|
|
23266
|
+
* The engine of the PolarDB cluster. Valid values: PG, Oracle, and MySQL.
|
|
23267
|
+
*
|
|
22439
23268
|
* @example
|
|
22440
23269
|
* PG
|
|
22441
23270
|
*/
|
|
22442
23271
|
engine?: string;
|
|
22443
23272
|
/**
|
|
23273
|
+
* @remarks
|
|
23274
|
+
* The time when the order was created.
|
|
23275
|
+
*
|
|
22444
23276
|
* @example
|
|
22445
23277
|
* 2022-02-11 03:14:15
|
|
22446
23278
|
*/
|
|
22447
23279
|
gmtCreated?: string;
|
|
22448
23280
|
/**
|
|
23281
|
+
* @remarks
|
|
23282
|
+
* The time when the order was updated.
|
|
23283
|
+
*
|
|
22449
23284
|
* @example
|
|
22450
23285
|
* 2022-02-11 03:14:15
|
|
22451
23286
|
*/
|
|
22452
23287
|
gmtModified?: string;
|
|
22453
23288
|
/**
|
|
23289
|
+
* @remarks
|
|
23290
|
+
* Indicates whether the order is a virtual order. Pre-generation of activation codes is allowed for virtual orders.
|
|
23291
|
+
*
|
|
22454
23292
|
* @example
|
|
22455
23293
|
* false
|
|
22456
23294
|
*/
|
|
22457
23295
|
isVirtualOrder?: boolean;
|
|
22458
23296
|
/**
|
|
23297
|
+
* @remarks
|
|
23298
|
+
* Indicates whether the virtual order is frozen. Generation of activation codes is not allowed for frozen virtual orders.
|
|
23299
|
+
*
|
|
22459
23300
|
* @example
|
|
22460
23301
|
* false
|
|
22461
23302
|
*/
|
|
22462
23303
|
isVirtualOrderFrozen?: boolean;
|
|
22463
23304
|
/**
|
|
23305
|
+
* @remarks
|
|
23306
|
+
* The type of the package. Valid values:
|
|
23307
|
+
*
|
|
23308
|
+
* * single_node_subscribe: Single-node Edition (Subscription).
|
|
23309
|
+
* * single_node_long_term: Single-node Edition (Long-term).
|
|
23310
|
+
* * primary_backup_subscribe: HA Edition (Subscription).
|
|
23311
|
+
* * primary_backup_long_term: HA Edition (Long-term).
|
|
23312
|
+
* * pre_generation_long_term: Pre-generated (Long-term).
|
|
23313
|
+
*
|
|
22464
23314
|
* @example
|
|
22465
23315
|
* single_node_subscribe
|
|
22466
23316
|
*/
|
|
22467
23317
|
packageType?: string;
|
|
22468
23318
|
/**
|
|
23319
|
+
* @remarks
|
|
23320
|
+
* The validity period of the package. Valid values: 1 year and 30 years.
|
|
23321
|
+
*
|
|
22469
23322
|
* @example
|
|
22470
23323
|
* 1 year
|
|
22471
23324
|
*/
|
|
22472
23325
|
packageValidity?: string;
|
|
22473
23326
|
/**
|
|
23327
|
+
* @remarks
|
|
23328
|
+
* The purchase channel. Valid values: aliyun_market and aliyun_public. aliyun_market indicates Alibaba Cloud Marketplace. aliyun_public indicates the PolarDB buy page.
|
|
23329
|
+
*
|
|
22474
23330
|
* @example
|
|
22475
23331
|
* aliyun_public
|
|
22476
23332
|
*/
|
|
22477
23333
|
purchaseChannel?: string;
|
|
22478
23334
|
/**
|
|
23335
|
+
* @remarks
|
|
23336
|
+
* The ID of the virtual order.
|
|
23337
|
+
*
|
|
22479
23338
|
* @example
|
|
22480
23339
|
* 227638319690519
|
|
22481
23340
|
*/
|
|
@@ -24072,6 +24931,21 @@ export default class Client extends OpenApi {
|
|
|
24072
24931
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
24073
24932
|
[key: string]: string;
|
|
24074
24933
|
}, endpoint: string): string;
|
|
24934
|
+
/**
|
|
24935
|
+
* 用户侧取消任务
|
|
24936
|
+
*
|
|
24937
|
+
* @param request - CancelActiveOperationTasksRequest
|
|
24938
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
24939
|
+
* @returns CancelActiveOperationTasksResponse
|
|
24940
|
+
*/
|
|
24941
|
+
cancelActiveOperationTasksWithOptions(request: CancelActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<CancelActiveOperationTasksResponse>;
|
|
24942
|
+
/**
|
|
24943
|
+
* 用户侧取消任务
|
|
24944
|
+
*
|
|
24945
|
+
* @param request - CancelActiveOperationTasksRequest
|
|
24946
|
+
* @returns CancelActiveOperationTasksResponse
|
|
24947
|
+
*/
|
|
24948
|
+
cancelActiveOperationTasks(request: CancelActiveOperationTasksRequest): Promise<CancelActiveOperationTasksResponse>;
|
|
24075
24949
|
/**
|
|
24076
24950
|
* Cancels scheduled tasks that are not yet started.
|
|
24077
24951
|
*
|
|
@@ -24203,7 +25077,7 @@ export default class Client extends OpenApi {
|
|
|
24203
25077
|
*/
|
|
24204
25078
|
createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
|
|
24205
25079
|
/**
|
|
24206
|
-
*
|
|
25080
|
+
* Generates a lightweight license activation code.
|
|
24207
25081
|
*
|
|
24208
25082
|
* @param request - CreateActivationCodeRequest
|
|
24209
25083
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24211,7 +25085,7 @@ export default class Client extends OpenApi {
|
|
|
24211
25085
|
*/
|
|
24212
25086
|
createActivationCodeWithOptions(request: CreateActivationCodeRequest, runtime: $Util.RuntimeOptions): Promise<CreateActivationCodeResponse>;
|
|
24213
25087
|
/**
|
|
24214
|
-
*
|
|
25088
|
+
* Generates a lightweight license activation code.
|
|
24215
25089
|
*
|
|
24216
25090
|
* @param request - CreateActivationCodeRequest
|
|
24217
25091
|
* @returns CreateActivationCodeResponse
|
|
@@ -24260,7 +25134,7 @@ export default class Client extends OpenApi {
|
|
|
24260
25134
|
*/
|
|
24261
25135
|
createColdStorageInstance(request: CreateColdStorageInstanceRequest): Promise<CreateColdStorageInstanceResponse>;
|
|
24262
25136
|
/**
|
|
24263
|
-
*
|
|
25137
|
+
* CreateDBCluster.
|
|
24264
25138
|
*
|
|
24265
25139
|
* @param request - CreateDBClusterRequest
|
|
24266
25140
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24268,7 +25142,7 @@ export default class Client extends OpenApi {
|
|
|
24268
25142
|
*/
|
|
24269
25143
|
createDBClusterWithOptions(request: CreateDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBClusterResponse>;
|
|
24270
25144
|
/**
|
|
24271
|
-
*
|
|
25145
|
+
* CreateDBCluster.
|
|
24272
25146
|
*
|
|
24273
25147
|
* @param request - CreateDBClusterRequest
|
|
24274
25148
|
* @returns CreateDBClusterResponse
|
|
@@ -24414,7 +25288,7 @@ export default class Client extends OpenApi {
|
|
|
24414
25288
|
*/
|
|
24415
25289
|
createGlobalSecurityIPGroup(request: CreateGlobalSecurityIPGroupRequest): Promise<CreateGlobalSecurityIPGroupResponse>;
|
|
24416
25290
|
/**
|
|
24417
|
-
*
|
|
25291
|
+
* Creates or obtains a virtual license order.
|
|
24418
25292
|
*
|
|
24419
25293
|
* @param request - CreateOrGetVirtualLicenseOrderRequest
|
|
24420
25294
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24422,7 +25296,7 @@ export default class Client extends OpenApi {
|
|
|
24422
25296
|
*/
|
|
24423
25297
|
createOrGetVirtualLicenseOrderWithOptions(request: CreateOrGetVirtualLicenseOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrGetVirtualLicenseOrderResponse>;
|
|
24424
25298
|
/**
|
|
24425
|
-
*
|
|
25299
|
+
* Creates or obtains a virtual license order.
|
|
24426
25300
|
*
|
|
24427
25301
|
* @param request - CreateOrGetVirtualLicenseOrderRequest
|
|
24428
25302
|
* @returns CreateOrGetVirtualLicenseOrderResponse
|
|
@@ -24742,7 +25616,7 @@ export default class Client extends OpenApi {
|
|
|
24742
25616
|
*/
|
|
24743
25617
|
describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
|
|
24744
25618
|
/**
|
|
24745
|
-
*
|
|
25619
|
+
* Queries the details of an activation code.
|
|
24746
25620
|
*
|
|
24747
25621
|
* @param request - DescribeActivationCodeDetailsRequest
|
|
24748
25622
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24750,14 +25624,14 @@ export default class Client extends OpenApi {
|
|
|
24750
25624
|
*/
|
|
24751
25625
|
describeActivationCodeDetailsWithOptions(request: DescribeActivationCodeDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActivationCodeDetailsResponse>;
|
|
24752
25626
|
/**
|
|
24753
|
-
*
|
|
25627
|
+
* Queries the details of an activation code.
|
|
24754
25628
|
*
|
|
24755
25629
|
* @param request - DescribeActivationCodeDetailsRequest
|
|
24756
25630
|
* @returns DescribeActivationCodeDetailsResponse
|
|
24757
25631
|
*/
|
|
24758
25632
|
describeActivationCodeDetails(request: DescribeActivationCodeDetailsRequest): Promise<DescribeActivationCodeDetailsResponse>;
|
|
24759
25633
|
/**
|
|
24760
|
-
*
|
|
25634
|
+
* Queries a list of activation codes.
|
|
24761
25635
|
*
|
|
24762
25636
|
* @param request - DescribeActivationCodesRequest
|
|
24763
25637
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24765,12 +25639,27 @@ export default class Client extends OpenApi {
|
|
|
24765
25639
|
*/
|
|
24766
25640
|
describeActivationCodesWithOptions(request: DescribeActivationCodesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActivationCodesResponse>;
|
|
24767
25641
|
/**
|
|
24768
|
-
*
|
|
25642
|
+
* Queries a list of activation codes.
|
|
24769
25643
|
*
|
|
24770
25644
|
* @param request - DescribeActivationCodesRequest
|
|
24771
25645
|
* @returns DescribeActivationCodesResponse
|
|
24772
25646
|
*/
|
|
24773
25647
|
describeActivationCodes(request: DescribeActivationCodesRequest): Promise<DescribeActivationCodesResponse>;
|
|
25648
|
+
/**
|
|
25649
|
+
* 用户侧查询运维任务
|
|
25650
|
+
*
|
|
25651
|
+
* @param request - DescribeActiveOperationTasksRequest
|
|
25652
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
25653
|
+
* @returns DescribeActiveOperationTasksResponse
|
|
25654
|
+
*/
|
|
25655
|
+
describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
|
|
25656
|
+
/**
|
|
25657
|
+
* 用户侧查询运维任务
|
|
25658
|
+
*
|
|
25659
|
+
* @param request - DescribeActiveOperationTasksRequest
|
|
25660
|
+
* @returns DescribeActiveOperationTasksResponse
|
|
25661
|
+
*/
|
|
25662
|
+
describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
|
|
24774
25663
|
/**
|
|
24775
25664
|
* Queries the auto-renewal attributes of a subscription PolarDB cluster.
|
|
24776
25665
|
*
|
|
@@ -24967,11 +25856,10 @@ export default class Client extends OpenApi {
|
|
|
24967
25856
|
*/
|
|
24968
25857
|
describeDBClusterEndpoints(request: DescribeDBClusterEndpointsRequest): Promise<DescribeDBClusterEndpointsResponse>;
|
|
24969
25858
|
/**
|
|
24970
|
-
*
|
|
25859
|
+
* The ID of the synchronous task.
|
|
24971
25860
|
*
|
|
24972
25861
|
* @remarks
|
|
24973
|
-
*
|
|
24974
|
-
* * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
|
|
25862
|
+
* The ID of the request.
|
|
24975
25863
|
*
|
|
24976
25864
|
* @param request - DescribeDBClusterMigrationRequest
|
|
24977
25865
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24979,11 +25867,10 @@ export default class Client extends OpenApi {
|
|
|
24979
25867
|
*/
|
|
24980
25868
|
describeDBClusterMigrationWithOptions(request: DescribeDBClusterMigrationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterMigrationResponse>;
|
|
24981
25869
|
/**
|
|
24982
|
-
*
|
|
25870
|
+
* The ID of the synchronous task.
|
|
24983
25871
|
*
|
|
24984
25872
|
* @remarks
|
|
24985
|
-
*
|
|
24986
|
-
* * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
|
|
25873
|
+
* The ID of the request.
|
|
24987
25874
|
*
|
|
24988
25875
|
* @param request - DescribeDBClusterMigrationRequest
|
|
24989
25876
|
* @returns DescribeDBClusterMigrationResponse
|
|
@@ -25078,7 +25965,7 @@ export default class Client extends OpenApi {
|
|
|
25078
25965
|
*/
|
|
25079
25966
|
describeDBClusterSSL(request: DescribeDBClusterSSLRequest): Promise<DescribeDBClusterSSLResponse>;
|
|
25080
25967
|
/**
|
|
25081
|
-
*
|
|
25968
|
+
* Query serverless configuration.
|
|
25082
25969
|
*
|
|
25083
25970
|
* @param request - DescribeDBClusterServerlessConfRequest
|
|
25084
25971
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -25086,7 +25973,7 @@ export default class Client extends OpenApi {
|
|
|
25086
25973
|
*/
|
|
25087
25974
|
describeDBClusterServerlessConfWithOptions(request: DescribeDBClusterServerlessConfRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterServerlessConfResponse>;
|
|
25088
25975
|
/**
|
|
25089
|
-
*
|
|
25976
|
+
* Query serverless configuration.
|
|
25090
25977
|
*
|
|
25091
25978
|
* @param request - DescribeDBClusterServerlessConfRequest
|
|
25092
25979
|
* @returns DescribeDBClusterServerlessConfResponse
|
|
@@ -25381,7 +26268,7 @@ export default class Client extends OpenApi {
|
|
|
25381
26268
|
*/
|
|
25382
26269
|
describeGlobalSecurityIPGroupRelation(request: DescribeGlobalSecurityIPGroupRelationRequest): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
|
|
25383
26270
|
/**
|
|
25384
|
-
*
|
|
26271
|
+
* Queries the information of a license order.
|
|
25385
26272
|
*
|
|
25386
26273
|
* @param request - DescribeLicenseOrderDetailsRequest
|
|
25387
26274
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -25389,14 +26276,14 @@ export default class Client extends OpenApi {
|
|
|
25389
26276
|
*/
|
|
25390
26277
|
describeLicenseOrderDetailsWithOptions(request: DescribeLicenseOrderDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLicenseOrderDetailsResponse>;
|
|
25391
26278
|
/**
|
|
25392
|
-
*
|
|
26279
|
+
* Queries the information of a license order.
|
|
25393
26280
|
*
|
|
25394
26281
|
* @param request - DescribeLicenseOrderDetailsRequest
|
|
25395
26282
|
* @returns DescribeLicenseOrderDetailsResponse
|
|
25396
26283
|
*/
|
|
25397
26284
|
describeLicenseOrderDetails(request: DescribeLicenseOrderDetailsRequest): Promise<DescribeLicenseOrderDetailsResponse>;
|
|
25398
26285
|
/**
|
|
25399
|
-
*
|
|
26286
|
+
* Queries a list of license orders.
|
|
25400
26287
|
*
|
|
25401
26288
|
* @param request - DescribeLicenseOrdersRequest
|
|
25402
26289
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -25404,7 +26291,7 @@ export default class Client extends OpenApi {
|
|
|
25404
26291
|
*/
|
|
25405
26292
|
describeLicenseOrdersWithOptions(request: DescribeLicenseOrdersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLicenseOrdersResponse>;
|
|
25406
26293
|
/**
|
|
25407
|
-
*
|
|
26294
|
+
* Queries a list of license orders.
|
|
25408
26295
|
*
|
|
25409
26296
|
* @param request - DescribeLicenseOrdersRequest
|
|
25410
26297
|
* @returns DescribeLicenseOrdersResponse
|
|
@@ -25852,6 +26739,21 @@ export default class Client extends OpenApi {
|
|
|
25852
26739
|
* @returns ModifyAccountPasswordResponse
|
|
25853
26740
|
*/
|
|
25854
26741
|
modifyAccountPassword(request: ModifyAccountPasswordRequest): Promise<ModifyAccountPasswordResponse>;
|
|
26742
|
+
/**
|
|
26743
|
+
* 用户侧修改任务
|
|
26744
|
+
*
|
|
26745
|
+
* @param request - ModifyActiveOperationTasksRequest
|
|
26746
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
26747
|
+
* @returns ModifyActiveOperationTasksResponse
|
|
26748
|
+
*/
|
|
26749
|
+
modifyActiveOperationTasksWithOptions(request: ModifyActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<ModifyActiveOperationTasksResponse>;
|
|
26750
|
+
/**
|
|
26751
|
+
* 用户侧修改任务
|
|
26752
|
+
*
|
|
26753
|
+
* @param request - ModifyActiveOperationTasksRequest
|
|
26754
|
+
* @returns ModifyActiveOperationTasksResponse
|
|
26755
|
+
*/
|
|
26756
|
+
modifyActiveOperationTasks(request: ModifyActiveOperationTasksRequest): Promise<ModifyActiveOperationTasksResponse>;
|
|
25855
26757
|
/**
|
|
25856
26758
|
* Modifies the auto-renewal attributes of a subscription PolarDB cluster.
|
|
25857
26759
|
*
|
|
@@ -26249,7 +27151,7 @@ export default class Client extends OpenApi {
|
|
|
26249
27151
|
*/
|
|
26250
27152
|
modifyDBNodeClass(request: ModifyDBNodeClassRequest): Promise<ModifyDBNodeClassResponse>;
|
|
26251
27153
|
/**
|
|
26252
|
-
* Enables or disables the hot
|
|
27154
|
+
* Enables or disables the failover with hot replica feature for a node in a cluster.
|
|
26253
27155
|
*
|
|
26254
27156
|
* @param request - ModifyDBNodeHotReplicaModeRequest
|
|
26255
27157
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26257,7 +27159,7 @@ export default class Client extends OpenApi {
|
|
|
26257
27159
|
*/
|
|
26258
27160
|
modifyDBNodeHotReplicaModeWithOptions(request: ModifyDBNodeHotReplicaModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeHotReplicaModeResponse>;
|
|
26259
27161
|
/**
|
|
26260
|
-
* Enables or disables the hot
|
|
27162
|
+
* Enables or disables the failover with hot replica feature for a node in a cluster.
|
|
26261
27163
|
*
|
|
26262
27164
|
* @param request - ModifyDBNodeHotReplicaModeRequest
|
|
26263
27165
|
* @returns ModifyDBNodeHotReplicaModeResponse
|
|
@@ -26574,7 +27476,7 @@ export default class Client extends OpenApi {
|
|
|
26574
27476
|
*/
|
|
26575
27477
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
26576
27478
|
/**
|
|
26577
|
-
* Temporarily changes the node configurations
|
|
27479
|
+
* Temporarily changes the node configurations.
|
|
26578
27480
|
*
|
|
26579
27481
|
* @param request - TempModifyDBNodeRequest
|
|
26580
27482
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26582,7 +27484,7 @@ export default class Client extends OpenApi {
|
|
|
26582
27484
|
*/
|
|
26583
27485
|
tempModifyDBNodeWithOptions(request: TempModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<TempModifyDBNodeResponse>;
|
|
26584
27486
|
/**
|
|
26585
|
-
* Temporarily changes the node configurations
|
|
27487
|
+
* Temporarily changes the node configurations.
|
|
26586
27488
|
*
|
|
26587
27489
|
* @param request - TempModifyDBNodeRequest
|
|
26588
27490
|
* @returns TempModifyDBNodeResponse
|