tencentcloud-sdk-nodejs-sqlserver 4.0.343 → 4.0.344
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.
|
@@ -216,7 +216,7 @@ export interface CreateBasicDBInstancesResponse {
|
|
|
216
216
|
/**
|
|
217
217
|
* 订单名称
|
|
218
218
|
*/
|
|
219
|
-
DealName
|
|
219
|
+
DealName: string;
|
|
220
220
|
/**
|
|
221
221
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
222
222
|
*/
|
|
@@ -554,7 +554,7 @@ export interface RunMigrationResponse {
|
|
|
554
554
|
/**
|
|
555
555
|
* 迁移流程启动后,返回流程ID
|
|
556
556
|
*/
|
|
557
|
-
FlowId
|
|
557
|
+
FlowId: number;
|
|
558
558
|
/**
|
|
559
559
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
560
560
|
*/
|
|
@@ -701,11 +701,11 @@ export interface DescribeRegionsResponse {
|
|
|
701
701
|
/**
|
|
702
702
|
* 返回地域信息总的条目
|
|
703
703
|
*/
|
|
704
|
-
TotalCount
|
|
704
|
+
TotalCount: number;
|
|
705
705
|
/**
|
|
706
706
|
* 地域信息数组
|
|
707
707
|
*/
|
|
708
|
-
RegionSet
|
|
708
|
+
RegionSet: Array<RegionInfo>;
|
|
709
709
|
/**
|
|
710
710
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
711
711
|
*/
|
|
@@ -775,7 +775,7 @@ export interface ModifyDBInstanceProjectResponse {
|
|
|
775
775
|
/**
|
|
776
776
|
* 修改成功的实例个数
|
|
777
777
|
*/
|
|
778
|
-
Count
|
|
778
|
+
Count: number;
|
|
779
779
|
/**
|
|
780
780
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
781
781
|
*/
|
|
@@ -859,51 +859,51 @@ export interface DescribeReadOnlyGroupByReadOnlyInstanceResponse {
|
|
|
859
859
|
/**
|
|
860
860
|
* 只读组ID
|
|
861
861
|
*/
|
|
862
|
-
ReadOnlyGroupId
|
|
862
|
+
ReadOnlyGroupId: string;
|
|
863
863
|
/**
|
|
864
864
|
* 只读组名称
|
|
865
865
|
*/
|
|
866
|
-
ReadOnlyGroupName
|
|
866
|
+
ReadOnlyGroupName: string;
|
|
867
867
|
/**
|
|
868
868
|
* 只读组的地域ID
|
|
869
869
|
*/
|
|
870
|
-
RegionId
|
|
870
|
+
RegionId: string;
|
|
871
871
|
/**
|
|
872
872
|
* 只读组的可用区ID
|
|
873
873
|
*/
|
|
874
|
-
ZoneId
|
|
874
|
+
ZoneId: string;
|
|
875
875
|
/**
|
|
876
876
|
* 是否启动超时剔除功能 ,0-不开启剔除功能,1-开启剔除功能
|
|
877
877
|
*/
|
|
878
|
-
IsOfflineDelay
|
|
878
|
+
IsOfflineDelay: number;
|
|
879
879
|
/**
|
|
880
880
|
* 启动超时剔除功能后,使用的超时阈值,单位是秒
|
|
881
881
|
*/
|
|
882
|
-
ReadOnlyMaxDelayTime
|
|
882
|
+
ReadOnlyMaxDelayTime: number;
|
|
883
883
|
/**
|
|
884
884
|
* 启动超时剔除功能后,只读组至少保留的只读副本数
|
|
885
885
|
*/
|
|
886
|
-
MinReadOnlyInGroup
|
|
886
|
+
MinReadOnlyInGroup: number;
|
|
887
887
|
/**
|
|
888
888
|
* 只读组vip
|
|
889
889
|
*/
|
|
890
|
-
Vip
|
|
890
|
+
Vip: string;
|
|
891
891
|
/**
|
|
892
892
|
* 只读组vport
|
|
893
893
|
*/
|
|
894
|
-
Vport
|
|
894
|
+
Vport: number;
|
|
895
895
|
/**
|
|
896
896
|
* 只读组在私有网络ID
|
|
897
897
|
*/
|
|
898
|
-
VpcId
|
|
898
|
+
VpcId: string;
|
|
899
899
|
/**
|
|
900
900
|
* 只读组在私有网络子网ID
|
|
901
901
|
*/
|
|
902
|
-
SubnetId
|
|
902
|
+
SubnetId: string;
|
|
903
903
|
/**
|
|
904
904
|
* 主实例ID,形如mssql-sgeshe3th
|
|
905
905
|
*/
|
|
906
|
-
MasterInstanceId
|
|
906
|
+
MasterInstanceId: string;
|
|
907
907
|
/**
|
|
908
908
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
909
909
|
*/
|
|
@@ -1309,7 +1309,7 @@ export interface CompleteMigrationResponse {
|
|
|
1309
1309
|
/**
|
|
1310
1310
|
* 完成迁移流程发起后,返回的流程id
|
|
1311
1311
|
*/
|
|
1312
|
-
FlowId
|
|
1312
|
+
FlowId: number;
|
|
1313
1313
|
/**
|
|
1314
1314
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1315
1315
|
*/
|
|
@@ -1335,7 +1335,7 @@ export interface StartMigrationCheckResponse {
|
|
|
1335
1335
|
/**
|
|
1336
1336
|
* 迁移检查流程发起后,返回的流程id
|
|
1337
1337
|
*/
|
|
1338
|
-
FlowId
|
|
1338
|
+
FlowId: number;
|
|
1339
1339
|
/**
|
|
1340
1340
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1341
1341
|
*/
|
|
@@ -1475,11 +1475,11 @@ export interface DescribeOrdersResponse {
|
|
|
1475
1475
|
/**
|
|
1476
1476
|
* 订单信息数组
|
|
1477
1477
|
*/
|
|
1478
|
-
Deals
|
|
1478
|
+
Deals: Array<DealInfo>;
|
|
1479
1479
|
/**
|
|
1480
1480
|
* 返回多少个订单的信息
|
|
1481
1481
|
*/
|
|
1482
|
-
TotalCount
|
|
1482
|
+
TotalCount: number;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1485
1485
|
*/
|
|
@@ -1492,11 +1492,11 @@ export interface InquiryPriceCreateDBInstancesResponse {
|
|
|
1492
1492
|
/**
|
|
1493
1493
|
* 未打折前价格,其值除以100表示多少钱。例如10010表示100.10元
|
|
1494
1494
|
*/
|
|
1495
|
-
OriginalPrice
|
|
1495
|
+
OriginalPrice: number;
|
|
1496
1496
|
/**
|
|
1497
1497
|
* 实际需要支付的价格,其值除以100表示多少钱。例如10010表示100.10元
|
|
1498
1498
|
*/
|
|
1499
|
-
Price
|
|
1499
|
+
Price: number;
|
|
1500
1500
|
/**
|
|
1501
1501
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1502
1502
|
*/
|
|
@@ -1565,7 +1565,7 @@ export interface ModifyMigrationResponse {
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* 迁移任务ID
|
|
1567
1567
|
*/
|
|
1568
|
-
MigrateId
|
|
1568
|
+
MigrateId: number;
|
|
1569
1569
|
/**
|
|
1570
1570
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1571
1571
|
*/
|
|
@@ -1578,7 +1578,7 @@ export interface RecycleReadOnlyGroupResponse {
|
|
|
1578
1578
|
/**
|
|
1579
1579
|
* 任务流ID
|
|
1580
1580
|
*/
|
|
1581
|
-
FlowId
|
|
1581
|
+
FlowId: number;
|
|
1582
1582
|
/**
|
|
1583
1583
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1584
1584
|
*/
|
|
@@ -1591,11 +1591,11 @@ export interface DescribeZonesResponse {
|
|
|
1591
1591
|
/**
|
|
1592
1592
|
* 返回多少个可用区信息
|
|
1593
1593
|
*/
|
|
1594
|
-
TotalCount
|
|
1594
|
+
TotalCount: number;
|
|
1595
1595
|
/**
|
|
1596
1596
|
* 可用区数组
|
|
1597
1597
|
*/
|
|
1598
|
-
ZoneSet
|
|
1598
|
+
ZoneSet: Array<ZoneInfo>;
|
|
1599
1599
|
/**
|
|
1600
1600
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1601
1601
|
*/
|
|
@@ -1762,11 +1762,11 @@ export interface DescribeMigrationsResponse {
|
|
|
1762
1762
|
/**
|
|
1763
1763
|
* 查询结果的总数
|
|
1764
1764
|
*/
|
|
1765
|
-
TotalCount
|
|
1765
|
+
TotalCount: number;
|
|
1766
1766
|
/**
|
|
1767
1767
|
* 查询结果的列表
|
|
1768
1768
|
*/
|
|
1769
|
-
MigrateTaskSet
|
|
1769
|
+
MigrateTaskSet: Array<MigrateTask>;
|
|
1770
1770
|
/**
|
|
1771
1771
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1772
1772
|
*/
|
|
@@ -1855,7 +1855,7 @@ export interface DescribeProjectSecurityGroupsResponse {
|
|
|
1855
1855
|
/**
|
|
1856
1856
|
* 安全组详情。
|
|
1857
1857
|
*/
|
|
1858
|
-
SecurityGroupSet
|
|
1858
|
+
SecurityGroupSet: Array<SecurityGroup>;
|
|
1859
1859
|
/**
|
|
1860
1860
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1861
1861
|
*/
|
|
@@ -1868,11 +1868,11 @@ export interface DescribeCrossRegionZoneResponse {
|
|
|
1868
1868
|
/**
|
|
1869
1869
|
* 备机所在地域的字符串ID,形如:ap-guangzhou
|
|
1870
1870
|
*/
|
|
1871
|
-
Region
|
|
1871
|
+
Region: string;
|
|
1872
1872
|
/**
|
|
1873
1873
|
* 备机所在可用区的字符串ID,形如:ap-guangzhou-1
|
|
1874
1874
|
*/
|
|
1875
|
-
Zone
|
|
1875
|
+
Zone: string;
|
|
1876
1876
|
/**
|
|
1877
1877
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1878
1878
|
*/
|
|
@@ -1885,7 +1885,7 @@ export interface ModifyDBInstanceRenewFlagResponse {
|
|
|
1885
1885
|
/**
|
|
1886
1886
|
* 修改成功的个数
|
|
1887
1887
|
*/
|
|
1888
|
-
Count
|
|
1888
|
+
Count: number;
|
|
1889
1889
|
/**
|
|
1890
1890
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1891
1891
|
*/
|
|
@@ -1898,11 +1898,12 @@ export interface DescribeMigrationDatabasesResponse {
|
|
|
1898
1898
|
/**
|
|
1899
1899
|
* 数据库数量
|
|
1900
1900
|
*/
|
|
1901
|
-
Amount
|
|
1901
|
+
Amount: number;
|
|
1902
1902
|
/**
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1903
|
+
* 数据库名称数组
|
|
1904
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1905
|
+
*/
|
|
1906
|
+
MigrateDBSet: Array<string>;
|
|
1906
1907
|
/**
|
|
1907
1908
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1908
1909
|
*/
|
|
@@ -1915,7 +1916,7 @@ export interface CompleteExpansionResponse {
|
|
|
1915
1916
|
/**
|
|
1916
1917
|
* 流程ID,可通过接口DescribeFlowStatus查询立即切换升级任务的状态。
|
|
1917
1918
|
*/
|
|
1918
|
-
FlowId
|
|
1919
|
+
FlowId: number;
|
|
1919
1920
|
/**
|
|
1920
1921
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1921
1922
|
*/
|
|
@@ -2068,7 +2069,7 @@ export interface DescribeFlowStatusResponse {
|
|
|
2068
2069
|
/**
|
|
2069
2070
|
* 流程状态,0:成功,1:失败,2:运行中
|
|
2070
2071
|
*/
|
|
2071
|
-
Status
|
|
2072
|
+
Status: number;
|
|
2072
2073
|
/**
|
|
2073
2074
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2074
2075
|
*/
|
|
@@ -2081,15 +2082,15 @@ export interface QueryMigrationCheckProcessResponse {
|
|
|
2081
2082
|
/**
|
|
2082
2083
|
* 总步骤数量
|
|
2083
2084
|
*/
|
|
2084
|
-
TotalStep
|
|
2085
|
+
TotalStep: number;
|
|
2085
2086
|
/**
|
|
2086
2087
|
* 当前步骤编号,从1开始
|
|
2087
2088
|
*/
|
|
2088
|
-
CurrentStep
|
|
2089
|
+
CurrentStep: number;
|
|
2089
2090
|
/**
|
|
2090
2091
|
* 所有步骤详情
|
|
2091
2092
|
*/
|
|
2092
|
-
StepDetails
|
|
2093
|
+
StepDetails: Array<StepDetail>;
|
|
2093
2094
|
/**
|
|
2094
2095
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2095
2096
|
*/
|
|
@@ -2389,7 +2390,7 @@ export interface CreateReadOnlyDBInstancesResponse {
|
|
|
2389
2390
|
/**
|
|
2390
2391
|
* 订单名称数组
|
|
2391
2392
|
*/
|
|
2392
|
-
DealNames
|
|
2393
|
+
DealNames: Array<string>;
|
|
2393
2394
|
/**
|
|
2394
2395
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2395
2396
|
*/
|
|
@@ -3090,6 +3091,14 @@ export interface AccountDetail {
|
|
|
3090
3091
|
* 是否为管理员账户
|
|
3091
3092
|
*/
|
|
3092
3093
|
IsAdmin: boolean;
|
|
3094
|
+
/**
|
|
3095
|
+
* win-windows鉴权,sql-sqlserver鉴权
|
|
3096
|
+
*/
|
|
3097
|
+
Authentication: string;
|
|
3098
|
+
/**
|
|
3099
|
+
* win-windows鉴权账户需要host
|
|
3100
|
+
*/
|
|
3101
|
+
Host: string;
|
|
3093
3102
|
}
|
|
3094
3103
|
/**
|
|
3095
3104
|
* ModifyDatabaseMdf返回参数结构体
|
|
@@ -3853,6 +3862,10 @@ export interface AccountCreateInfo {
|
|
|
3853
3862
|
* 是否为管理员账户,默认为否
|
|
3854
3863
|
*/
|
|
3855
3864
|
IsAdmin?: boolean;
|
|
3865
|
+
/**
|
|
3866
|
+
* win-windows鉴权,sql-sqlserver鉴权,不填模式兼容接口sqlserver鉴权
|
|
3867
|
+
*/
|
|
3868
|
+
Authentication?: string;
|
|
3856
3869
|
}
|
|
3857
3870
|
/**
|
|
3858
3871
|
* RenewDBInstance返回参数结构体
|
|
@@ -3896,59 +3909,59 @@ export interface DescribeReadOnlyGroupDetailsResponse {
|
|
|
3896
3909
|
/**
|
|
3897
3910
|
* 只读组ID
|
|
3898
3911
|
*/
|
|
3899
|
-
ReadOnlyGroupId
|
|
3912
|
+
ReadOnlyGroupId: string;
|
|
3900
3913
|
/**
|
|
3901
3914
|
* 只读组名称
|
|
3902
3915
|
*/
|
|
3903
|
-
ReadOnlyGroupName
|
|
3916
|
+
ReadOnlyGroupName: string;
|
|
3904
3917
|
/**
|
|
3905
3918
|
* 只读组的地域ID,与主实例相同
|
|
3906
3919
|
*/
|
|
3907
|
-
RegionId
|
|
3920
|
+
RegionId: string;
|
|
3908
3921
|
/**
|
|
3909
3922
|
* 只读组的可用区ID,与主实例相同
|
|
3910
3923
|
*/
|
|
3911
|
-
ZoneId
|
|
3924
|
+
ZoneId: string;
|
|
3912
3925
|
/**
|
|
3913
3926
|
* 是否启动超时剔除功能,0-不开启剔除功能,1-开启剔除功能
|
|
3914
3927
|
*/
|
|
3915
|
-
IsOfflineDelay
|
|
3928
|
+
IsOfflineDelay: number;
|
|
3916
3929
|
/**
|
|
3917
3930
|
* 启动超时剔除功能后,使用的超时阈值
|
|
3918
3931
|
*/
|
|
3919
|
-
ReadOnlyMaxDelayTime
|
|
3932
|
+
ReadOnlyMaxDelayTime: number;
|
|
3920
3933
|
/**
|
|
3921
3934
|
* 启动超时剔除功能后,至少只读组保留的只读副本数
|
|
3922
3935
|
*/
|
|
3923
|
-
MinReadOnlyInGroup
|
|
3936
|
+
MinReadOnlyInGroup: number;
|
|
3924
3937
|
/**
|
|
3925
3938
|
* 只读组vip
|
|
3926
3939
|
*/
|
|
3927
|
-
Vip
|
|
3940
|
+
Vip: string;
|
|
3928
3941
|
/**
|
|
3929
3942
|
* 只读组vport
|
|
3930
3943
|
*/
|
|
3931
|
-
Vport
|
|
3944
|
+
Vport: number;
|
|
3932
3945
|
/**
|
|
3933
3946
|
* 只读组私有网络ID
|
|
3934
3947
|
*/
|
|
3935
|
-
VpcId
|
|
3948
|
+
VpcId: string;
|
|
3936
3949
|
/**
|
|
3937
3950
|
* 只读组私有网络子网ID
|
|
3938
3951
|
*/
|
|
3939
|
-
SubnetId
|
|
3952
|
+
SubnetId: string;
|
|
3940
3953
|
/**
|
|
3941
3954
|
* 只读实例副本集合
|
|
3942
3955
|
*/
|
|
3943
|
-
ReadOnlyInstanceSet
|
|
3956
|
+
ReadOnlyInstanceSet: Array<ReadOnlyInstance>;
|
|
3944
3957
|
/**
|
|
3945
3958
|
* 只读组状态: 1-申请成功运行中,5-申请中
|
|
3946
3959
|
*/
|
|
3947
|
-
Status
|
|
3960
|
+
Status: number;
|
|
3948
3961
|
/**
|
|
3949
3962
|
* 主实例ID,形如mssql-sgeshe3th
|
|
3950
3963
|
*/
|
|
3951
|
-
MasterInstanceId
|
|
3964
|
+
MasterInstanceId: string;
|
|
3952
3965
|
/**
|
|
3953
3966
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3954
3967
|
*/
|
|
@@ -4205,11 +4218,11 @@ export interface InquiryPriceUpgradeDBInstanceResponse {
|
|
|
4205
4218
|
/**
|
|
4206
4219
|
* 未打折的原价,其值除以100表示最终的价格。例如10094表示100.94元
|
|
4207
4220
|
*/
|
|
4208
|
-
OriginalPrice
|
|
4221
|
+
OriginalPrice: number;
|
|
4209
4222
|
/**
|
|
4210
4223
|
* 实际需要支付价格,其值除以100表示最终的价格。例如10094表示100.94元
|
|
4211
4224
|
*/
|
|
4212
|
-
Price
|
|
4225
|
+
Price: number;
|
|
4213
4226
|
/**
|
|
4214
4227
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4215
4228
|
*/
|
|
@@ -4235,59 +4248,59 @@ export interface DescribeMigrationDetailResponse {
|
|
|
4235
4248
|
/**
|
|
4236
4249
|
* 迁移任务ID
|
|
4237
4250
|
*/
|
|
4238
|
-
MigrateId
|
|
4251
|
+
MigrateId: number;
|
|
4239
4252
|
/**
|
|
4240
4253
|
* 迁移任务名称
|
|
4241
4254
|
*/
|
|
4242
|
-
MigrateName
|
|
4255
|
+
MigrateName: string;
|
|
4243
4256
|
/**
|
|
4244
4257
|
* 迁移任务所属的用户ID
|
|
4245
4258
|
*/
|
|
4246
|
-
AppId
|
|
4259
|
+
AppId: number;
|
|
4247
4260
|
/**
|
|
4248
4261
|
* 迁移任务所属的地域
|
|
4249
4262
|
*/
|
|
4250
|
-
Region
|
|
4263
|
+
Region: string;
|
|
4251
4264
|
/**
|
|
4252
4265
|
* 迁移源的类型 1:TencentDB for SQLServer 2:云服务器自建SQLServer数据库 4:SQLServer备份还原 5:SQLServer备份还原(COS方式)
|
|
4253
4266
|
*/
|
|
4254
|
-
SourceType
|
|
4267
|
+
SourceType: number;
|
|
4255
4268
|
/**
|
|
4256
4269
|
* 迁移任务的创建时间
|
|
4257
4270
|
*/
|
|
4258
|
-
CreateTime
|
|
4271
|
+
CreateTime: string;
|
|
4259
4272
|
/**
|
|
4260
4273
|
* 迁移任务的开始时间
|
|
4261
4274
|
*/
|
|
4262
|
-
StartTime
|
|
4275
|
+
StartTime: string;
|
|
4263
4276
|
/**
|
|
4264
4277
|
* 迁移任务的结束时间
|
|
4265
4278
|
*/
|
|
4266
|
-
EndTime
|
|
4279
|
+
EndTime: string;
|
|
4267
4280
|
/**
|
|
4268
4281
|
* 迁移任务的状态(1:初始化,4:迁移中,5.迁移失败,6.迁移成功)
|
|
4269
4282
|
*/
|
|
4270
|
-
Status
|
|
4283
|
+
Status: number;
|
|
4271
4284
|
/**
|
|
4272
4285
|
* 迁移任务当前进度
|
|
4273
4286
|
*/
|
|
4274
|
-
Progress
|
|
4287
|
+
Progress: number;
|
|
4275
4288
|
/**
|
|
4276
4289
|
* 迁移类型(1:结构迁移 2:数据迁移 3:增量同步)
|
|
4277
4290
|
*/
|
|
4278
|
-
MigrateType
|
|
4291
|
+
MigrateType: number;
|
|
4279
4292
|
/**
|
|
4280
4293
|
* 迁移源
|
|
4281
4294
|
*/
|
|
4282
|
-
Source
|
|
4295
|
+
Source: MigrateSource;
|
|
4283
4296
|
/**
|
|
4284
4297
|
* 迁移目标
|
|
4285
4298
|
*/
|
|
4286
|
-
Target
|
|
4299
|
+
Target: MigrateTarget;
|
|
4287
4300
|
/**
|
|
4288
4301
|
* 迁移DB对象 ,离线迁移(SourceType=4或SourceType=5)不使用。
|
|
4289
4302
|
*/
|
|
4290
|
-
MigrateDBSet
|
|
4303
|
+
MigrateDBSet: Array<MigrateDB>;
|
|
4291
4304
|
/**
|
|
4292
4305
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4293
4306
|
*/
|
|
@@ -4444,6 +4457,10 @@ export interface UpgradeDBInstanceRequest {
|
|
|
4444
4457
|
* 修改实例是否为跨可用区容灾,SameZones-修改为同可用区 MultiZones-修改为夸可用区
|
|
4445
4458
|
*/
|
|
4446
4459
|
MultiZones?: string;
|
|
4460
|
+
/**
|
|
4461
|
+
* 执行变配的方式,默认为 1。支持值包括:0 - 立刻执行,1 - 维护时间窗执行
|
|
4462
|
+
*/
|
|
4463
|
+
WaitSwitch?: number;
|
|
4447
4464
|
}
|
|
4448
4465
|
/**
|
|
4449
4466
|
* CreateAccount请求参数结构体
|
|
@@ -4504,11 +4521,11 @@ export interface InquiryPriceRenewDBInstanceResponse {
|
|
|
4504
4521
|
/**
|
|
4505
4522
|
* 未打折的原价,其值除以100表示最终的价格。例如10094表示100.94元
|
|
4506
4523
|
*/
|
|
4507
|
-
OriginalPrice
|
|
4524
|
+
OriginalPrice: number;
|
|
4508
4525
|
/**
|
|
4509
4526
|
* 实际需要支付价格,其值除以100表示最终的价格。例如10094表示100.94元
|
|
4510
4527
|
*/
|
|
4511
|
-
Price
|
|
4528
|
+
Price: number;
|
|
4512
4529
|
/**
|
|
4513
4530
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4514
4531
|
*/
|
|
@@ -4753,7 +4770,7 @@ export interface StopMigrationResponse {
|
|
|
4753
4770
|
/**
|
|
4754
4771
|
* 中止迁移流程发起后,返回的流程id
|
|
4755
4772
|
*/
|
|
4756
|
-
FlowId
|
|
4773
|
+
FlowId: number;
|
|
4757
4774
|
/**
|
|
4758
4775
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4759
4776
|
*/
|
|
@@ -4787,7 +4804,7 @@ export interface CreatePublishSubscribeResponse {
|
|
|
4787
4804
|
/**
|
|
4788
4805
|
* 流程ID,可通过接口DescribeFlowStatus查询立即切换升级任务的状态。
|
|
4789
4806
|
*/
|
|
4790
|
-
FlowId
|
|
4807
|
+
FlowId: number;
|
|
4791
4808
|
/**
|
|
4792
4809
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4793
4810
|
*/
|
|
@@ -4843,7 +4860,7 @@ export interface UpgradeDBInstanceResponse {
|
|
|
4843
4860
|
/**
|
|
4844
4861
|
* 订单名称
|
|
4845
4862
|
*/
|
|
4846
|
-
DealName
|
|
4863
|
+
DealName: string;
|
|
4847
4864
|
/**
|
|
4848
4865
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4849
4866
|
*/
|
|
@@ -4960,11 +4977,11 @@ export interface CreateDBInstancesResponse {
|
|
|
4960
4977
|
/**
|
|
4961
4978
|
* 订单名称
|
|
4962
4979
|
*/
|
|
4963
|
-
DealName
|
|
4980
|
+
DealName: string;
|
|
4964
4981
|
/**
|
|
4965
4982
|
* 订单名称数组
|
|
4966
4983
|
*/
|
|
4967
|
-
DealNames
|
|
4984
|
+
DealNames: Array<string>;
|
|
4968
4985
|
/**
|
|
4969
4986
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4970
4987
|
*/
|