@alicloud/dts20200101 1.2.0 → 1.2.1
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 +8 -0
- package/dist/client.js +28 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +40 -0
package/dist/client.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export declare class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
16
16
|
delayNotice?: boolean;
|
|
17
17
|
delayPhone?: string;
|
|
18
18
|
delayRuleTime?: number;
|
|
19
|
+
destCaCertificateOssUrl?: string;
|
|
20
|
+
destCaCertificatePassword?: string;
|
|
19
21
|
destinationEndpointDataBaseName?: string;
|
|
20
22
|
destinationEndpointEngineName?: string;
|
|
21
23
|
destinationEndpointIP?: string;
|
|
@@ -53,6 +55,8 @@ export declare class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
53
55
|
sourceEndpointRole?: string;
|
|
54
56
|
sourceEndpointUserName?: string;
|
|
55
57
|
sourceEndpointVSwitchID?: string;
|
|
58
|
+
srcCaCertificateOssUrl?: string;
|
|
59
|
+
srcCaCertificatePassword?: string;
|
|
56
60
|
structureInitialization?: boolean;
|
|
57
61
|
synchronizationDirection?: string;
|
|
58
62
|
static names(): {
|
|
@@ -75,6 +79,8 @@ export declare class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
75
79
|
delayNotice?: boolean;
|
|
76
80
|
delayPhone?: string;
|
|
77
81
|
delayRuleTime?: number;
|
|
82
|
+
destCaCertificateOssUrl?: string;
|
|
83
|
+
destCaCertificatePassword?: string;
|
|
78
84
|
destinationEndpointDataBaseName?: string;
|
|
79
85
|
destinationEndpointEngineName?: string;
|
|
80
86
|
destinationEndpointIP?: string;
|
|
@@ -112,6 +118,8 @@ export declare class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
112
118
|
sourceEndpointRole?: string;
|
|
113
119
|
sourceEndpointUserName?: string;
|
|
114
120
|
sourceEndpointVSwitchID?: string;
|
|
121
|
+
srcCaCertificateOssUrl?: string;
|
|
122
|
+
srcCaCertificatePassword?: string;
|
|
115
123
|
structureInitialization?: boolean;
|
|
116
124
|
synchronizationDirection?: string;
|
|
117
125
|
static names(): {
|
package/dist/client.js
CHANGED
|
@@ -38,6 +38,8 @@ class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
38
38
|
delayNotice: 'DelayNotice',
|
|
39
39
|
delayPhone: 'DelayPhone',
|
|
40
40
|
delayRuleTime: 'DelayRuleTime',
|
|
41
|
+
destCaCertificateOssUrl: 'DestCaCertificateOssUrl',
|
|
42
|
+
destCaCertificatePassword: 'DestCaCertificatePassword',
|
|
41
43
|
destinationEndpointDataBaseName: 'DestinationEndpointDataBaseName',
|
|
42
44
|
destinationEndpointEngineName: 'DestinationEndpointEngineName',
|
|
43
45
|
destinationEndpointIP: 'DestinationEndpointIP',
|
|
@@ -75,6 +77,8 @@ class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
75
77
|
sourceEndpointRole: 'SourceEndpointRole',
|
|
76
78
|
sourceEndpointUserName: 'SourceEndpointUserName',
|
|
77
79
|
sourceEndpointVSwitchID: 'SourceEndpointVSwitchID',
|
|
80
|
+
srcCaCertificateOssUrl: 'SrcCaCertificateOssUrl',
|
|
81
|
+
srcCaCertificatePassword: 'SrcCaCertificatePassword',
|
|
78
82
|
structureInitialization: 'StructureInitialization',
|
|
79
83
|
synchronizationDirection: 'SynchronizationDirection',
|
|
80
84
|
};
|
|
@@ -90,6 +94,8 @@ class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
90
94
|
delayNotice: 'boolean',
|
|
91
95
|
delayPhone: 'string',
|
|
92
96
|
delayRuleTime: 'number',
|
|
97
|
+
destCaCertificateOssUrl: 'string',
|
|
98
|
+
destCaCertificatePassword: 'string',
|
|
93
99
|
destinationEndpointDataBaseName: 'string',
|
|
94
100
|
destinationEndpointEngineName: 'string',
|
|
95
101
|
destinationEndpointIP: 'string',
|
|
@@ -127,6 +133,8 @@ class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
127
133
|
sourceEndpointRole: 'string',
|
|
128
134
|
sourceEndpointUserName: 'string',
|
|
129
135
|
sourceEndpointVSwitchID: 'string',
|
|
136
|
+
srcCaCertificateOssUrl: 'string',
|
|
137
|
+
srcCaCertificatePassword: 'string',
|
|
130
138
|
structureInitialization: 'boolean',
|
|
131
139
|
synchronizationDirection: 'string',
|
|
132
140
|
};
|
|
@@ -148,6 +156,8 @@ class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
148
156
|
delayNotice: 'DelayNotice',
|
|
149
157
|
delayPhone: 'DelayPhone',
|
|
150
158
|
delayRuleTime: 'DelayRuleTime',
|
|
159
|
+
destCaCertificateOssUrl: 'DestCaCertificateOssUrl',
|
|
160
|
+
destCaCertificatePassword: 'DestCaCertificatePassword',
|
|
151
161
|
destinationEndpointDataBaseName: 'DestinationEndpointDataBaseName',
|
|
152
162
|
destinationEndpointEngineName: 'DestinationEndpointEngineName',
|
|
153
163
|
destinationEndpointIP: 'DestinationEndpointIP',
|
|
@@ -185,6 +195,8 @@ class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
185
195
|
sourceEndpointRole: 'SourceEndpointRole',
|
|
186
196
|
sourceEndpointUserName: 'SourceEndpointUserName',
|
|
187
197
|
sourceEndpointVSwitchID: 'SourceEndpointVSwitchID',
|
|
198
|
+
srcCaCertificateOssUrl: 'SrcCaCertificateOssUrl',
|
|
199
|
+
srcCaCertificatePassword: 'SrcCaCertificatePassword',
|
|
188
200
|
structureInitialization: 'StructureInitialization',
|
|
189
201
|
synchronizationDirection: 'SynchronizationDirection',
|
|
190
202
|
};
|
|
@@ -200,6 +212,8 @@ class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
200
212
|
delayNotice: 'boolean',
|
|
201
213
|
delayPhone: 'string',
|
|
202
214
|
delayRuleTime: 'number',
|
|
215
|
+
destCaCertificateOssUrl: 'string',
|
|
216
|
+
destCaCertificatePassword: 'string',
|
|
203
217
|
destinationEndpointDataBaseName: 'string',
|
|
204
218
|
destinationEndpointEngineName: 'string',
|
|
205
219
|
destinationEndpointIP: 'string',
|
|
@@ -237,6 +251,8 @@ class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
237
251
|
sourceEndpointRole: 'string',
|
|
238
252
|
sourceEndpointUserName: 'string',
|
|
239
253
|
sourceEndpointVSwitchID: 'string',
|
|
254
|
+
srcCaCertificateOssUrl: 'string',
|
|
255
|
+
srcCaCertificatePassword: 'string',
|
|
240
256
|
structureInitialization: 'boolean',
|
|
241
257
|
synchronizationDirection: 'string',
|
|
242
258
|
};
|
|
@@ -15568,6 +15584,12 @@ class Client extends openapi_client_1.default {
|
|
|
15568
15584
|
if (!tea_util_1.default.isUnset(request.delayRuleTime)) {
|
|
15569
15585
|
query["DelayRuleTime"] = request.delayRuleTime;
|
|
15570
15586
|
}
|
|
15587
|
+
if (!tea_util_1.default.isUnset(request.destCaCertificateOssUrl)) {
|
|
15588
|
+
query["DestCaCertificateOssUrl"] = request.destCaCertificateOssUrl;
|
|
15589
|
+
}
|
|
15590
|
+
if (!tea_util_1.default.isUnset(request.destCaCertificatePassword)) {
|
|
15591
|
+
query["DestCaCertificatePassword"] = request.destCaCertificatePassword;
|
|
15592
|
+
}
|
|
15571
15593
|
if (!tea_util_1.default.isUnset(request.destinationEndpointDataBaseName)) {
|
|
15572
15594
|
query["DestinationEndpointDataBaseName"] = request.destinationEndpointDataBaseName;
|
|
15573
15595
|
}
|
|
@@ -15676,6 +15698,12 @@ class Client extends openapi_client_1.default {
|
|
|
15676
15698
|
if (!tea_util_1.default.isUnset(request.sourceEndpointVSwitchID)) {
|
|
15677
15699
|
query["SourceEndpointVSwitchID"] = request.sourceEndpointVSwitchID;
|
|
15678
15700
|
}
|
|
15701
|
+
if (!tea_util_1.default.isUnset(request.srcCaCertificateOssUrl)) {
|
|
15702
|
+
query["SrcCaCertificateOssUrl"] = request.srcCaCertificateOssUrl;
|
|
15703
|
+
}
|
|
15704
|
+
if (!tea_util_1.default.isUnset(request.srcCaCertificatePassword)) {
|
|
15705
|
+
query["SrcCaCertificatePassword"] = request.srcCaCertificatePassword;
|
|
15706
|
+
}
|
|
15679
15707
|
if (!tea_util_1.default.isUnset(request.structureInitialization)) {
|
|
15680
15708
|
query["StructureInitialization"] = request.structureInitialization;
|
|
15681
15709
|
}
|