@alicloud/rds20140815 10.1.0 → 11.1.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 +1686 -232
- package/dist/client.js +1782 -68
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2974 -278
package/dist/client.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ export declare class AuthorizeRCSecurityGroupPermissionRequestSecurityGroupPermi
|
|
|
97
97
|
ipProtocol?: string;
|
|
98
98
|
policy?: string;
|
|
99
99
|
portRange?: string;
|
|
100
|
-
priority?:
|
|
100
|
+
priority?: number;
|
|
101
101
|
sourceCidrIp?: string;
|
|
102
102
|
sourcePortRange?: string;
|
|
103
103
|
static names(): {
|
|
@@ -4800,6 +4800,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
4800
4800
|
* The IDs of the read-only instances that are attached to the primary instance.
|
|
4801
4801
|
*/
|
|
4802
4802
|
readOnlyDBInstanceIds?: DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeReadOnlyDBInstanceIds;
|
|
4803
|
+
readOnlyStatus?: string;
|
|
4803
4804
|
/**
|
|
4804
4805
|
* @remarks
|
|
4805
4806
|
* The latency at which the system replicates data to read-only instances. The system replicates data from the primary instance to the read-only instances at the latency that is specified by the **ReadonlyInstanceSQLDelayedTime** parameter. Unit: seconds.
|
|
@@ -13378,6 +13379,21 @@ export declare class DescribeRCDisksResponseBodyDisks extends $dara.Model {
|
|
|
13378
13379
|
[key: string]: any;
|
|
13379
13380
|
});
|
|
13380
13381
|
}
|
|
13382
|
+
export declare class DescribeRCImageListResponseBodyImagesDiskDeviceMappings extends $dara.Model {
|
|
13383
|
+
device?: string;
|
|
13384
|
+
size?: string;
|
|
13385
|
+
type?: string;
|
|
13386
|
+
static names(): {
|
|
13387
|
+
[key: string]: string;
|
|
13388
|
+
};
|
|
13389
|
+
static types(): {
|
|
13390
|
+
[key: string]: any;
|
|
13391
|
+
};
|
|
13392
|
+
validate(): void;
|
|
13393
|
+
constructor(map?: {
|
|
13394
|
+
[key: string]: any;
|
|
13395
|
+
});
|
|
13396
|
+
}
|
|
13381
13397
|
export declare class DescribeRCImageListResponseBodyImages extends $dara.Model {
|
|
13382
13398
|
/**
|
|
13383
13399
|
* @remarks
|
|
@@ -13406,6 +13422,7 @@ export declare class DescribeRCImageListResponseBodyImages extends $dara.Model {
|
|
|
13406
13422
|
* test
|
|
13407
13423
|
*/
|
|
13408
13424
|
description?: string;
|
|
13425
|
+
diskDeviceMappings?: DescribeRCImageListResponseBodyImagesDiskDeviceMappings[];
|
|
13409
13426
|
/**
|
|
13410
13427
|
* @remarks
|
|
13411
13428
|
* The image ID.
|
|
@@ -13836,6 +13853,93 @@ export declare class DescribeRCInstanceAttributeResponseBodyVpcAttributes extend
|
|
|
13836
13853
|
[key: string]: any;
|
|
13837
13854
|
});
|
|
13838
13855
|
}
|
|
13856
|
+
export declare class DescribeRCInstanceTypeFamiliesResponseBodyInstanceTypeFamiliesInstanceTypeFamily extends $dara.Model {
|
|
13857
|
+
/**
|
|
13858
|
+
* @remarks
|
|
13859
|
+
* The description of the instance family.
|
|
13860
|
+
*/
|
|
13861
|
+
instanceTypeFamilyDesc?: string;
|
|
13862
|
+
/**
|
|
13863
|
+
* @remarks
|
|
13864
|
+
* The ID of the instance family.
|
|
13865
|
+
*
|
|
13866
|
+
* @example
|
|
13867
|
+
* x.6cm
|
|
13868
|
+
*/
|
|
13869
|
+
instanceTypeFamilyId?: string;
|
|
13870
|
+
static names(): {
|
|
13871
|
+
[key: string]: string;
|
|
13872
|
+
};
|
|
13873
|
+
static types(): {
|
|
13874
|
+
[key: string]: any;
|
|
13875
|
+
};
|
|
13876
|
+
validate(): void;
|
|
13877
|
+
constructor(map?: {
|
|
13878
|
+
[key: string]: any;
|
|
13879
|
+
});
|
|
13880
|
+
}
|
|
13881
|
+
export declare class DescribeRCInstanceTypeFamiliesResponseBodyInstanceTypeFamilies extends $dara.Model {
|
|
13882
|
+
/**
|
|
13883
|
+
* @remarks
|
|
13884
|
+
* The instance family.
|
|
13885
|
+
*/
|
|
13886
|
+
instanceTypeFamily?: DescribeRCInstanceTypeFamiliesResponseBodyInstanceTypeFamiliesInstanceTypeFamily[];
|
|
13887
|
+
static names(): {
|
|
13888
|
+
[key: string]: string;
|
|
13889
|
+
};
|
|
13890
|
+
static types(): {
|
|
13891
|
+
[key: string]: any;
|
|
13892
|
+
};
|
|
13893
|
+
validate(): void;
|
|
13894
|
+
constructor(map?: {
|
|
13895
|
+
[key: string]: any;
|
|
13896
|
+
});
|
|
13897
|
+
}
|
|
13898
|
+
export declare class DescribeRCInstanceTypesResponseBodyInstanceTypesInstanceType extends $dara.Model {
|
|
13899
|
+
/**
|
|
13900
|
+
* @example
|
|
13901
|
+
* 32
|
|
13902
|
+
*/
|
|
13903
|
+
cpuCoreCount?: number;
|
|
13904
|
+
/**
|
|
13905
|
+
* @example
|
|
13906
|
+
* gn8.cm
|
|
13907
|
+
*/
|
|
13908
|
+
instanceTypeFamily?: string;
|
|
13909
|
+
/**
|
|
13910
|
+
* @example
|
|
13911
|
+
* rds.gna8.2xlarge.8cm
|
|
13912
|
+
*/
|
|
13913
|
+
instanceTypeId?: string;
|
|
13914
|
+
/**
|
|
13915
|
+
* @example
|
|
13916
|
+
* 256
|
|
13917
|
+
*/
|
|
13918
|
+
memorySize?: number;
|
|
13919
|
+
static names(): {
|
|
13920
|
+
[key: string]: string;
|
|
13921
|
+
};
|
|
13922
|
+
static types(): {
|
|
13923
|
+
[key: string]: any;
|
|
13924
|
+
};
|
|
13925
|
+
validate(): void;
|
|
13926
|
+
constructor(map?: {
|
|
13927
|
+
[key: string]: any;
|
|
13928
|
+
});
|
|
13929
|
+
}
|
|
13930
|
+
export declare class DescribeRCInstanceTypesResponseBodyInstanceTypes extends $dara.Model {
|
|
13931
|
+
instanceType?: DescribeRCInstanceTypesResponseBodyInstanceTypesInstanceType[];
|
|
13932
|
+
static names(): {
|
|
13933
|
+
[key: string]: string;
|
|
13934
|
+
};
|
|
13935
|
+
static types(): {
|
|
13936
|
+
[key: string]: any;
|
|
13937
|
+
};
|
|
13938
|
+
validate(): void;
|
|
13939
|
+
constructor(map?: {
|
|
13940
|
+
[key: string]: any;
|
|
13941
|
+
});
|
|
13942
|
+
}
|
|
13839
13943
|
export declare class DescribeRCInstancesResponseBodyRCInstancesTagResources extends $dara.Model {
|
|
13840
13944
|
resourceId?: string;
|
|
13841
13945
|
resourceType?: string;
|
|
@@ -13868,6 +13972,22 @@ export declare class DescribeRCInstancesResponseBodyRCInstancesTags extends $dar
|
|
|
13868
13972
|
[key: string]: any;
|
|
13869
13973
|
});
|
|
13870
13974
|
}
|
|
13975
|
+
export declare class DescribeRCInstancesResponseBodyRCInstancesVpcAttributes extends $dara.Model {
|
|
13976
|
+
natIpAddress?: string;
|
|
13977
|
+
privateIpAddress?: string[];
|
|
13978
|
+
vSwitchId?: string;
|
|
13979
|
+
vpcId?: string;
|
|
13980
|
+
static names(): {
|
|
13981
|
+
[key: string]: string;
|
|
13982
|
+
};
|
|
13983
|
+
static types(): {
|
|
13984
|
+
[key: string]: any;
|
|
13985
|
+
};
|
|
13986
|
+
validate(): void;
|
|
13987
|
+
constructor(map?: {
|
|
13988
|
+
[key: string]: any;
|
|
13989
|
+
});
|
|
13990
|
+
}
|
|
13871
13991
|
export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Model {
|
|
13872
13992
|
/**
|
|
13873
13993
|
* @remarks
|
|
@@ -13877,6 +13997,7 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13877
13997
|
* testrdscustom
|
|
13878
13998
|
*/
|
|
13879
13999
|
clusterName?: string;
|
|
14000
|
+
cpu?: number;
|
|
13880
14001
|
createMode?: string;
|
|
13881
14002
|
/**
|
|
13882
14003
|
* @remarks
|
|
@@ -13886,6 +14007,7 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13886
14007
|
* rds_custom
|
|
13887
14008
|
*/
|
|
13888
14009
|
dbType?: string;
|
|
14010
|
+
deploymentSetId?: string;
|
|
13889
14011
|
/**
|
|
13890
14012
|
* @remarks
|
|
13891
14013
|
* The instance description.
|
|
@@ -13894,6 +14016,7 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13894
14016
|
* test
|
|
13895
14017
|
*/
|
|
13896
14018
|
description?: string;
|
|
14019
|
+
expiredTime?: string;
|
|
13897
14020
|
/**
|
|
13898
14021
|
* @remarks
|
|
13899
14022
|
* The time when the task was created. The time is displayed in GMT.
|
|
@@ -13918,6 +14041,7 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13918
14041
|
* i-2zeaiz4g9u23f40m****
|
|
13919
14042
|
*/
|
|
13920
14043
|
hostName?: string;
|
|
14044
|
+
imageId?: string;
|
|
13921
14045
|
instanceChargeType?: string;
|
|
13922
14046
|
/**
|
|
13923
14047
|
* @remarks
|
|
@@ -13927,6 +14051,10 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13927
14051
|
* rm-2ze704f*****
|
|
13928
14052
|
*/
|
|
13929
14053
|
instanceId?: string;
|
|
14054
|
+
instanceType?: string;
|
|
14055
|
+
instanceTypeFamily?: string;
|
|
14056
|
+
memory?: number;
|
|
14057
|
+
publicIp?: string;
|
|
13930
14058
|
/**
|
|
13931
14059
|
* @remarks
|
|
13932
14060
|
* The region ID.
|
|
@@ -13935,6 +14063,7 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13935
14063
|
* cn-hangzhou
|
|
13936
14064
|
*/
|
|
13937
14065
|
regionId?: string;
|
|
14066
|
+
securityGroupId?: string;
|
|
13938
14067
|
spotStrategy?: string;
|
|
13939
14068
|
/**
|
|
13940
14069
|
* @remarks
|
|
@@ -13954,6 +14083,11 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $dara.Mo
|
|
|
13954
14083
|
status?: string;
|
|
13955
14084
|
tagResources?: DescribeRCInstancesResponseBodyRCInstancesTagResources[];
|
|
13956
14085
|
tags?: DescribeRCInstancesResponseBodyRCInstancesTags[];
|
|
14086
|
+
/**
|
|
14087
|
+
* **if can be null:**
|
|
14088
|
+
* true
|
|
14089
|
+
*/
|
|
14090
|
+
vpcAttributes?: DescribeRCInstancesResponseBodyRCInstancesVpcAttributes;
|
|
13957
14091
|
/**
|
|
13958
14092
|
* @remarks
|
|
13959
14093
|
* The VPC ID.
|
|
@@ -14358,7 +14492,31 @@ export declare class DescribeRCNodePoolResponseBodyNodePoolList extends $dara.Mo
|
|
|
14358
14492
|
[key: string]: any;
|
|
14359
14493
|
});
|
|
14360
14494
|
}
|
|
14495
|
+
export declare class DescribeRCSecurityGroupListResponseBodyRCSecurityGroups extends $dara.Model {
|
|
14496
|
+
availableInstanceAmount?: number;
|
|
14497
|
+
creationTime?: string;
|
|
14498
|
+
description?: string;
|
|
14499
|
+
/**
|
|
14500
|
+
* @remarks
|
|
14501
|
+
* This parameter is required.
|
|
14502
|
+
*/
|
|
14503
|
+
instanceCount?: number;
|
|
14504
|
+
securityGroupId?: string;
|
|
14505
|
+
securityGroupType?: string;
|
|
14506
|
+
vpcId?: string;
|
|
14507
|
+
static names(): {
|
|
14508
|
+
[key: string]: string;
|
|
14509
|
+
};
|
|
14510
|
+
static types(): {
|
|
14511
|
+
[key: string]: any;
|
|
14512
|
+
};
|
|
14513
|
+
validate(): void;
|
|
14514
|
+
constructor(map?: {
|
|
14515
|
+
[key: string]: any;
|
|
14516
|
+
});
|
|
14517
|
+
}
|
|
14361
14518
|
export declare class DescribeRCSecurityGroupPermissionResponseBodySecurityGroupPermissions extends $dara.Model {
|
|
14519
|
+
createTime?: string;
|
|
14362
14520
|
destCidrIp?: string;
|
|
14363
14521
|
direction?: string;
|
|
14364
14522
|
ipProtocol?: string;
|
|
@@ -17672,6 +17830,34 @@ export declare class ListUserBackupFilesResponseBodyRecords extends $dara.Model
|
|
|
17672
17830
|
[key: string]: any;
|
|
17673
17831
|
});
|
|
17674
17832
|
}
|
|
17833
|
+
export declare class MigrateDBNodesRequestDBNode extends $dara.Model {
|
|
17834
|
+
/**
|
|
17835
|
+
* @remarks
|
|
17836
|
+
* The node ID.
|
|
17837
|
+
*
|
|
17838
|
+
* @example
|
|
17839
|
+
* rn-6256r4a87xvv7****
|
|
17840
|
+
*/
|
|
17841
|
+
nodeId?: string;
|
|
17842
|
+
/**
|
|
17843
|
+
* @remarks
|
|
17844
|
+
* The ID of the zone in which the node resides.
|
|
17845
|
+
*
|
|
17846
|
+
* @example
|
|
17847
|
+
* cn-hangzhou-f
|
|
17848
|
+
*/
|
|
17849
|
+
zoneId?: string;
|
|
17850
|
+
static names(): {
|
|
17851
|
+
[key: string]: string;
|
|
17852
|
+
};
|
|
17853
|
+
static types(): {
|
|
17854
|
+
[key: string]: any;
|
|
17855
|
+
};
|
|
17856
|
+
validate(): void;
|
|
17857
|
+
constructor(map?: {
|
|
17858
|
+
[key: string]: any;
|
|
17859
|
+
});
|
|
17860
|
+
}
|
|
17675
17861
|
export declare class ModifyDBInstanceEndpointRequestNodeItems extends $dara.Model {
|
|
17676
17862
|
/**
|
|
17677
17863
|
* @remarks
|
|
@@ -17774,12 +17960,12 @@ export declare class ModifyDBInstanceEndpointAddressResponseBodyData extends $da
|
|
|
17774
17960
|
export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends $dara.Model {
|
|
17775
17961
|
/**
|
|
17776
17962
|
* @remarks
|
|
17777
|
-
* Specifies whether to enable the automatic start and stop feature for the serverless instance. Valid values:
|
|
17963
|
+
* Specifies whether to enable the automatic start and stop feature for the serverless instance that runs MySQL or PostgreSQL. Valid values:
|
|
17778
17964
|
*
|
|
17779
17965
|
* * **true**
|
|
17780
17966
|
* * **false** (default)
|
|
17781
17967
|
*
|
|
17782
|
-
* >
|
|
17968
|
+
* > After the automatic start and stop feature is enabled, if no connections to the instance are established within 10 minutes, the instance is suspended. After a connection to the instance is established, the instance is automatically resumed.
|
|
17783
17969
|
*
|
|
17784
17970
|
* @example
|
|
17785
17971
|
* true
|
|
@@ -17790,15 +17976,13 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
|
|
|
17790
17976
|
autoPause?: boolean;
|
|
17791
17977
|
/**
|
|
17792
17978
|
* @remarks
|
|
17793
|
-
* The maximum number of RDS Capacity Units (RCUs). Valid values:
|
|
17979
|
+
* The **maximum** number of RDS Capacity Units (RCUs). Valid values:
|
|
17794
17980
|
*
|
|
17795
17981
|
* * Serverless ApsaraDB RDS for MySQL instances: **1 to 32**
|
|
17796
|
-
* * Serverless ApsaraDB RDS for SQL Server instances: **2 to
|
|
17982
|
+
* * Serverless ApsaraDB RDS for SQL Server instances: **2 to 16**. Only integers are supported.
|
|
17797
17983
|
* * Serverless ApsaraDB RDS for PostgreSQL instances: **1 to 14**
|
|
17798
17984
|
*
|
|
17799
|
-
* >
|
|
17800
|
-
*
|
|
17801
|
-
* * The value of this parameter must be greater than or equal to the value of **MinCapacity** and can be specified only to an **integer**.
|
|
17985
|
+
* > The value of this parameter must be greater than or equal to the value of **MinCapacity**.
|
|
17802
17986
|
*
|
|
17803
17987
|
* @example
|
|
17804
17988
|
* 8
|
|
@@ -17806,15 +17990,13 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
|
|
|
17806
17990
|
maxCapacity?: number;
|
|
17807
17991
|
/**
|
|
17808
17992
|
* @remarks
|
|
17809
|
-
* The minimum number of RCUs. Valid values
|
|
17993
|
+
* The minimum number of RCUs. Valid values:****
|
|
17810
17994
|
*
|
|
17811
17995
|
* * Serverless ApsaraDB RDS for MySQL instances: **0.5 to 32**.
|
|
17812
17996
|
* * Serverless ApsaraDB RDS for SQL Server instances: **2 to 8**. Only integers are supported.
|
|
17813
17997
|
* * Serverless ApsaraDB RDS for PostgreSQL instances: **0.5 to 14**.
|
|
17814
17998
|
*
|
|
17815
|
-
* >
|
|
17816
|
-
*
|
|
17817
|
-
* * The value of this parameter must be less than or equal to the value of MaxCapacity.
|
|
17999
|
+
* > The value of this parameter must be less than or equal to the value of MaxCapacity.
|
|
17818
18000
|
*
|
|
17819
18001
|
* @example
|
|
17820
18002
|
* 0.5
|
|
@@ -17822,13 +18004,16 @@ export declare class ModifyDBInstanceSpecRequestServerlessConfiguration extends
|
|
|
17822
18004
|
minCapacity?: number;
|
|
17823
18005
|
/**
|
|
17824
18006
|
* @remarks
|
|
17825
|
-
* Specifies whether to enable the
|
|
18007
|
+
* Specifies whether to enable the forceful scaling feature for the serverless instance that runs MySQL or PostgreSQL. Valid values:
|
|
17826
18008
|
*
|
|
17827
18009
|
* * **true**
|
|
17828
18010
|
* * **false** (default)
|
|
17829
18011
|
*
|
|
17830
|
-
* >
|
|
17831
|
-
*
|
|
18012
|
+
* >
|
|
18013
|
+
*
|
|
18014
|
+
* * If you set this parameter to true, **a service interruption that lasts 30 to 120 seconds occurs during forced scaling**. Process with caution.
|
|
18015
|
+
*
|
|
18016
|
+
* * The RCU scaling for a serverless instance immediately takes effect. In some cases, such as the execution of large transactions, the scaling does not immediately take effect. In this case, you can enable this feature to forcefully scale the RCUs of the instance.
|
|
17832
18017
|
*
|
|
17833
18018
|
* @example
|
|
17834
18019
|
* false
|
|
@@ -17975,6 +18160,13 @@ export declare class ModifyDBProxyInstanceRequestMigrateAZ extends $dara.Model {
|
|
|
17975
18160
|
* vsw-sw0qq49d1m****
|
|
17976
18161
|
*/
|
|
17977
18162
|
destVSwitchId?: string;
|
|
18163
|
+
/**
|
|
18164
|
+
* @remarks
|
|
18165
|
+
* The target vpc id corresponding to the proxy instance migration.
|
|
18166
|
+
*
|
|
18167
|
+
* @example
|
|
18168
|
+
* vpc-2vcicu73rdylp****
|
|
18169
|
+
*/
|
|
17978
18170
|
destVpcId?: string;
|
|
17979
18171
|
static names(): {
|
|
17980
18172
|
[key: string]: string;
|
|
@@ -18114,9 +18306,21 @@ export declare class ModifyPGHbaConfigRequestHbaItem extends $dara.Model {
|
|
|
18114
18306
|
[key: string]: any;
|
|
18115
18307
|
});
|
|
18116
18308
|
}
|
|
18117
|
-
export declare class
|
|
18309
|
+
export declare class ModifyRCInstanceChargeTypeResponseBodyFeeOfInstances extends $dara.Model {
|
|
18310
|
+
/**
|
|
18311
|
+
* @example
|
|
18312
|
+
* None
|
|
18313
|
+
*/
|
|
18118
18314
|
currency?: string;
|
|
18315
|
+
/**
|
|
18316
|
+
* @example
|
|
18317
|
+
* None
|
|
18318
|
+
*/
|
|
18119
18319
|
fee?: string;
|
|
18320
|
+
/**
|
|
18321
|
+
* @example
|
|
18322
|
+
* None
|
|
18323
|
+
*/
|
|
18120
18324
|
instanceId?: string;
|
|
18121
18325
|
static names(): {
|
|
18122
18326
|
[key: string]: string;
|
|
@@ -18129,19 +18333,6 @@ export declare class ModifyRCInstanceChargeTypeResponseBodyFeeOfInstancesFeeOfIn
|
|
|
18129
18333
|
[key: string]: any;
|
|
18130
18334
|
});
|
|
18131
18335
|
}
|
|
18132
|
-
export declare class ModifyRCInstanceChargeTypeResponseBodyFeeOfInstances extends $dara.Model {
|
|
18133
|
-
feeOfInstance?: ModifyRCInstanceChargeTypeResponseBodyFeeOfInstancesFeeOfInstance[];
|
|
18134
|
-
static names(): {
|
|
18135
|
-
[key: string]: string;
|
|
18136
|
-
};
|
|
18137
|
-
static types(): {
|
|
18138
|
-
[key: string]: any;
|
|
18139
|
-
};
|
|
18140
|
-
validate(): void;
|
|
18141
|
-
constructor(map?: {
|
|
18142
|
-
[key: string]: any;
|
|
18143
|
-
});
|
|
18144
|
-
}
|
|
18145
18336
|
export declare class ModifySecurityGroupConfigurationResponseBodyItemsEcsSecurityGroupRelation extends $dara.Model {
|
|
18146
18337
|
/**
|
|
18147
18338
|
* @remarks
|
|
@@ -18501,6 +18692,7 @@ export declare class RunRCInstancesRequestDataDisk extends $dara.Model {
|
|
|
18501
18692
|
* null
|
|
18502
18693
|
*/
|
|
18503
18694
|
deleteWithInstance?: boolean;
|
|
18695
|
+
device?: string;
|
|
18504
18696
|
/**
|
|
18505
18697
|
* @remarks
|
|
18506
18698
|
* Specifies whether to encrypt the cloud disk. Valid values:
|
|
@@ -18528,6 +18720,7 @@ export declare class RunRCInstancesRequestDataDisk extends $dara.Model {
|
|
|
18528
18720
|
* 10
|
|
18529
18721
|
*/
|
|
18530
18722
|
size?: number;
|
|
18723
|
+
snapshotId?: string;
|
|
18531
18724
|
static names(): {
|
|
18532
18725
|
[key: string]: string;
|
|
18533
18726
|
};
|
|
@@ -19259,8 +19452,6 @@ export declare class AttachRCDiskRequest extends $dara.Model {
|
|
|
19259
19452
|
* @remarks
|
|
19260
19453
|
* The region ID
|
|
19261
19454
|
*
|
|
19262
|
-
* This parameter is required.
|
|
19263
|
-
*
|
|
19264
19455
|
* @example
|
|
19265
19456
|
* cn-hangzhou
|
|
19266
19457
|
*/
|
|
@@ -22872,11 +23063,12 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
|
|
|
22872
23063
|
VPCId?: string;
|
|
22873
23064
|
/**
|
|
22874
23065
|
* @remarks
|
|
22875
|
-
* The vSwitch ID.
|
|
23066
|
+
* The vSwitch ID.
|
|
22876
23067
|
*
|
|
22877
|
-
* *
|
|
22878
|
-
* *
|
|
22879
|
-
* *
|
|
23068
|
+
* * **Relations with zones**: Specify the vSwitch ID based on the zones in which the vSwitch belongs to. If you specify two vSwitch IDs, make sure that the vSwitch IDs match the zone IDs specified by the ZoneId and ZoneIdSlave1 parameters.
|
|
23069
|
+
* * **Limits on the network type**: Set **InstanceNetworkType** to **VPC**.
|
|
23070
|
+
* * **Limits on multiple vSwitch IDs**: If you set **ZoneSlaveId1** to a value that is not **Auto**, you must specify the IDs of two vSwitches for this parameter and separate the IDs with a comma (,).
|
|
23071
|
+
* * **Limits on characters**: The value cannot contain `spaces` or the following characters: `!` `#` `¥` `&` `%`
|
|
22880
23072
|
*
|
|
22881
23073
|
* @example
|
|
22882
23074
|
* vsw-*****
|
|
@@ -23636,11 +23828,12 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
|
|
|
23636
23828
|
VPCId?: string;
|
|
23637
23829
|
/**
|
|
23638
23830
|
* @remarks
|
|
23639
|
-
* The vSwitch ID.
|
|
23831
|
+
* The vSwitch ID.
|
|
23640
23832
|
*
|
|
23641
|
-
* *
|
|
23642
|
-
* *
|
|
23643
|
-
* *
|
|
23833
|
+
* * **Relations with zones**: Specify the vSwitch ID based on the zones in which the vSwitch belongs to. If you specify two vSwitch IDs, make sure that the vSwitch IDs match the zone IDs specified by the ZoneId and ZoneIdSlave1 parameters.
|
|
23834
|
+
* * **Limits on the network type**: Set **InstanceNetworkType** to **VPC**.
|
|
23835
|
+
* * **Limits on multiple vSwitch IDs**: If you set **ZoneSlaveId1** to a value that is not **Auto**, you must specify the IDs of two vSwitches for this parameter and separate the IDs with a comma (,).
|
|
23836
|
+
* * **Limits on characters**: The value cannot contain `spaces` or the following characters: `!` `#` `¥` `&` `%`
|
|
23644
23837
|
*
|
|
23645
23838
|
* @example
|
|
23646
23839
|
* vsw-*****
|
|
@@ -25052,6 +25245,14 @@ export declare class CreateDdrInstanceRequest extends $dara.Model {
|
|
|
25052
25245
|
* 14***
|
|
25053
25246
|
*/
|
|
25054
25247
|
backupSetId?: string;
|
|
25248
|
+
/**
|
|
25249
|
+
* @remarks
|
|
25250
|
+
* The region where the backup set is located.
|
|
25251
|
+
*
|
|
25252
|
+
* @example
|
|
25253
|
+
* cn-beijing
|
|
25254
|
+
*/
|
|
25255
|
+
backupSetRegion?: string;
|
|
25055
25256
|
/**
|
|
25056
25257
|
* @remarks
|
|
25057
25258
|
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
@@ -26886,14 +27087,12 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
26886
27087
|
* * **cloud** (default): basic disk
|
|
26887
27088
|
* * **cloud_efficiency**: ultra disk.
|
|
26888
27089
|
* * **cloud_ssd**: standard SSD.
|
|
26889
|
-
* * **cloud_essd**:
|
|
27090
|
+
* * **cloud_essd**: ESSD.
|
|
26890
27091
|
* * **cloud_auto**: ESSD AutoPL disk
|
|
26891
27092
|
* * **cloud_essd_entry**: ESSD Entry disk
|
|
26892
27093
|
* * **elastic_ephemeral_disk_standard**: standard elastic ephemeral disk
|
|
26893
27094
|
* * **elastic_ephemeral_disk_premium**: premium elastic ephemeral disk
|
|
26894
27095
|
*
|
|
26895
|
-
* This parameter is required.
|
|
26896
|
-
*
|
|
26897
27096
|
* @example
|
|
26898
27097
|
* cloud_ssd
|
|
26899
27098
|
*/
|
|
@@ -26916,6 +27115,11 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
26916
27115
|
* Postpaid
|
|
26917
27116
|
*/
|
|
26918
27117
|
instanceChargeType?: string;
|
|
27118
|
+
/**
|
|
27119
|
+
* @example
|
|
27120
|
+
* rc-v28c6k3jupp61m2t****
|
|
27121
|
+
*/
|
|
27122
|
+
instanceId?: string;
|
|
26919
27123
|
/**
|
|
26920
27124
|
* @remarks
|
|
26921
27125
|
* The performance level (PL) of the disk if the disk is an ESSD. Valid values:
|
|
@@ -26987,8 +27191,6 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
26987
27191
|
* * If the size of the snapshot specified by `SnapshotId` is larger than the value of `Size`, the size of the created disk is equal to the size of the snapshot.
|
|
26988
27192
|
* * If the size of the snapshot specified by `SnapshotId` is smaller than the value of `Size`, the size of the created disk is equal to the value of `Size`.
|
|
26989
27193
|
*
|
|
26990
|
-
* This parameter is required.
|
|
26991
|
-
*
|
|
26992
27194
|
* @example
|
|
26993
27195
|
* 2000
|
|
26994
27196
|
*/
|
|
@@ -27009,8 +27211,6 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27009
27211
|
* @remarks
|
|
27010
27212
|
* The zone ID.
|
|
27011
27213
|
*
|
|
27012
|
-
* This parameter is required.
|
|
27013
|
-
*
|
|
27014
27214
|
* @example
|
|
27015
27215
|
* cn-hangzhou-a
|
|
27016
27216
|
*/
|
|
@@ -28330,7 +28530,7 @@ export declare class CreateReadOnlyDBInstanceResponse extends $dara.Model {
|
|
|
28330
28530
|
export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
28331
28531
|
/**
|
|
28332
28532
|
* @remarks
|
|
28333
|
-
* The ID of the instance.
|
|
28533
|
+
* The ID of the DR instance.
|
|
28334
28534
|
*
|
|
28335
28535
|
* This parameter is required.
|
|
28336
28536
|
*
|
|
@@ -28340,10 +28540,10 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28340
28540
|
DBInstanceId?: string;
|
|
28341
28541
|
/**
|
|
28342
28542
|
* @remarks
|
|
28343
|
-
* Specifies whether to perform a dry run. Valid values:
|
|
28543
|
+
* Specifies whether to perform a dry run before the system creates the DR instance. Valid values:
|
|
28344
28544
|
*
|
|
28345
|
-
* * **true**: performs a dry run but does not create the instance. The system checks
|
|
28346
|
-
* * **false** (default): performs a dry run and
|
|
28545
|
+
* * **true**: performs a dry run but does not create the instance. The system checks the request parameters, request syntax, limits, and available resources.
|
|
28546
|
+
* * **false** (default): performs a dry run and the actual request. If the request passes the dry run, the instance is directly created.
|
|
28347
28547
|
*
|
|
28348
28548
|
* This parameter is required.
|
|
28349
28549
|
*
|
|
@@ -28369,7 +28569,7 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28369
28569
|
replicatorPassword?: string;
|
|
28370
28570
|
/**
|
|
28371
28571
|
* @remarks
|
|
28372
|
-
* The endpoint of the source instance.
|
|
28572
|
+
* The endpoint of the source ApsaraDB RDS for PostgreSQL instance or the IP address of the source ApsaraDB RDS for SQL Server instance.
|
|
28373
28573
|
*
|
|
28374
28574
|
* @example
|
|
28375
28575
|
* pgm-****.pg.rds.aliyuncs.com
|
|
@@ -28379,8 +28579,8 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28379
28579
|
* @remarks
|
|
28380
28580
|
* The type of the source instance. Valid values:
|
|
28381
28581
|
*
|
|
28382
|
-
* * **other**: other instances
|
|
28383
|
-
* * **aliyunRDS**: an ApsaraDB RDS instance
|
|
28582
|
+
* * **other**: other instances. **SQL Server instances are not supported.**
|
|
28583
|
+
* * **aliyunRDS**: an ApsaraDB RDS instance.
|
|
28384
28584
|
*
|
|
28385
28585
|
* @example
|
|
28386
28586
|
* aliyunRDS
|
|
@@ -28388,9 +28588,7 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28388
28588
|
sourceCategory?: string;
|
|
28389
28589
|
/**
|
|
28390
28590
|
* @remarks
|
|
28391
|
-
* The name of the source instance.
|
|
28392
|
-
*
|
|
28393
|
-
* > This parameter is required when you set the **SourceCategory** parameter to **aliyunRDS**.
|
|
28591
|
+
* The name of the source instance. If you set **SourceCategory** to **aliyunRDS**, this parameter is required.
|
|
28394
28592
|
*
|
|
28395
28593
|
* @example
|
|
28396
28594
|
* testInstance
|
|
@@ -28398,9 +28596,7 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28398
28596
|
sourceInstanceName?: string;
|
|
28399
28597
|
/**
|
|
28400
28598
|
* @remarks
|
|
28401
|
-
* The region ID of the source instance.
|
|
28402
|
-
*
|
|
28403
|
-
* > This parameter is required when you set the **SourceCategory** parameter to **aliyunRDS**.
|
|
28599
|
+
* The region ID of the source instance. If you set **SourceCategory** to **aliyunRDS**, this parameter is required.
|
|
28404
28600
|
*
|
|
28405
28601
|
* @example
|
|
28406
28602
|
* cn-hangzhou
|
|
@@ -28414,6 +28610,14 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28414
28610
|
* 5432
|
|
28415
28611
|
*/
|
|
28416
28612
|
sourcePort?: number;
|
|
28613
|
+
/**
|
|
28614
|
+
* @remarks
|
|
28615
|
+
* The IP address of the DR instance of the ApsaraDB RDS for SQL Server instance.
|
|
28616
|
+
*
|
|
28617
|
+
* @example
|
|
28618
|
+
* 192.XXX.XX.XXX
|
|
28619
|
+
*/
|
|
28620
|
+
targetAddress?: string;
|
|
28417
28621
|
/**
|
|
28418
28622
|
* @remarks
|
|
28419
28623
|
* The task ID of the successful dry run.
|
|
@@ -28424,7 +28628,7 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28424
28628
|
taskId?: number;
|
|
28425
28629
|
/**
|
|
28426
28630
|
* @remarks
|
|
28427
|
-
* The name of the
|
|
28631
|
+
* The task name of the dry run. You can specify a custom task name. If you do not specify this parameter, ApsaraDB RDS automatically generates a task name.
|
|
28428
28632
|
*
|
|
28429
28633
|
* @example
|
|
28430
28634
|
* test01
|
|
@@ -28444,7 +28648,7 @@ export declare class CreateReplicationLinkRequest extends $dara.Model {
|
|
|
28444
28648
|
export declare class CreateReplicationLinkResponseBody extends $dara.Model {
|
|
28445
28649
|
/**
|
|
28446
28650
|
* @remarks
|
|
28447
|
-
* The ID of the instance.
|
|
28651
|
+
* The ID of the DR instance.
|
|
28448
28652
|
*
|
|
28449
28653
|
* @example
|
|
28450
28654
|
* pgm-****.pg.rds.aliyuncs.com
|
|
@@ -28460,7 +28664,7 @@ export declare class CreateReplicationLinkResponseBody extends $dara.Model {
|
|
|
28460
28664
|
requestId?: string;
|
|
28461
28665
|
/**
|
|
28462
28666
|
* @remarks
|
|
28463
|
-
* The ID
|
|
28667
|
+
* The task ID.
|
|
28464
28668
|
*
|
|
28465
28669
|
* @example
|
|
28466
28670
|
* 564532302
|
|
@@ -28468,7 +28672,7 @@ export declare class CreateReplicationLinkResponseBody extends $dara.Model {
|
|
|
28468
28672
|
taskId?: number;
|
|
28469
28673
|
/**
|
|
28470
28674
|
* @remarks
|
|
28471
|
-
* The name
|
|
28675
|
+
* The task name.
|
|
28472
28676
|
*
|
|
28473
28677
|
* @example
|
|
28474
28678
|
* test01
|
|
@@ -30933,7 +31137,7 @@ export declare class DeleteRCSnapshotResponse extends $dara.Model {
|
|
|
30933
31137
|
export declare class DeleteReplicationLinkRequest extends $dara.Model {
|
|
30934
31138
|
/**
|
|
30935
31139
|
* @remarks
|
|
30936
|
-
* The ID of the instance.
|
|
31140
|
+
* The ID of the DR instance.
|
|
30937
31141
|
*
|
|
30938
31142
|
* This parameter is required.
|
|
30939
31143
|
*
|
|
@@ -30943,7 +31147,7 @@ export declare class DeleteReplicationLinkRequest extends $dara.Model {
|
|
|
30943
31147
|
DBInstanceId?: string;
|
|
30944
31148
|
/**
|
|
30945
31149
|
* @remarks
|
|
30946
|
-
* Specifies whether to
|
|
31150
|
+
* Specifies whether to delete the data synchronization link between the DR instance and the primary instance and promote the DR instance to the primary instance. Valid values:
|
|
30947
31151
|
*
|
|
30948
31152
|
* * **true**
|
|
30949
31153
|
* * **false**
|
|
@@ -30969,7 +31173,7 @@ export declare class DeleteReplicationLinkRequest extends $dara.Model {
|
|
|
30969
31173
|
export declare class DeleteReplicationLinkResponseBody extends $dara.Model {
|
|
30970
31174
|
/**
|
|
30971
31175
|
* @remarks
|
|
30972
|
-
* The ID of the instance.
|
|
31176
|
+
* The ID of the DR instance.
|
|
30973
31177
|
*
|
|
30974
31178
|
* @example
|
|
30975
31179
|
* pgm-bp1trqb4p1xd****
|
|
@@ -30985,7 +31189,7 @@ export declare class DeleteReplicationLinkResponseBody extends $dara.Model {
|
|
|
30985
31189
|
requestId?: string;
|
|
30986
31190
|
/**
|
|
30987
31191
|
* @remarks
|
|
30988
|
-
* The ID
|
|
31192
|
+
* The task ID.
|
|
30989
31193
|
*
|
|
30990
31194
|
* @example
|
|
30991
31195
|
* 3472****
|
|
@@ -30993,7 +31197,7 @@ export declare class DeleteReplicationLinkResponseBody extends $dara.Model {
|
|
|
30993
31197
|
taskId?: number;
|
|
30994
31198
|
/**
|
|
30995
31199
|
* @remarks
|
|
30996
|
-
* The name
|
|
31200
|
+
* The task name.
|
|
30997
31201
|
*
|
|
30998
31202
|
* @example
|
|
30999
31203
|
* test01
|
|
@@ -37280,7 +37484,7 @@ export declare class DescribeDBInstanceReplicationRequest extends $dara.Model {
|
|
|
37280
37484
|
export declare class DescribeDBInstanceReplicationResponseBody extends $dara.Model {
|
|
37281
37485
|
/**
|
|
37282
37486
|
* @remarks
|
|
37283
|
-
* Indicates whether
|
|
37487
|
+
* Indicates whether the native replication mods is enabled. Valid values:
|
|
37284
37488
|
*
|
|
37285
37489
|
* * **ON**
|
|
37286
37490
|
* * **OFF**
|
|
@@ -37317,6 +37521,11 @@ export declare class DescribeDBInstanceReplicationResponseBody extends $dara.Mod
|
|
|
37317
37521
|
* @remarks
|
|
37318
37522
|
* The current replication status. Valid values:
|
|
37319
37523
|
*
|
|
37524
|
+
* * **Running**
|
|
37525
|
+
* * **Connecting**
|
|
37526
|
+
* * **Stopped**
|
|
37527
|
+
* * **Error**
|
|
37528
|
+
*
|
|
37320
37529
|
* @example
|
|
37321
37530
|
* Running
|
|
37322
37531
|
* Connecting
|
|
@@ -39347,6 +39556,13 @@ export declare class DescribeDBProxyEndpointRequest extends $dara.Model {
|
|
|
39347
39556
|
});
|
|
39348
39557
|
}
|
|
39349
39558
|
export declare class DescribeDBProxyEndpointResponseBody extends $dara.Model {
|
|
39559
|
+
/**
|
|
39560
|
+
* @remarks
|
|
39561
|
+
* The consistency read timeout period. Unit: milliseconds. Default value: **10** Unit: milliseconds. Valid values: **0 to 60000**
|
|
39562
|
+
*
|
|
39563
|
+
* @example
|
|
39564
|
+
* 10
|
|
39565
|
+
*/
|
|
39350
39566
|
causalConsistReadTimeout?: string;
|
|
39351
39567
|
/**
|
|
39352
39568
|
* @remarks
|
|
@@ -39407,6 +39623,7 @@ export declare class DescribeDBProxyEndpointResponseBody extends $dara.Model {
|
|
|
39407
39623
|
* * **ConnectionPersist**: the status of the connection pooling feature. Valid values: **0**, **1**, and **2**. The value 0 indicates that the connection pooling feature is disabled. The value 1 indicates that the session-level connection pooling feature is enabled. The value 2 indicates that the transaction-level connection pooling feature is enabled.
|
|
39408
39624
|
* * **ReadWriteSpliting**: the status of the read/write splitting feature. Valid values: **0** and **1**. The value 0 indicates that the feature is disabled. The value 1 indicates that the feature is enabled.
|
|
39409
39625
|
* * **AZProximityAccess**: the status of the nearest access feature. Valid values: **0** and **1**. The value 0 indicates that the feature is disabled. The value 1 indicates that the feature is enabled.
|
|
39626
|
+
* * **CausalConsistRead**: the read consistency settings. Valid values: **0**, **1**, and **2**. The value 0 indicates eventual consistency. The value 1 indicates session consistency. The value 2 indicates global consistency.
|
|
39410
39627
|
* * **PinPreparedStmt**: an internal parameter that is available only for ApsaraDB RDS for PostgrSQL instances.
|
|
39411
39628
|
*
|
|
39412
39629
|
* > If the instance runs PostgreSQL, you can change only the value of the **ReadWriteSpliting** field. The **TransactionReadSqlRouteOptimizeStatus** and **PinPreparedStmt** fields are set to their default values 1.
|
|
@@ -39439,6 +39656,13 @@ export declare class DescribeDBProxyEndpointResponseBody extends $dara.Model {
|
|
|
39439
39656
|
* ReadWrite
|
|
39440
39657
|
*/
|
|
39441
39658
|
dbProxyEndpointReadWriteMode?: string;
|
|
39659
|
+
/**
|
|
39660
|
+
* @remarks
|
|
39661
|
+
* The virtual private cloud (VPC) ID of the proxy.
|
|
39662
|
+
*
|
|
39663
|
+
* @example
|
|
39664
|
+
* vpc-****
|
|
39665
|
+
*/
|
|
39442
39666
|
dbProxyEndpointVpcId?: string;
|
|
39443
39667
|
/**
|
|
39444
39668
|
* @remarks
|
|
@@ -40927,6 +41151,8 @@ export declare class DescribeHistoryEventsRequest extends $dara.Model {
|
|
|
40927
41151
|
* @remarks
|
|
40928
41152
|
* The beginning of the time range to query. Only tasks that have a start time later than or equal to the time specified by this parameter are queried. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. The start time can be up to 30 days earlier than the current time. If you set this parameter to a time more than 30 days earlier than the current time, this time is automatically converted to a time that is exactly 30 days earlier than the current time.
|
|
40929
41153
|
*
|
|
41154
|
+
* This parameter is required.
|
|
41155
|
+
*
|
|
40930
41156
|
* @example
|
|
40931
41157
|
* 2022-01-02T11:31:03Z
|
|
40932
41158
|
*/
|
|
@@ -40992,6 +41218,8 @@ export declare class DescribeHistoryEventsRequest extends $dara.Model {
|
|
|
40992
41218
|
* @remarks
|
|
40993
41219
|
* The end of the time range to query. Only tasks that have a start time earlier than or equal to the time specified by this parameter are queried. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
|
|
40994
41220
|
*
|
|
41221
|
+
* This parameter is required.
|
|
41222
|
+
*
|
|
40995
41223
|
* @example
|
|
40996
41224
|
* 2023-01-12T07:06:19Z
|
|
40997
41225
|
*/
|
|
@@ -45726,6 +45954,7 @@ export declare class DescribeRCInstanceAttributeRequest extends $dara.Model {
|
|
|
45726
45954
|
});
|
|
45727
45955
|
}
|
|
45728
45956
|
export declare class DescribeRCInstanceAttributeResponseBody extends $dara.Model {
|
|
45957
|
+
autoRenew?: boolean;
|
|
45729
45958
|
/**
|
|
45730
45959
|
* @remarks
|
|
45731
45960
|
* The ID of the cluster to which the instance belongs.
|
|
@@ -45744,6 +45973,7 @@ export declare class DescribeRCInstanceAttributeResponseBody extends $dara.Model
|
|
|
45744
45973
|
* 4
|
|
45745
45974
|
*/
|
|
45746
45975
|
cpu?: number;
|
|
45976
|
+
createMode?: number;
|
|
45747
45977
|
/**
|
|
45748
45978
|
* @remarks
|
|
45749
45979
|
* The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mmZ format. The time is displayed in UTC.
|
|
@@ -46077,6 +46307,169 @@ export declare class DescribeRCInstanceAttributeResponse extends $dara.Model {
|
|
|
46077
46307
|
[key: string]: any;
|
|
46078
46308
|
});
|
|
46079
46309
|
}
|
|
46310
|
+
export declare class DescribeRCInstanceTypeFamiliesRequest extends $dara.Model {
|
|
46311
|
+
/**
|
|
46312
|
+
* @remarks
|
|
46313
|
+
* The region ID.
|
|
46314
|
+
*
|
|
46315
|
+
* @example
|
|
46316
|
+
* cn-hangzhou
|
|
46317
|
+
*/
|
|
46318
|
+
regionId?: string;
|
|
46319
|
+
static names(): {
|
|
46320
|
+
[key: string]: string;
|
|
46321
|
+
};
|
|
46322
|
+
static types(): {
|
|
46323
|
+
[key: string]: any;
|
|
46324
|
+
};
|
|
46325
|
+
validate(): void;
|
|
46326
|
+
constructor(map?: {
|
|
46327
|
+
[key: string]: any;
|
|
46328
|
+
});
|
|
46329
|
+
}
|
|
46330
|
+
export declare class DescribeRCInstanceTypeFamiliesResponseBody extends $dara.Model {
|
|
46331
|
+
/**
|
|
46332
|
+
* @remarks
|
|
46333
|
+
* The instance families.
|
|
46334
|
+
*/
|
|
46335
|
+
instanceTypeFamilies?: DescribeRCInstanceTypeFamiliesResponseBodyInstanceTypeFamilies;
|
|
46336
|
+
/**
|
|
46337
|
+
* @remarks
|
|
46338
|
+
* The request ID.
|
|
46339
|
+
*
|
|
46340
|
+
* @example
|
|
46341
|
+
* F2911788-25E8-42E5-A3A3-1B38D263F01E
|
|
46342
|
+
*/
|
|
46343
|
+
requestId?: string;
|
|
46344
|
+
static names(): {
|
|
46345
|
+
[key: string]: string;
|
|
46346
|
+
};
|
|
46347
|
+
static types(): {
|
|
46348
|
+
[key: string]: any;
|
|
46349
|
+
};
|
|
46350
|
+
validate(): void;
|
|
46351
|
+
constructor(map?: {
|
|
46352
|
+
[key: string]: any;
|
|
46353
|
+
});
|
|
46354
|
+
}
|
|
46355
|
+
export declare class DescribeRCInstanceTypeFamiliesResponse extends $dara.Model {
|
|
46356
|
+
headers?: {
|
|
46357
|
+
[key: string]: string;
|
|
46358
|
+
};
|
|
46359
|
+
statusCode?: number;
|
|
46360
|
+
body?: DescribeRCInstanceTypeFamiliesResponseBody;
|
|
46361
|
+
static names(): {
|
|
46362
|
+
[key: string]: string;
|
|
46363
|
+
};
|
|
46364
|
+
static types(): {
|
|
46365
|
+
[key: string]: any;
|
|
46366
|
+
};
|
|
46367
|
+
validate(): void;
|
|
46368
|
+
constructor(map?: {
|
|
46369
|
+
[key: string]: any;
|
|
46370
|
+
});
|
|
46371
|
+
}
|
|
46372
|
+
export declare class DescribeRCInstanceTypesRequest extends $dara.Model {
|
|
46373
|
+
/**
|
|
46374
|
+
* @example
|
|
46375
|
+
* rds_customprepaid_public_cn
|
|
46376
|
+
*/
|
|
46377
|
+
commodityCode?: string;
|
|
46378
|
+
/**
|
|
46379
|
+
* @example
|
|
46380
|
+
* MySQL
|
|
46381
|
+
*/
|
|
46382
|
+
engine?: string;
|
|
46383
|
+
instanceType?: string[];
|
|
46384
|
+
/**
|
|
46385
|
+
* @example
|
|
46386
|
+
* gn8.cm
|
|
46387
|
+
*/
|
|
46388
|
+
instanceTypeFamily?: string;
|
|
46389
|
+
/**
|
|
46390
|
+
* @example
|
|
46391
|
+
* cn-hangzhou
|
|
46392
|
+
*/
|
|
46393
|
+
regionId?: string;
|
|
46394
|
+
static names(): {
|
|
46395
|
+
[key: string]: string;
|
|
46396
|
+
};
|
|
46397
|
+
static types(): {
|
|
46398
|
+
[key: string]: any;
|
|
46399
|
+
};
|
|
46400
|
+
validate(): void;
|
|
46401
|
+
constructor(map?: {
|
|
46402
|
+
[key: string]: any;
|
|
46403
|
+
});
|
|
46404
|
+
}
|
|
46405
|
+
export declare class DescribeRCInstanceTypesShrinkRequest extends $dara.Model {
|
|
46406
|
+
/**
|
|
46407
|
+
* @example
|
|
46408
|
+
* rds_customprepaid_public_cn
|
|
46409
|
+
*/
|
|
46410
|
+
commodityCode?: string;
|
|
46411
|
+
/**
|
|
46412
|
+
* @example
|
|
46413
|
+
* MySQL
|
|
46414
|
+
*/
|
|
46415
|
+
engine?: string;
|
|
46416
|
+
instanceTypeShrink?: string;
|
|
46417
|
+
/**
|
|
46418
|
+
* @example
|
|
46419
|
+
* gn8.cm
|
|
46420
|
+
*/
|
|
46421
|
+
instanceTypeFamily?: string;
|
|
46422
|
+
/**
|
|
46423
|
+
* @example
|
|
46424
|
+
* cn-hangzhou
|
|
46425
|
+
*/
|
|
46426
|
+
regionId?: string;
|
|
46427
|
+
static names(): {
|
|
46428
|
+
[key: string]: string;
|
|
46429
|
+
};
|
|
46430
|
+
static types(): {
|
|
46431
|
+
[key: string]: any;
|
|
46432
|
+
};
|
|
46433
|
+
validate(): void;
|
|
46434
|
+
constructor(map?: {
|
|
46435
|
+
[key: string]: any;
|
|
46436
|
+
});
|
|
46437
|
+
}
|
|
46438
|
+
export declare class DescribeRCInstanceTypesResponseBody extends $dara.Model {
|
|
46439
|
+
instanceTypes?: DescribeRCInstanceTypesResponseBodyInstanceTypes;
|
|
46440
|
+
/**
|
|
46441
|
+
* @example
|
|
46442
|
+
* F2911788-25E8-42E5-A3A3-1B38D263F01E
|
|
46443
|
+
*/
|
|
46444
|
+
requestId?: string;
|
|
46445
|
+
static names(): {
|
|
46446
|
+
[key: string]: string;
|
|
46447
|
+
};
|
|
46448
|
+
static types(): {
|
|
46449
|
+
[key: string]: any;
|
|
46450
|
+
};
|
|
46451
|
+
validate(): void;
|
|
46452
|
+
constructor(map?: {
|
|
46453
|
+
[key: string]: any;
|
|
46454
|
+
});
|
|
46455
|
+
}
|
|
46456
|
+
export declare class DescribeRCInstanceTypesResponse extends $dara.Model {
|
|
46457
|
+
headers?: {
|
|
46458
|
+
[key: string]: string;
|
|
46459
|
+
};
|
|
46460
|
+
statusCode?: number;
|
|
46461
|
+
body?: DescribeRCInstanceTypesResponseBody;
|
|
46462
|
+
static names(): {
|
|
46463
|
+
[key: string]: string;
|
|
46464
|
+
};
|
|
46465
|
+
static types(): {
|
|
46466
|
+
[key: string]: any;
|
|
46467
|
+
};
|
|
46468
|
+
validate(): void;
|
|
46469
|
+
constructor(map?: {
|
|
46470
|
+
[key: string]: any;
|
|
46471
|
+
});
|
|
46472
|
+
}
|
|
46080
46473
|
export declare class DescribeRCInstanceVncUrlRequest extends $dara.Model {
|
|
46081
46474
|
/**
|
|
46082
46475
|
* @remarks
|
|
@@ -46164,6 +46557,7 @@ export declare class DescribeRCInstanceVncUrlResponse extends $dara.Model {
|
|
|
46164
46557
|
});
|
|
46165
46558
|
}
|
|
46166
46559
|
export declare class DescribeRCInstancesRequest extends $dara.Model {
|
|
46560
|
+
hostIp?: string;
|
|
46167
46561
|
/**
|
|
46168
46562
|
* @remarks
|
|
46169
46563
|
* The instance ID.
|
|
@@ -46172,6 +46566,7 @@ export declare class DescribeRCInstancesRequest extends $dara.Model {
|
|
|
46172
46566
|
* rm-2ze704f*****
|
|
46173
46567
|
*/
|
|
46174
46568
|
instanceId?: string;
|
|
46569
|
+
instanceIds?: string;
|
|
46175
46570
|
/**
|
|
46176
46571
|
* @remarks
|
|
46177
46572
|
* The page number.
|
|
@@ -46196,6 +46591,7 @@ export declare class DescribeRCInstancesRequest extends $dara.Model {
|
|
|
46196
46591
|
* 10
|
|
46197
46592
|
*/
|
|
46198
46593
|
pageSize?: number;
|
|
46594
|
+
publicIp?: string;
|
|
46199
46595
|
/**
|
|
46200
46596
|
* @remarks
|
|
46201
46597
|
* The region ID.
|
|
@@ -46291,6 +46687,7 @@ export declare class DescribeRCInstancesResponse extends $dara.Model {
|
|
|
46291
46687
|
});
|
|
46292
46688
|
}
|
|
46293
46689
|
export declare class DescribeRCMetricListRequest extends $dara.Model {
|
|
46690
|
+
dimensions?: string;
|
|
46294
46691
|
/**
|
|
46295
46692
|
* @remarks
|
|
46296
46693
|
* The end of the time range to query. The end time must be later than the start time. Example: `2024-08-06 10:15:00`.
|
|
@@ -46554,6 +46951,56 @@ export declare class DescribeRCNodePoolResponse extends $dara.Model {
|
|
|
46554
46951
|
[key: string]: any;
|
|
46555
46952
|
});
|
|
46556
46953
|
}
|
|
46954
|
+
export declare class DescribeRCSecurityGroupListRequest extends $dara.Model {
|
|
46955
|
+
/**
|
|
46956
|
+
* @remarks
|
|
46957
|
+
* This parameter is required.
|
|
46958
|
+
*/
|
|
46959
|
+
regionId?: string;
|
|
46960
|
+
securityGroupId?: string;
|
|
46961
|
+
vpcId?: string;
|
|
46962
|
+
static names(): {
|
|
46963
|
+
[key: string]: string;
|
|
46964
|
+
};
|
|
46965
|
+
static types(): {
|
|
46966
|
+
[key: string]: any;
|
|
46967
|
+
};
|
|
46968
|
+
validate(): void;
|
|
46969
|
+
constructor(map?: {
|
|
46970
|
+
[key: string]: any;
|
|
46971
|
+
});
|
|
46972
|
+
}
|
|
46973
|
+
export declare class DescribeRCSecurityGroupListResponseBody extends $dara.Model {
|
|
46974
|
+
RCSecurityGroups?: DescribeRCSecurityGroupListResponseBodyRCSecurityGroups[];
|
|
46975
|
+
requestId?: string;
|
|
46976
|
+
static names(): {
|
|
46977
|
+
[key: string]: string;
|
|
46978
|
+
};
|
|
46979
|
+
static types(): {
|
|
46980
|
+
[key: string]: any;
|
|
46981
|
+
};
|
|
46982
|
+
validate(): void;
|
|
46983
|
+
constructor(map?: {
|
|
46984
|
+
[key: string]: any;
|
|
46985
|
+
});
|
|
46986
|
+
}
|
|
46987
|
+
export declare class DescribeRCSecurityGroupListResponse extends $dara.Model {
|
|
46988
|
+
headers?: {
|
|
46989
|
+
[key: string]: string;
|
|
46990
|
+
};
|
|
46991
|
+
statusCode?: number;
|
|
46992
|
+
body?: DescribeRCSecurityGroupListResponseBody;
|
|
46993
|
+
static names(): {
|
|
46994
|
+
[key: string]: string;
|
|
46995
|
+
};
|
|
46996
|
+
static types(): {
|
|
46997
|
+
[key: string]: any;
|
|
46998
|
+
};
|
|
46999
|
+
validate(): void;
|
|
47000
|
+
constructor(map?: {
|
|
47001
|
+
[key: string]: any;
|
|
47002
|
+
});
|
|
47003
|
+
}
|
|
46557
47004
|
export declare class DescribeRCSecurityGroupPermissionRequest extends $dara.Model {
|
|
46558
47005
|
/**
|
|
46559
47006
|
* @remarks
|
|
@@ -51741,6 +52188,196 @@ export declare class MigrateDBInstanceResponse extends $dara.Model {
|
|
|
51741
52188
|
[key: string]: any;
|
|
51742
52189
|
});
|
|
51743
52190
|
}
|
|
52191
|
+
export declare class MigrateDBNodesRequest extends $dara.Model {
|
|
52192
|
+
/**
|
|
52193
|
+
* @remarks
|
|
52194
|
+
* Specifies the client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
52195
|
+
*
|
|
52196
|
+
* @example
|
|
52197
|
+
* ETnLKlblzczshOTUbOCz****
|
|
52198
|
+
*/
|
|
52199
|
+
clientToken?: string;
|
|
52200
|
+
/**
|
|
52201
|
+
* @remarks
|
|
52202
|
+
* The instance ID. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/26232.html) operation to query the IDs of instances.
|
|
52203
|
+
*
|
|
52204
|
+
* This parameter is required.
|
|
52205
|
+
*
|
|
52206
|
+
* @example
|
|
52207
|
+
* rm-t4n3a****
|
|
52208
|
+
*/
|
|
52209
|
+
DBInstanceId?: string;
|
|
52210
|
+
/**
|
|
52211
|
+
* @remarks
|
|
52212
|
+
* The details of the nodes.
|
|
52213
|
+
*/
|
|
52214
|
+
DBNode?: MigrateDBNodesRequestDBNode[];
|
|
52215
|
+
/**
|
|
52216
|
+
* @remarks
|
|
52217
|
+
* The time when you want the system to start the migration. Valid value:
|
|
52218
|
+
*
|
|
52219
|
+
* * **Immediately**: The system immediately starts the migration. This is the default value.
|
|
52220
|
+
* * **MaintainTime**: The system starts the migration during the specified maintenance window.
|
|
52221
|
+
* * **Specified**: The system starts the migration at the specified point in time.
|
|
52222
|
+
*
|
|
52223
|
+
* @example
|
|
52224
|
+
* MaintainTime
|
|
52225
|
+
*/
|
|
52226
|
+
effectiveTime?: string;
|
|
52227
|
+
ownerAccount?: string;
|
|
52228
|
+
ownerId?: number;
|
|
52229
|
+
resourceOwnerAccount?: string;
|
|
52230
|
+
resourceOwnerId?: number;
|
|
52231
|
+
/**
|
|
52232
|
+
* @remarks
|
|
52233
|
+
* Specifies the time when the modification is performed. We recommend that you apply the specification during off-peak hours. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
|
|
52234
|
+
*
|
|
52235
|
+
* @example
|
|
52236
|
+
* 2022-05-06T09:24:00Z
|
|
52237
|
+
*/
|
|
52238
|
+
switchTime?: string;
|
|
52239
|
+
/**
|
|
52240
|
+
* @remarks
|
|
52241
|
+
* The vSwitch ID.
|
|
52242
|
+
*
|
|
52243
|
+
* @example
|
|
52244
|
+
* vsw-****
|
|
52245
|
+
*/
|
|
52246
|
+
vSwitchId?: string;
|
|
52247
|
+
static names(): {
|
|
52248
|
+
[key: string]: string;
|
|
52249
|
+
};
|
|
52250
|
+
static types(): {
|
|
52251
|
+
[key: string]: any;
|
|
52252
|
+
};
|
|
52253
|
+
validate(): void;
|
|
52254
|
+
constructor(map?: {
|
|
52255
|
+
[key: string]: any;
|
|
52256
|
+
});
|
|
52257
|
+
}
|
|
52258
|
+
export declare class MigrateDBNodesShrinkRequest extends $dara.Model {
|
|
52259
|
+
/**
|
|
52260
|
+
* @remarks
|
|
52261
|
+
* Specifies the client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
52262
|
+
*
|
|
52263
|
+
* @example
|
|
52264
|
+
* ETnLKlblzczshOTUbOCz****
|
|
52265
|
+
*/
|
|
52266
|
+
clientToken?: string;
|
|
52267
|
+
/**
|
|
52268
|
+
* @remarks
|
|
52269
|
+
* The instance ID. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/26232.html) operation to query the IDs of instances.
|
|
52270
|
+
*
|
|
52271
|
+
* This parameter is required.
|
|
52272
|
+
*
|
|
52273
|
+
* @example
|
|
52274
|
+
* rm-t4n3a****
|
|
52275
|
+
*/
|
|
52276
|
+
DBInstanceId?: string;
|
|
52277
|
+
/**
|
|
52278
|
+
* @remarks
|
|
52279
|
+
* The details of the nodes.
|
|
52280
|
+
*/
|
|
52281
|
+
DBNodeShrink?: string;
|
|
52282
|
+
/**
|
|
52283
|
+
* @remarks
|
|
52284
|
+
* The time when you want the system to start the migration. Valid value:
|
|
52285
|
+
*
|
|
52286
|
+
* * **Immediately**: The system immediately starts the migration. This is the default value.
|
|
52287
|
+
* * **MaintainTime**: The system starts the migration during the specified maintenance window.
|
|
52288
|
+
* * **Specified**: The system starts the migration at the specified point in time.
|
|
52289
|
+
*
|
|
52290
|
+
* @example
|
|
52291
|
+
* MaintainTime
|
|
52292
|
+
*/
|
|
52293
|
+
effectiveTime?: string;
|
|
52294
|
+
ownerAccount?: string;
|
|
52295
|
+
ownerId?: number;
|
|
52296
|
+
resourceOwnerAccount?: string;
|
|
52297
|
+
resourceOwnerId?: number;
|
|
52298
|
+
/**
|
|
52299
|
+
* @remarks
|
|
52300
|
+
* Specifies the time when the modification is performed. We recommend that you apply the specification during off-peak hours. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
|
|
52301
|
+
*
|
|
52302
|
+
* @example
|
|
52303
|
+
* 2022-05-06T09:24:00Z
|
|
52304
|
+
*/
|
|
52305
|
+
switchTime?: string;
|
|
52306
|
+
/**
|
|
52307
|
+
* @remarks
|
|
52308
|
+
* The vSwitch ID.
|
|
52309
|
+
*
|
|
52310
|
+
* @example
|
|
52311
|
+
* vsw-****
|
|
52312
|
+
*/
|
|
52313
|
+
vSwitchId?: string;
|
|
52314
|
+
static names(): {
|
|
52315
|
+
[key: string]: string;
|
|
52316
|
+
};
|
|
52317
|
+
static types(): {
|
|
52318
|
+
[key: string]: any;
|
|
52319
|
+
};
|
|
52320
|
+
validate(): void;
|
|
52321
|
+
constructor(map?: {
|
|
52322
|
+
[key: string]: any;
|
|
52323
|
+
});
|
|
52324
|
+
}
|
|
52325
|
+
export declare class MigrateDBNodesResponseBody extends $dara.Model {
|
|
52326
|
+
/**
|
|
52327
|
+
* @remarks
|
|
52328
|
+
* The instance ID.
|
|
52329
|
+
*
|
|
52330
|
+
* @example
|
|
52331
|
+
* rm-uf64oq9381l03w1qp
|
|
52332
|
+
*/
|
|
52333
|
+
DBInstanceId?: string;
|
|
52334
|
+
/**
|
|
52335
|
+
* @remarks
|
|
52336
|
+
* The request ID.
|
|
52337
|
+
*
|
|
52338
|
+
* @example
|
|
52339
|
+
* 8B993DA9-5272-5414-94E3-4CA8BA0146C2
|
|
52340
|
+
*/
|
|
52341
|
+
requestId?: string;
|
|
52342
|
+
/**
|
|
52343
|
+
* @remarks
|
|
52344
|
+
* Indicates whether the request was successful. Valid values:
|
|
52345
|
+
*
|
|
52346
|
+
* * **true**
|
|
52347
|
+
* * **false**
|
|
52348
|
+
*
|
|
52349
|
+
* @example
|
|
52350
|
+
* true
|
|
52351
|
+
*/
|
|
52352
|
+
success?: boolean;
|
|
52353
|
+
static names(): {
|
|
52354
|
+
[key: string]: string;
|
|
52355
|
+
};
|
|
52356
|
+
static types(): {
|
|
52357
|
+
[key: string]: any;
|
|
52358
|
+
};
|
|
52359
|
+
validate(): void;
|
|
52360
|
+
constructor(map?: {
|
|
52361
|
+
[key: string]: any;
|
|
52362
|
+
});
|
|
52363
|
+
}
|
|
52364
|
+
export declare class MigrateDBNodesResponse extends $dara.Model {
|
|
52365
|
+
headers?: {
|
|
52366
|
+
[key: string]: string;
|
|
52367
|
+
};
|
|
52368
|
+
statusCode?: number;
|
|
52369
|
+
body?: MigrateDBNodesResponseBody;
|
|
52370
|
+
static names(): {
|
|
52371
|
+
[key: string]: string;
|
|
52372
|
+
};
|
|
52373
|
+
static types(): {
|
|
52374
|
+
[key: string]: any;
|
|
52375
|
+
};
|
|
52376
|
+
validate(): void;
|
|
52377
|
+
constructor(map?: {
|
|
52378
|
+
[key: string]: any;
|
|
52379
|
+
});
|
|
52380
|
+
}
|
|
51744
52381
|
export declare class MigrateSecurityIPModeRequest extends $dara.Model {
|
|
51745
52382
|
/**
|
|
51746
52383
|
* @remarks
|
|
@@ -51878,6 +52515,28 @@ export declare class MigrateToOtherZoneRequest extends $dara.Model {
|
|
|
51878
52515
|
* 500
|
|
51879
52516
|
*/
|
|
51880
52517
|
DBInstanceStorage?: number;
|
|
52518
|
+
/**
|
|
52519
|
+
* @remarks
|
|
52520
|
+
* The storage type of the instance. Valid values:
|
|
52521
|
+
*
|
|
52522
|
+
* * **local_ssd**: local SSD. This is the recommended storage type.
|
|
52523
|
+
* * **general_essd**: general Enterprise SSD (ESSD). This is the recommended storage type.
|
|
52524
|
+
* * **cloud_essd**: PL1 ESSD
|
|
52525
|
+
* * **cloud_essd2**: PL2 ESSD
|
|
52526
|
+
* * **cloud_essd3**: PL3 ESSD
|
|
52527
|
+
* * **cloud_ssd**: standard SSD. This storage type is not recommended. Standard SSDs are no longer available for purchase in some Alibaba Cloud regions.
|
|
52528
|
+
*
|
|
52529
|
+
* The default value of this parameter is determined by the instance type specified by the **DBInstanceClass** parameter.
|
|
52530
|
+
*
|
|
52531
|
+
* * If the instance type specifies the local SSD storage type, the default value of this parameter is **local_ssd**.
|
|
52532
|
+
* * If the instance type specifies the standard SSD or ESSD storage type, the default value of this parameter is **cloud_essd**.
|
|
52533
|
+
*
|
|
52534
|
+
* > Serverless instances support only PL1 ESSDs and general ESSDs.
|
|
52535
|
+
*
|
|
52536
|
+
* @example
|
|
52537
|
+
* local_ssd
|
|
52538
|
+
*/
|
|
52539
|
+
DBInstanceStorageType?: string;
|
|
51881
52540
|
/**
|
|
51882
52541
|
* @remarks
|
|
51883
52542
|
* The time when you want the change to take effect. Valid values:
|
|
@@ -55451,12 +56110,13 @@ export declare class ModifyDBInstanceSecurityGroupRuleResponse extends $dara.Mod
|
|
|
55451
56110
|
export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
55452
56111
|
/**
|
|
55453
56112
|
* @remarks
|
|
55454
|
-
* Specifies whether to upgrade the major engine version of
|
|
56113
|
+
* Specifies whether to upgrade the major engine version of an ApsaraDB RDS for SQL Server instance. For more information, see [Upgrade the major engine version](https://help.aliyun.com/document_detail/127458.html). Valid values:
|
|
55455
56114
|
*
|
|
55456
56115
|
* * **true**
|
|
55457
56116
|
* * **false** (default)
|
|
55458
56117
|
*
|
|
55459
|
-
* >
|
|
56118
|
+
* > * When you upgrade the major engine version, you must also specify the required parameters such as DBInstanceId, EngineVersion, DBInstanceClass, Category, ZoneId, and VSwitchId.
|
|
56119
|
+
* > * If you want to upgrade the instance edition to RDS High-availability Edition or RDS Cluster Edition, you must specify ZoneIdSlave1.
|
|
55460
56120
|
*
|
|
55461
56121
|
* @example
|
|
55462
56122
|
* false
|
|
@@ -55475,7 +56135,7 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55475
56135
|
autoUseCoupon?: boolean;
|
|
55476
56136
|
/**
|
|
55477
56137
|
* @remarks
|
|
55478
|
-
* An invalid parameter. You
|
|
56138
|
+
* An invalid parameter. You do not need to specify this parameter.
|
|
55479
56139
|
*
|
|
55480
56140
|
* @example
|
|
55481
56141
|
* false
|
|
@@ -55485,22 +56145,20 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55485
56145
|
* @remarks
|
|
55486
56146
|
* The RDS edition of the instance. Valid values:
|
|
55487
56147
|
*
|
|
55488
|
-
*
|
|
55489
|
-
*
|
|
55490
|
-
* * **Basic**: RDS Basic Edition.
|
|
55491
|
-
* * **HighAvailability**: RDS High-availability Edition.
|
|
55492
|
-
* * **AlwaysOn**: RDS Cluster Edition for ApsaraDB RDS for SQL Server.
|
|
55493
|
-
* * **Cluster**: RDS Cluster Edition for ApsaraDB RDS for MySQL.
|
|
55494
|
-
*
|
|
55495
|
-
* * Serverless instance
|
|
56148
|
+
* > If you set **EngineVersion** to an SQL Server version number, you must also specify this parameter.
|
|
55496
56149
|
*
|
|
55497
|
-
*
|
|
55498
|
-
* * **serverless_standard**: RDS High-availability Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
55499
|
-
* * **serverless_ha**: RDS High-availability Edition for ApsaraDB RDS for SQL Server.
|
|
56150
|
+
* **Regular RDS instances**
|
|
55500
56151
|
*
|
|
56152
|
+
* * **Basic**: RDS Basic Edition.
|
|
56153
|
+
* * **HighAvailability**: RDS High-availability Edition.
|
|
56154
|
+
* * **AlwaysOn**: RDS Cluster Edition for ApsaraDB RDS for SQL Server.
|
|
56155
|
+
* * **Cluster**: RDS Cluster Edition for ApsaraDB RDS for MySQL.
|
|
55501
56156
|
*
|
|
56157
|
+
* **Serverless instances. ApsaraDB RDS for MariaDB does not support serverless instances.**
|
|
55502
56158
|
*
|
|
55503
|
-
*
|
|
56159
|
+
* * **serverless_basic**: RDS Basic Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
56160
|
+
* * **serverless_standard**: RDS High-availability Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
56161
|
+
* * **serverless_ha**: RDS High-availability Edition for serverless instances. This edition is available only for instances that run SQL Server.
|
|
55504
56162
|
*
|
|
55505
56163
|
* @example
|
|
55506
56164
|
* HighAvailability
|
|
@@ -55516,9 +56174,10 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55516
56174
|
coldDataEnabled?: boolean;
|
|
55517
56175
|
/**
|
|
55518
56176
|
* @remarks
|
|
55519
|
-
*
|
|
55520
|
-
*
|
|
55521
|
-
*
|
|
56177
|
+
* Specifies whether to enable the storage compression feature for the ApsaraDB RDS for MySQL instance. For more information, see [Use the storage compression feature](https://help.aliyun.com/document_detail/2861985.html). Valid values:
|
|
56178
|
+
*
|
|
56179
|
+
* * **on**
|
|
56180
|
+
* * **off**
|
|
55522
56181
|
*
|
|
55523
56182
|
* @example
|
|
55524
56183
|
* on
|
|
@@ -55526,10 +56185,10 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55526
56185
|
compressionMode?: string;
|
|
55527
56186
|
/**
|
|
55528
56187
|
* @remarks
|
|
55529
|
-
* The
|
|
56188
|
+
* The instance type of the new instance. For more information, see [Specifications](https://help.aliyun.com/document_detail/26312.html). You can call the [DescribeAvailableClasses](https://help.aliyun.com/document_detail/610393.html) operation to query the instance types.
|
|
55530
56189
|
*
|
|
55531
56190
|
* > * You must specify at least one of DBInstanceClass and **DBInstanceStorage**.
|
|
55532
|
-
* > * You can call the DescribeDBInstanceAttribute operation to query the current instance type of the instance.
|
|
56191
|
+
* > * You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/610394.html) operation to query the current instance type of the instance.
|
|
55533
56192
|
*
|
|
55534
56193
|
* @example
|
|
55535
56194
|
* rds.mys2.small
|
|
@@ -55537,7 +56196,7 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55537
56196
|
DBInstanceClass?: string;
|
|
55538
56197
|
/**
|
|
55539
56198
|
* @remarks
|
|
55540
|
-
* The instance ID. You can call the DescribeDBInstances operation to query the instance
|
|
56199
|
+
* The instance ID. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/610396.html) operation to query the instance IDs.
|
|
55541
56200
|
*
|
|
55542
56201
|
* This parameter is required.
|
|
55543
56202
|
*
|
|
@@ -55547,10 +56206,10 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55547
56206
|
DBInstanceId?: string;
|
|
55548
56207
|
/**
|
|
55549
56208
|
* @remarks
|
|
55550
|
-
* The
|
|
56209
|
+
* The storage capacity of the new instance. Unit: GB. For more information, see [Storage types](https://help.aliyun.com/document_detail/26312.html). You can call the [DescribeAvailableClasses](https://help.aliyun.com/document_detail/610393.html) operation to query the storage capacity range that is supported by the new instance type.
|
|
55551
56210
|
*
|
|
55552
|
-
* > * You must specify at least one of
|
|
55553
|
-
* > * You can call the DescribeDBInstanceAttribute to query the current storage capacity of the instance.
|
|
56211
|
+
* > * You must specify at least one of DBInstanceStorage and **DBInstanceClass**.
|
|
56212
|
+
* > * You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/610394.html) operation to query the current storage capacity of the instance.
|
|
55554
56213
|
*
|
|
55555
56214
|
* @example
|
|
55556
56215
|
* 20
|
|
@@ -55558,17 +56217,17 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55558
56217
|
DBInstanceStorage?: number;
|
|
55559
56218
|
/**
|
|
55560
56219
|
* @remarks
|
|
55561
|
-
* The storage type of the instance. Valid values:
|
|
56220
|
+
* The storage type of the new instance. Valid values:
|
|
55562
56221
|
*
|
|
55563
56222
|
* * **local_ssd**: local SSD.
|
|
55564
|
-
* * **cloud_ssd**:
|
|
55565
|
-
* * **cloud_essd**:
|
|
55566
|
-
* * **cloud_essd2**:
|
|
55567
|
-
* * **cloud_essd3**: ESSD
|
|
56223
|
+
* * **cloud_ssd**: SSD cloud disks. This storage medium is not recommended and is unavailable in specific Alibaba Cloud regions.
|
|
56224
|
+
* * **cloud_essd**: performance level 1 (PL1) Enterprise SSD (ESSD).
|
|
56225
|
+
* * **cloud_essd2**: PL2 ESSD.
|
|
56226
|
+
* * **cloud_essd3**: PL3 ESSD.
|
|
55568
56227
|
*
|
|
55569
56228
|
* To change the storage type, take note of the following items:
|
|
55570
56229
|
*
|
|
55571
|
-
* If the instance runs PostgreSQL, you can upgrade the storage type of the instance from standard
|
|
56230
|
+
* If the instance runs PostgreSQL, you can upgrade the storage type of the instance from standard SSDs to ESSDs. However, you cannot downgrade the storage type of the instance from ESSDs to standard SSDs. ESSDs provide the following PLs: ESSDs of PL1, ESSDs of PL2, and ESSDs of PL3. You can upgrade or downgrade the storage type between ESSD of PL1, ESSD of PL2, and ESSD of PL3. For more information, see [Configuration items](https://help.aliyun.com/document_detail/96750.html).
|
|
55572
56231
|
*
|
|
55573
56232
|
* @example
|
|
55574
56233
|
* local_ssd
|
|
@@ -55599,11 +56258,13 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55599
56258
|
direction?: string;
|
|
55600
56259
|
/**
|
|
55601
56260
|
* @remarks
|
|
55602
|
-
* The
|
|
56261
|
+
* The time when the new specifications take effect. Valid values:
|
|
55603
56262
|
*
|
|
55604
|
-
*
|
|
55605
|
-
*
|
|
55606
|
-
* * **
|
|
56263
|
+
* > **Specific changes may affect the instance**. Read the [Impact](https://help.aliyun.com/document_detail/96061.html) section before you specify this parameter. We recommend that you specify this parameter during off-peak hours.
|
|
56264
|
+
*
|
|
56265
|
+
* * **Immediate** (default): The changes immediately take effect.
|
|
56266
|
+
* * **MaintainTime**: The changes take effect during the [maintenance window](https://help.aliyun.com/document_detail/610402.html) of the instance.
|
|
56267
|
+
* * **ScheduleTime**: The changes take effect at the point in time that you specify. This time must be at least 12 hours later than the current time. The actual effective time is calculated based on the following formula: EffectiveTime = ScheduleTime + SwitchTime.
|
|
55607
56268
|
*
|
|
55608
56269
|
* @example
|
|
55609
56270
|
* MaintainTime
|
|
@@ -55611,22 +56272,20 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55611
56272
|
effectiveTime?: string;
|
|
55612
56273
|
/**
|
|
55613
56274
|
* @remarks
|
|
55614
|
-
* The database engine version of the instance.
|
|
55615
|
-
*
|
|
55616
|
-
* * Regular instance
|
|
56275
|
+
* The database engine version of the instance. Valid values:
|
|
55617
56276
|
*
|
|
55618
|
-
*
|
|
55619
|
-
* * Valid values if you set the Engine parameter to SQLServer: **2008r2**, **08r2_ent_ha**, **2012**, **2012_ent_ha**, **2012_std_ha**, **2012_web**, **2014_std_ha**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_std_ha**, **2017_ent**, **2019_std_ha**, and **2019_ent**
|
|
55620
|
-
* * Valid values if you set the Engine parameter to PostgreSQL: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, and **15.0**
|
|
55621
|
-
* * Valid value if you set the Engine parameter to MariaDB: **10.3**
|
|
56277
|
+
* **Regular RDS instances**
|
|
55622
56278
|
*
|
|
55623
|
-
* *
|
|
56279
|
+
* * Valid values when Engine is set to MySQL: 5.5, 5.6, 5.7, and 8.0.
|
|
56280
|
+
* * Valid values when Engine is set to SQLServer: 2008r2, 08r2_ent_ha, 2012, 2012_ent_ha, 2012_std_ha, 2012_web, 2014_std_ha, 2016_ent_ha, 2016_std_ha, 2016_web, 2017_std_ha, 2017_ent, 2019_std_ha, and 2019_ent.
|
|
56281
|
+
* * Valid values when Engine is set to PostgreSQL: 10.0, 11.0, 12.0, 13.0, 14.0, and 15.0.
|
|
56282
|
+
* * Valid value when Engine is set to MariaDB: 10.3.
|
|
55624
56283
|
*
|
|
55625
|
-
*
|
|
55626
|
-
* * Valid values if you set the Engine parameter to SQLServer: **2016_std_sl**, **2017_std_sl**, and **2019_std_sl**
|
|
55627
|
-
* * Valid values if you set the Engine parameter to PostgreSQL: **14.0**, **15.0**, **16.0**
|
|
56284
|
+
* **Serverless instances. ApsaraDB RDS for MariaDB does not support serverless instances.**
|
|
55628
56285
|
*
|
|
55629
|
-
*
|
|
56286
|
+
* * Valid values when Engine is set to MySQL: 5.7 and 8.0.
|
|
56287
|
+
* * Valid values when Engine is set to SQL Server: 2016_std_sl, 2017_std_sl, and 2019_std_sl.
|
|
56288
|
+
* * Valid values when Engine is set to PostgreSQL: 14.0, 15.0, and 16.0.
|
|
55630
56289
|
*
|
|
55631
56290
|
* @example
|
|
55632
56291
|
* 5.6
|
|
@@ -55642,13 +56301,11 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55642
56301
|
ioAccelerationEnabled?: string;
|
|
55643
56302
|
/**
|
|
55644
56303
|
* @remarks
|
|
55645
|
-
* Specifies whether to enable the write optimization feature.
|
|
56304
|
+
* Specifies whether to enable the write optimization feature for the ApsaraDB RDS for MySQL instance. For more information, see [Use the write optimization feature](https://help.aliyun.com/document_detail/2858761.html). Valid values:
|
|
55646
56305
|
*
|
|
55647
56306
|
* * **optimized**: enables the feature.
|
|
55648
56307
|
* * **none**: disables the feature.
|
|
55649
56308
|
*
|
|
55650
|
-
* > For more information about the write optimization feature, see [Write optimization](https://help.aliyun.com/document_detail/2858761.html).
|
|
55651
|
-
*
|
|
55652
56309
|
* @example
|
|
55653
56310
|
* optimized
|
|
55654
56311
|
*/
|
|
@@ -55661,7 +56318,9 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55661
56318
|
*
|
|
55662
56319
|
* * **Postpaid**: pay-as-you-go.
|
|
55663
56320
|
* * **Prepaid**: subscription.
|
|
55664
|
-
* * **Serverless**: serverless. This value is not supported for
|
|
56321
|
+
* * **Serverless**: serverless. This value is not supported for ApsaraDB RDS for MariaDB instances.
|
|
56322
|
+
*
|
|
56323
|
+
* > If you want to set this parameter to Serverless, **you must specify **AutoPause, MaxCapacity, MinCapacity, and SwitchForce. For more information, see [Overview of serverless ApsaraDB RDS for MySQL instances](https://help.aliyun.com/document_detail/411291.html), [Overview of serverless ApsaraDB RDS for SQL Server instances](https://help.aliyun.com/document_detail/604344.html), and [Overview of serverless ApsaraDB RDS for PostgreSQL instances](https://help.aliyun.com/document_detail/607742.html).
|
|
55665
56324
|
*
|
|
55666
56325
|
* @example
|
|
55667
56326
|
* Postpaid
|
|
@@ -55677,7 +56336,7 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55677
56336
|
promotionCode?: string;
|
|
55678
56337
|
/**
|
|
55679
56338
|
* @remarks
|
|
55680
|
-
*
|
|
56339
|
+
* The specification of the read-only instance when you change the storage type of the ApsaraDB RDS for MySQL instance that runs RDS High-availability Edition from cloud disk to local disk.
|
|
55681
56340
|
*
|
|
55682
56341
|
* @example
|
|
55683
56342
|
* mysqlro.n2.large.c
|
|
@@ -55708,7 +56367,12 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55708
56367
|
sourceBiz?: string;
|
|
55709
56368
|
/**
|
|
55710
56369
|
* @remarks
|
|
55711
|
-
* The
|
|
56370
|
+
* The time at which you want to change the specifications. **We recommend that you perform the specification changes during off-peak hours.**
|
|
56371
|
+
*
|
|
56372
|
+
* Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
|
|
56373
|
+
*
|
|
56374
|
+
* > * The time at which you want to change the specifications **must be later than the current time**. Otherwise, the specification change task fails. If the specification change task fails, you must wait for the order to be automatically canceled, and then call this operation again.
|
|
56375
|
+
* > * If you want to increase the storage capacity or change the ESSD storage type between different PLs, the specification change immediately takes effect and does not affect your workloads. You do not need to specify this parameter.
|
|
55712
56376
|
*
|
|
55713
56377
|
* @example
|
|
55714
56378
|
* 2019-07-10T13:15:12Z
|
|
@@ -55716,13 +56380,9 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55716
56380
|
switchTime?: string;
|
|
55717
56381
|
/**
|
|
55718
56382
|
* @remarks
|
|
55719
|
-
* The number of the minor version.
|
|
55720
|
-
*
|
|
55721
|
-
* This parameter is required only for instances that run PostgreSQL. If the minor engine version does not support changing the instance type, you must specify the minor engine version to update the minor engine version when you change the instance type.
|
|
56383
|
+
* The minor engine version number of the ApsaraDB RDS for PostgreSQL instance. For more information, see [Update the minor engine version](https://help.aliyun.com/document_detail/126002.html). If the minor engine version does not support changing the instance type, you must specify the minor engine version to **update the minor engine version when you change the instance type**.
|
|
55722
56384
|
*
|
|
55723
|
-
* Format: `rds_postgres_<Major engine version>00_<Minor engine version>`.
|
|
55724
|
-
*
|
|
55725
|
-
* > For more information about minor engine versions, see [Release notes for AliPG](https://help.aliyun.com/document_detail/126002.html).
|
|
56385
|
+
* Format: `rds_postgres_<Major engine version>00_<Minor engine version>`. For example, if the instance runs PostgreSQL 12, set this parameter to `rds_postgres_1200_20200830`.
|
|
55726
56386
|
*
|
|
55727
56387
|
* @example
|
|
55728
56388
|
* rds_postgres_1200_20200830
|
|
@@ -55730,7 +56390,7 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55730
56390
|
targetMinorVersion?: string;
|
|
55731
56391
|
/**
|
|
55732
56392
|
* @remarks
|
|
55733
|
-
* The
|
|
56393
|
+
* The validity period of the specification changes on an ApsaraDB RDS for SQL Server instance. At the end of the validity period, the specifications of the instance are restored to the specifications that are used before an [elastic upgrade](https://help.aliyun.com/document_detail/95665.html) is performed. Unit: days.
|
|
55734
56394
|
*
|
|
55735
56395
|
* @example
|
|
55736
56396
|
* 3
|
|
@@ -55743,7 +56403,7 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55743
56403
|
* * If you set **InstanceNetworkType** to **VPC**, you must also specify this parameter.
|
|
55744
56404
|
* * If you specify ZoneSlaveId1, you must specify the IDs of two vSwitches for this parameter and separate the IDs with a comma (,).
|
|
55745
56405
|
*
|
|
55746
|
-
* >
|
|
56406
|
+
* > If you want to upgrade the major engine version of an ApsaraDB RDS for SQL Server instance by specifying AllowMajorVersionUpgrade or change the vSwitch, you must specify this parameter.
|
|
55747
56407
|
*
|
|
55748
56408
|
* @example
|
|
55749
56409
|
* vsw-bp1oxflciovg9l7163lr7
|
|
@@ -55766,9 +56426,9 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55766
56426
|
zoneId?: string;
|
|
55767
56427
|
/**
|
|
55768
56428
|
* @remarks
|
|
55769
|
-
* The zone ID of the secondary instance. If you set this parameter to the same value as
|
|
56429
|
+
* The zone ID of the secondary instance. If you set this parameter to the same value as **ZoneId**, the single-zone deployment method is used. If you set this parameter to a different value from **ZoneId**, the multi-zone deployment method is used.
|
|
55770
56430
|
*
|
|
55771
|
-
* >
|
|
56431
|
+
* > If you want to upgrade the major engine version of an ApsaraDB RDS for SQL Server instance by specifying AllowMajorVersionUpgrade or change the secondary zone, you must specify this parameter.
|
|
55772
56432
|
*
|
|
55773
56433
|
* @example
|
|
55774
56434
|
* cn-hangzhou-c
|
|
@@ -55788,12 +56448,13 @@ export declare class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
55788
56448
|
export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
55789
56449
|
/**
|
|
55790
56450
|
* @remarks
|
|
55791
|
-
* Specifies whether to upgrade the major engine version of
|
|
56451
|
+
* Specifies whether to upgrade the major engine version of an ApsaraDB RDS for SQL Server instance. For more information, see [Upgrade the major engine version](https://help.aliyun.com/document_detail/127458.html). Valid values:
|
|
55792
56452
|
*
|
|
55793
56453
|
* * **true**
|
|
55794
56454
|
* * **false** (default)
|
|
55795
56455
|
*
|
|
55796
|
-
* >
|
|
56456
|
+
* > * When you upgrade the major engine version, you must also specify the required parameters such as DBInstanceId, EngineVersion, DBInstanceClass, Category, ZoneId, and VSwitchId.
|
|
56457
|
+
* > * If you want to upgrade the instance edition to RDS High-availability Edition or RDS Cluster Edition, you must specify ZoneIdSlave1.
|
|
55797
56458
|
*
|
|
55798
56459
|
* @example
|
|
55799
56460
|
* false
|
|
@@ -55812,7 +56473,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55812
56473
|
autoUseCoupon?: boolean;
|
|
55813
56474
|
/**
|
|
55814
56475
|
* @remarks
|
|
55815
|
-
* An invalid parameter. You
|
|
56476
|
+
* An invalid parameter. You do not need to specify this parameter.
|
|
55816
56477
|
*
|
|
55817
56478
|
* @example
|
|
55818
56479
|
* false
|
|
@@ -55822,22 +56483,20 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55822
56483
|
* @remarks
|
|
55823
56484
|
* The RDS edition of the instance. Valid values:
|
|
55824
56485
|
*
|
|
55825
|
-
*
|
|
56486
|
+
* > If you set **EngineVersion** to an SQL Server version number, you must also specify this parameter.
|
|
55826
56487
|
*
|
|
55827
|
-
*
|
|
55828
|
-
* * **HighAvailability**: RDS High-availability Edition.
|
|
55829
|
-
* * **AlwaysOn**: RDS Cluster Edition for ApsaraDB RDS for SQL Server.
|
|
55830
|
-
* * **Cluster**: RDS Cluster Edition for ApsaraDB RDS for MySQL.
|
|
55831
|
-
*
|
|
55832
|
-
* * Serverless instance
|
|
55833
|
-
*
|
|
55834
|
-
* * **serverless_basic**: RDS Basic Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
55835
|
-
* * **serverless_standard**: RDS High-availability Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
55836
|
-
* * **serverless_ha**: RDS High-availability Edition for ApsaraDB RDS for SQL Server.
|
|
56488
|
+
* **Regular RDS instances**
|
|
55837
56489
|
*
|
|
56490
|
+
* * **Basic**: RDS Basic Edition.
|
|
56491
|
+
* * **HighAvailability**: RDS High-availability Edition.
|
|
56492
|
+
* * **AlwaysOn**: RDS Cluster Edition for ApsaraDB RDS for SQL Server.
|
|
56493
|
+
* * **Cluster**: RDS Cluster Edition for ApsaraDB RDS for MySQL.
|
|
55838
56494
|
*
|
|
56495
|
+
* **Serverless instances. ApsaraDB RDS for MariaDB does not support serverless instances.**
|
|
55839
56496
|
*
|
|
55840
|
-
*
|
|
56497
|
+
* * **serverless_basic**: RDS Basic Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
56498
|
+
* * **serverless_standard**: RDS High-availability Edition. This edition is available only for serverless instances that run MySQL and PostgreSQL.
|
|
56499
|
+
* * **serverless_ha**: RDS High-availability Edition for serverless instances. This edition is available only for instances that run SQL Server.
|
|
55841
56500
|
*
|
|
55842
56501
|
* @example
|
|
55843
56502
|
* HighAvailability
|
|
@@ -55853,9 +56512,10 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55853
56512
|
coldDataEnabled?: boolean;
|
|
55854
56513
|
/**
|
|
55855
56514
|
* @remarks
|
|
55856
|
-
*
|
|
55857
|
-
*
|
|
55858
|
-
*
|
|
56515
|
+
* Specifies whether to enable the storage compression feature for the ApsaraDB RDS for MySQL instance. For more information, see [Use the storage compression feature](https://help.aliyun.com/document_detail/2861985.html). Valid values:
|
|
56516
|
+
*
|
|
56517
|
+
* * **on**
|
|
56518
|
+
* * **off**
|
|
55859
56519
|
*
|
|
55860
56520
|
* @example
|
|
55861
56521
|
* on
|
|
@@ -55863,10 +56523,10 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55863
56523
|
compressionMode?: string;
|
|
55864
56524
|
/**
|
|
55865
56525
|
* @remarks
|
|
55866
|
-
* The
|
|
56526
|
+
* The instance type of the new instance. For more information, see [Specifications](https://help.aliyun.com/document_detail/26312.html). You can call the [DescribeAvailableClasses](https://help.aliyun.com/document_detail/610393.html) operation to query the instance types.
|
|
55867
56527
|
*
|
|
55868
56528
|
* > * You must specify at least one of DBInstanceClass and **DBInstanceStorage**.
|
|
55869
|
-
* > * You can call the DescribeDBInstanceAttribute operation to query the current instance type of the instance.
|
|
56529
|
+
* > * You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/610394.html) operation to query the current instance type of the instance.
|
|
55870
56530
|
*
|
|
55871
56531
|
* @example
|
|
55872
56532
|
* rds.mys2.small
|
|
@@ -55874,7 +56534,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55874
56534
|
DBInstanceClass?: string;
|
|
55875
56535
|
/**
|
|
55876
56536
|
* @remarks
|
|
55877
|
-
* The instance ID. You can call the DescribeDBInstances operation to query the instance
|
|
56537
|
+
* The instance ID. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/610396.html) operation to query the instance IDs.
|
|
55878
56538
|
*
|
|
55879
56539
|
* This parameter is required.
|
|
55880
56540
|
*
|
|
@@ -55884,10 +56544,10 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55884
56544
|
DBInstanceId?: string;
|
|
55885
56545
|
/**
|
|
55886
56546
|
* @remarks
|
|
55887
|
-
* The
|
|
56547
|
+
* The storage capacity of the new instance. Unit: GB. For more information, see [Storage types](https://help.aliyun.com/document_detail/26312.html). You can call the [DescribeAvailableClasses](https://help.aliyun.com/document_detail/610393.html) operation to query the storage capacity range that is supported by the new instance type.
|
|
55888
56548
|
*
|
|
55889
|
-
* > * You must specify at least one of
|
|
55890
|
-
* > * You can call the DescribeDBInstanceAttribute to query the current storage capacity of the instance.
|
|
56549
|
+
* > * You must specify at least one of DBInstanceStorage and **DBInstanceClass**.
|
|
56550
|
+
* > * You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/610394.html) operation to query the current storage capacity of the instance.
|
|
55891
56551
|
*
|
|
55892
56552
|
* @example
|
|
55893
56553
|
* 20
|
|
@@ -55895,17 +56555,17 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55895
56555
|
DBInstanceStorage?: number;
|
|
55896
56556
|
/**
|
|
55897
56557
|
* @remarks
|
|
55898
|
-
* The storage type of the instance. Valid values:
|
|
56558
|
+
* The storage type of the new instance. Valid values:
|
|
55899
56559
|
*
|
|
55900
56560
|
* * **local_ssd**: local SSD.
|
|
55901
|
-
* * **cloud_ssd**:
|
|
55902
|
-
* * **cloud_essd**:
|
|
55903
|
-
* * **cloud_essd2**:
|
|
55904
|
-
* * **cloud_essd3**: ESSD
|
|
56561
|
+
* * **cloud_ssd**: SSD cloud disks. This storage medium is not recommended and is unavailable in specific Alibaba Cloud regions.
|
|
56562
|
+
* * **cloud_essd**: performance level 1 (PL1) Enterprise SSD (ESSD).
|
|
56563
|
+
* * **cloud_essd2**: PL2 ESSD.
|
|
56564
|
+
* * **cloud_essd3**: PL3 ESSD.
|
|
55905
56565
|
*
|
|
55906
56566
|
* To change the storage type, take note of the following items:
|
|
55907
56567
|
*
|
|
55908
|
-
* If the instance runs PostgreSQL, you can upgrade the storage type of the instance from standard
|
|
56568
|
+
* If the instance runs PostgreSQL, you can upgrade the storage type of the instance from standard SSDs to ESSDs. However, you cannot downgrade the storage type of the instance from ESSDs to standard SSDs. ESSDs provide the following PLs: ESSDs of PL1, ESSDs of PL2, and ESSDs of PL3. You can upgrade or downgrade the storage type between ESSD of PL1, ESSD of PL2, and ESSD of PL3. For more information, see [Configuration items](https://help.aliyun.com/document_detail/96750.html).
|
|
55909
56569
|
*
|
|
55910
56570
|
* @example
|
|
55911
56571
|
* local_ssd
|
|
@@ -55936,11 +56596,13 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55936
56596
|
direction?: string;
|
|
55937
56597
|
/**
|
|
55938
56598
|
* @remarks
|
|
55939
|
-
* The
|
|
56599
|
+
* The time when the new specifications take effect. Valid values:
|
|
55940
56600
|
*
|
|
55941
|
-
*
|
|
55942
|
-
*
|
|
55943
|
-
* * **
|
|
56601
|
+
* > **Specific changes may affect the instance**. Read the [Impact](https://help.aliyun.com/document_detail/96061.html) section before you specify this parameter. We recommend that you specify this parameter during off-peak hours.
|
|
56602
|
+
*
|
|
56603
|
+
* * **Immediate** (default): The changes immediately take effect.
|
|
56604
|
+
* * **MaintainTime**: The changes take effect during the [maintenance window](https://help.aliyun.com/document_detail/610402.html) of the instance.
|
|
56605
|
+
* * **ScheduleTime**: The changes take effect at the point in time that you specify. This time must be at least 12 hours later than the current time. The actual effective time is calculated based on the following formula: EffectiveTime = ScheduleTime + SwitchTime.
|
|
55944
56606
|
*
|
|
55945
56607
|
* @example
|
|
55946
56608
|
* MaintainTime
|
|
@@ -55948,22 +56610,20 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55948
56610
|
effectiveTime?: string;
|
|
55949
56611
|
/**
|
|
55950
56612
|
* @remarks
|
|
55951
|
-
* The database engine version of the instance.
|
|
56613
|
+
* The database engine version of the instance. Valid values:
|
|
55952
56614
|
*
|
|
55953
|
-
*
|
|
56615
|
+
* **Regular RDS instances**
|
|
55954
56616
|
*
|
|
55955
|
-
*
|
|
55956
|
-
*
|
|
55957
|
-
*
|
|
55958
|
-
*
|
|
56617
|
+
* * Valid values when Engine is set to MySQL: 5.5, 5.6, 5.7, and 8.0.
|
|
56618
|
+
* * Valid values when Engine is set to SQLServer: 2008r2, 08r2_ent_ha, 2012, 2012_ent_ha, 2012_std_ha, 2012_web, 2014_std_ha, 2016_ent_ha, 2016_std_ha, 2016_web, 2017_std_ha, 2017_ent, 2019_std_ha, and 2019_ent.
|
|
56619
|
+
* * Valid values when Engine is set to PostgreSQL: 10.0, 11.0, 12.0, 13.0, 14.0, and 15.0.
|
|
56620
|
+
* * Valid value when Engine is set to MariaDB: 10.3.
|
|
55959
56621
|
*
|
|
55960
|
-
*
|
|
56622
|
+
* **Serverless instances. ApsaraDB RDS for MariaDB does not support serverless instances.**
|
|
55961
56623
|
*
|
|
55962
|
-
*
|
|
55963
|
-
*
|
|
55964
|
-
*
|
|
55965
|
-
*
|
|
55966
|
-
* > ApsaraDB RDS for MariaDB does not support serverless instances.
|
|
56624
|
+
* * Valid values when Engine is set to MySQL: 5.7 and 8.0.
|
|
56625
|
+
* * Valid values when Engine is set to SQL Server: 2016_std_sl, 2017_std_sl, and 2019_std_sl.
|
|
56626
|
+
* * Valid values when Engine is set to PostgreSQL: 14.0, 15.0, and 16.0.
|
|
55967
56627
|
*
|
|
55968
56628
|
* @example
|
|
55969
56629
|
* 5.6
|
|
@@ -55979,13 +56639,11 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55979
56639
|
ioAccelerationEnabled?: string;
|
|
55980
56640
|
/**
|
|
55981
56641
|
* @remarks
|
|
55982
|
-
* Specifies whether to enable the write optimization feature.
|
|
56642
|
+
* Specifies whether to enable the write optimization feature for the ApsaraDB RDS for MySQL instance. For more information, see [Use the write optimization feature](https://help.aliyun.com/document_detail/2858761.html). Valid values:
|
|
55983
56643
|
*
|
|
55984
56644
|
* * **optimized**: enables the feature.
|
|
55985
56645
|
* * **none**: disables the feature.
|
|
55986
56646
|
*
|
|
55987
|
-
* > For more information about the write optimization feature, see [Write optimization](https://help.aliyun.com/document_detail/2858761.html).
|
|
55988
|
-
*
|
|
55989
56647
|
* @example
|
|
55990
56648
|
* optimized
|
|
55991
56649
|
*/
|
|
@@ -55998,7 +56656,9 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
55998
56656
|
*
|
|
55999
56657
|
* * **Postpaid**: pay-as-you-go.
|
|
56000
56658
|
* * **Prepaid**: subscription.
|
|
56001
|
-
* * **Serverless**: serverless. This value is not supported for
|
|
56659
|
+
* * **Serverless**: serverless. This value is not supported for ApsaraDB RDS for MariaDB instances.
|
|
56660
|
+
*
|
|
56661
|
+
* > If you want to set this parameter to Serverless, **you must specify **AutoPause, MaxCapacity, MinCapacity, and SwitchForce. For more information, see [Overview of serverless ApsaraDB RDS for MySQL instances](https://help.aliyun.com/document_detail/411291.html), [Overview of serverless ApsaraDB RDS for SQL Server instances](https://help.aliyun.com/document_detail/604344.html), and [Overview of serverless ApsaraDB RDS for PostgreSQL instances](https://help.aliyun.com/document_detail/607742.html).
|
|
56002
56662
|
*
|
|
56003
56663
|
* @example
|
|
56004
56664
|
* Postpaid
|
|
@@ -56014,7 +56674,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
56014
56674
|
promotionCode?: string;
|
|
56015
56675
|
/**
|
|
56016
56676
|
* @remarks
|
|
56017
|
-
*
|
|
56677
|
+
* The specification of the read-only instance when you change the storage type of the ApsaraDB RDS for MySQL instance that runs RDS High-availability Edition from cloud disk to local disk.
|
|
56018
56678
|
*
|
|
56019
56679
|
* @example
|
|
56020
56680
|
* mysqlro.n2.large.c
|
|
@@ -56045,7 +56705,12 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
56045
56705
|
sourceBiz?: string;
|
|
56046
56706
|
/**
|
|
56047
56707
|
* @remarks
|
|
56048
|
-
* The
|
|
56708
|
+
* The time at which you want to change the specifications. **We recommend that you perform the specification changes during off-peak hours.**
|
|
56709
|
+
*
|
|
56710
|
+
* Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
|
|
56711
|
+
*
|
|
56712
|
+
* > * The time at which you want to change the specifications **must be later than the current time**. Otherwise, the specification change task fails. If the specification change task fails, you must wait for the order to be automatically canceled, and then call this operation again.
|
|
56713
|
+
* > * If you want to increase the storage capacity or change the ESSD storage type between different PLs, the specification change immediately takes effect and does not affect your workloads. You do not need to specify this parameter.
|
|
56049
56714
|
*
|
|
56050
56715
|
* @example
|
|
56051
56716
|
* 2019-07-10T13:15:12Z
|
|
@@ -56053,13 +56718,9 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
56053
56718
|
switchTime?: string;
|
|
56054
56719
|
/**
|
|
56055
56720
|
* @remarks
|
|
56056
|
-
* The number of the minor version.
|
|
56057
|
-
*
|
|
56058
|
-
* This parameter is required only for instances that run PostgreSQL. If the minor engine version does not support changing the instance type, you must specify the minor engine version to update the minor engine version when you change the instance type.
|
|
56721
|
+
* The minor engine version number of the ApsaraDB RDS for PostgreSQL instance. For more information, see [Update the minor engine version](https://help.aliyun.com/document_detail/126002.html). If the minor engine version does not support changing the instance type, you must specify the minor engine version to **update the minor engine version when you change the instance type**.
|
|
56059
56722
|
*
|
|
56060
|
-
* Format: `rds_postgres_<Major engine version>00_<Minor engine version>`.
|
|
56061
|
-
*
|
|
56062
|
-
* > For more information about minor engine versions, see [Release notes for AliPG](https://help.aliyun.com/document_detail/126002.html).
|
|
56723
|
+
* Format: `rds_postgres_<Major engine version>00_<Minor engine version>`. For example, if the instance runs PostgreSQL 12, set this parameter to `rds_postgres_1200_20200830`.
|
|
56063
56724
|
*
|
|
56064
56725
|
* @example
|
|
56065
56726
|
* rds_postgres_1200_20200830
|
|
@@ -56067,7 +56728,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
56067
56728
|
targetMinorVersion?: string;
|
|
56068
56729
|
/**
|
|
56069
56730
|
* @remarks
|
|
56070
|
-
* The
|
|
56731
|
+
* The validity period of the specification changes on an ApsaraDB RDS for SQL Server instance. At the end of the validity period, the specifications of the instance are restored to the specifications that are used before an [elastic upgrade](https://help.aliyun.com/document_detail/95665.html) is performed. Unit: days.
|
|
56071
56732
|
*
|
|
56072
56733
|
* @example
|
|
56073
56734
|
* 3
|
|
@@ -56080,7 +56741,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
56080
56741
|
* * If you set **InstanceNetworkType** to **VPC**, you must also specify this parameter.
|
|
56081
56742
|
* * If you specify ZoneSlaveId1, you must specify the IDs of two vSwitches for this parameter and separate the IDs with a comma (,).
|
|
56082
56743
|
*
|
|
56083
|
-
* >
|
|
56744
|
+
* > If you want to upgrade the major engine version of an ApsaraDB RDS for SQL Server instance by specifying AllowMajorVersionUpgrade or change the vSwitch, you must specify this parameter.
|
|
56084
56745
|
*
|
|
56085
56746
|
* @example
|
|
56086
56747
|
* vsw-bp1oxflciovg9l7163lr7
|
|
@@ -56103,9 +56764,9 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $dara.Model {
|
|
|
56103
56764
|
zoneId?: string;
|
|
56104
56765
|
/**
|
|
56105
56766
|
* @remarks
|
|
56106
|
-
* The zone ID of the secondary instance. If you set this parameter to the same value as
|
|
56767
|
+
* The zone ID of the secondary instance. If you set this parameter to the same value as **ZoneId**, the single-zone deployment method is used. If you set this parameter to a different value from **ZoneId**, the multi-zone deployment method is used.
|
|
56107
56768
|
*
|
|
56108
|
-
* >
|
|
56769
|
+
* > If you want to upgrade the major engine version of an ApsaraDB RDS for SQL Server instance by specifying AllowMajorVersionUpgrade or change the secondary zone, you must specify this parameter.
|
|
56109
56770
|
*
|
|
56110
56771
|
* @example
|
|
56111
56772
|
* cn-hangzhou-c
|
|
@@ -56677,9 +57338,9 @@ export declare class ModifyDBProxyRequest extends $dara.Model {
|
|
|
56677
57338
|
DBProxyNodes?: ModifyDBProxyRequestDBProxyNodes[];
|
|
56678
57339
|
/**
|
|
56679
57340
|
* @remarks
|
|
56680
|
-
* The network type of the instance. Set the value to **VPC**.
|
|
57341
|
+
* The network type of the instance. Only the VPC network type is supported. Set the value to **VPC**.
|
|
56681
57342
|
*
|
|
56682
|
-
* >
|
|
57343
|
+
* > If you enable the database proxy feature for the instance, you must specify this parameter.
|
|
56683
57344
|
*
|
|
56684
57345
|
* @example
|
|
56685
57346
|
* VPC
|
|
@@ -56723,9 +57384,9 @@ export declare class ModifyDBProxyRequest extends $dara.Model {
|
|
|
56723
57384
|
resourceOwnerId?: number;
|
|
56724
57385
|
/**
|
|
56725
57386
|
* @remarks
|
|
56726
|
-
* The ID of the virtual private cloud (VPC) to which the instance belongs. You can call the DescribeDBInstanceAttribute operation to query the
|
|
57387
|
+
* The ID of the virtual private cloud (VPC) to which the instance belongs. You can call the DescribeDBInstanceAttribute operation to query the ID.
|
|
56727
57388
|
*
|
|
56728
|
-
* >
|
|
57389
|
+
* > If you enable the database proxy feature for the instance, you must specify this parameter.
|
|
56729
57390
|
*
|
|
56730
57391
|
* @example
|
|
56731
57392
|
* vpc-xxxxxxxxxxxx
|
|
@@ -56733,9 +57394,9 @@ export declare class ModifyDBProxyRequest extends $dara.Model {
|
|
|
56733
57394
|
VPCId?: string;
|
|
56734
57395
|
/**
|
|
56735
57396
|
* @remarks
|
|
56736
|
-
* The
|
|
57397
|
+
* The ID of the vSwitch to which the instance belongs. You can call the DescribeDBInstanceAttribute operation to query the ID.
|
|
56737
57398
|
*
|
|
56738
|
-
* >
|
|
57399
|
+
* > If you enable the database proxy feature for the instance, you must specify this parameter.
|
|
56739
57400
|
*
|
|
56740
57401
|
* @example
|
|
56741
57402
|
* vsw-xxxxxxxxxxxx
|
|
@@ -56813,9 +57474,9 @@ export declare class ModifyDBProxyShrinkRequest extends $dara.Model {
|
|
|
56813
57474
|
DBProxyNodesShrink?: string;
|
|
56814
57475
|
/**
|
|
56815
57476
|
* @remarks
|
|
56816
|
-
* The network type of the instance. Set the value to **VPC**.
|
|
57477
|
+
* The network type of the instance. Only the VPC network type is supported. Set the value to **VPC**.
|
|
56817
57478
|
*
|
|
56818
|
-
* >
|
|
57479
|
+
* > If you enable the database proxy feature for the instance, you must specify this parameter.
|
|
56819
57480
|
*
|
|
56820
57481
|
* @example
|
|
56821
57482
|
* VPC
|
|
@@ -56859,9 +57520,9 @@ export declare class ModifyDBProxyShrinkRequest extends $dara.Model {
|
|
|
56859
57520
|
resourceOwnerId?: number;
|
|
56860
57521
|
/**
|
|
56861
57522
|
* @remarks
|
|
56862
|
-
* The ID of the virtual private cloud (VPC) to which the instance belongs. You can call the DescribeDBInstanceAttribute operation to query the
|
|
57523
|
+
* The ID of the virtual private cloud (VPC) to which the instance belongs. You can call the DescribeDBInstanceAttribute operation to query the ID.
|
|
56863
57524
|
*
|
|
56864
|
-
* >
|
|
57525
|
+
* > If you enable the database proxy feature for the instance, you must specify this parameter.
|
|
56865
57526
|
*
|
|
56866
57527
|
* @example
|
|
56867
57528
|
* vpc-xxxxxxxxxxxx
|
|
@@ -56869,9 +57530,9 @@ export declare class ModifyDBProxyShrinkRequest extends $dara.Model {
|
|
|
56869
57530
|
VPCId?: string;
|
|
56870
57531
|
/**
|
|
56871
57532
|
* @remarks
|
|
56872
|
-
* The
|
|
57533
|
+
* The ID of the vSwitch to which the instance belongs. You can call the DescribeDBInstanceAttribute operation to query the ID.
|
|
56873
57534
|
*
|
|
56874
|
-
* >
|
|
57535
|
+
* > If you enable the database proxy feature for the instance, you must specify this parameter.
|
|
56875
57536
|
*
|
|
56876
57537
|
* @example
|
|
56877
57538
|
* vsw-xxxxxxxxxxxx
|
|
@@ -56926,6 +57587,13 @@ export declare class ModifyDBProxyResponse extends $dara.Model {
|
|
|
56926
57587
|
});
|
|
56927
57588
|
}
|
|
56928
57589
|
export declare class ModifyDBProxyEndpointRequest extends $dara.Model {
|
|
57590
|
+
/**
|
|
57591
|
+
* @remarks
|
|
57592
|
+
* Consistency read timeout, in milliseconds.
|
|
57593
|
+
*
|
|
57594
|
+
* @example
|
|
57595
|
+
* 10
|
|
57596
|
+
*/
|
|
56929
57597
|
causalConsistReadTimeout?: string;
|
|
56930
57598
|
/**
|
|
56931
57599
|
* @remarks
|
|
@@ -57121,6 +57789,9 @@ export declare class ModifyDBProxyEndpointRequest extends $dara.Model {
|
|
|
57121
57789
|
*/
|
|
57122
57790
|
vSwitchId?: string;
|
|
57123
57791
|
/**
|
|
57792
|
+
* @remarks
|
|
57793
|
+
* The virtual private cloud (VPC) ID.
|
|
57794
|
+
*
|
|
57124
57795
|
* @example
|
|
57125
57796
|
* vpc-2zeusejj******
|
|
57126
57797
|
*/
|
|
@@ -57188,13 +57859,10 @@ export declare class ModifyDBProxyEndpointAddressRequest extends $dara.Model {
|
|
|
57188
57859
|
* @remarks
|
|
57189
57860
|
* The network type of the database proxy endpoint. Valid values:
|
|
57190
57861
|
*
|
|
57191
|
-
* * **Public
|
|
57192
|
-
* * **VPC
|
|
57193
|
-
* * **Classic**: classic network
|
|
57194
|
-
*
|
|
57195
|
-
* If the instance runs MySQL, the default value is **Classic**.
|
|
57862
|
+
* * **Public**
|
|
57863
|
+
* * **VPC** (default)
|
|
57196
57864
|
*
|
|
57197
|
-
* > If the instance runs
|
|
57865
|
+
* > If the RDS instance runs MySQL, this parameter is required.
|
|
57198
57866
|
*
|
|
57199
57867
|
* @example
|
|
57200
57868
|
* Public
|
|
@@ -59080,6 +59748,87 @@ export declare class ModifyParameterGroupResponse extends $dara.Model {
|
|
|
59080
59748
|
[key: string]: any;
|
|
59081
59749
|
});
|
|
59082
59750
|
}
|
|
59751
|
+
export declare class ModifyRCDiskSpecRequest extends $dara.Model {
|
|
59752
|
+
/**
|
|
59753
|
+
* @example
|
|
59754
|
+
* true
|
|
59755
|
+
*/
|
|
59756
|
+
autoPay?: boolean;
|
|
59757
|
+
/**
|
|
59758
|
+
* @example
|
|
59759
|
+
* cloud_essd
|
|
59760
|
+
*/
|
|
59761
|
+
diskCategory?: string;
|
|
59762
|
+
/**
|
|
59763
|
+
* @example
|
|
59764
|
+
* rcd-wz9f3peueu5npsl****
|
|
59765
|
+
*/
|
|
59766
|
+
diskId?: string;
|
|
59767
|
+
/**
|
|
59768
|
+
* @example
|
|
59769
|
+
* false
|
|
59770
|
+
*/
|
|
59771
|
+
dryRun?: boolean;
|
|
59772
|
+
/**
|
|
59773
|
+
* @example
|
|
59774
|
+
* PL2
|
|
59775
|
+
*/
|
|
59776
|
+
performanceLevel?: string;
|
|
59777
|
+
/**
|
|
59778
|
+
* @example
|
|
59779
|
+
* cn-hangzhou
|
|
59780
|
+
*/
|
|
59781
|
+
regionId?: string;
|
|
59782
|
+
static names(): {
|
|
59783
|
+
[key: string]: string;
|
|
59784
|
+
};
|
|
59785
|
+
static types(): {
|
|
59786
|
+
[key: string]: any;
|
|
59787
|
+
};
|
|
59788
|
+
validate(): void;
|
|
59789
|
+
constructor(map?: {
|
|
59790
|
+
[key: string]: any;
|
|
59791
|
+
});
|
|
59792
|
+
}
|
|
59793
|
+
export declare class ModifyRCDiskSpecResponseBody extends $dara.Model {
|
|
59794
|
+
/**
|
|
59795
|
+
* @example
|
|
59796
|
+
* 245053924720608
|
|
59797
|
+
*/
|
|
59798
|
+
orderId?: number;
|
|
59799
|
+
/**
|
|
59800
|
+
* @example
|
|
59801
|
+
* 1AD222E9-E606-4A42-BF6D-8A4442913CEF
|
|
59802
|
+
*/
|
|
59803
|
+
requestId?: string;
|
|
59804
|
+
static names(): {
|
|
59805
|
+
[key: string]: string;
|
|
59806
|
+
};
|
|
59807
|
+
static types(): {
|
|
59808
|
+
[key: string]: any;
|
|
59809
|
+
};
|
|
59810
|
+
validate(): void;
|
|
59811
|
+
constructor(map?: {
|
|
59812
|
+
[key: string]: any;
|
|
59813
|
+
});
|
|
59814
|
+
}
|
|
59815
|
+
export declare class ModifyRCDiskSpecResponse extends $dara.Model {
|
|
59816
|
+
headers?: {
|
|
59817
|
+
[key: string]: string;
|
|
59818
|
+
};
|
|
59819
|
+
statusCode?: number;
|
|
59820
|
+
body?: ModifyRCDiskSpecResponseBody;
|
|
59821
|
+
static names(): {
|
|
59822
|
+
[key: string]: string;
|
|
59823
|
+
};
|
|
59824
|
+
static types(): {
|
|
59825
|
+
[key: string]: any;
|
|
59826
|
+
};
|
|
59827
|
+
validate(): void;
|
|
59828
|
+
constructor(map?: {
|
|
59829
|
+
[key: string]: any;
|
|
59830
|
+
});
|
|
59831
|
+
}
|
|
59083
59832
|
export declare class ModifyRCInstanceRequest extends $dara.Model {
|
|
59084
59833
|
/**
|
|
59085
59834
|
* @remarks
|
|
@@ -59295,20 +60044,93 @@ export declare class ModifyRCInstanceAttributeResponse extends $dara.Model {
|
|
|
59295
60044
|
});
|
|
59296
60045
|
}
|
|
59297
60046
|
export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
|
|
60047
|
+
/**
|
|
60048
|
+
* @example
|
|
60049
|
+
* None
|
|
60050
|
+
*/
|
|
59298
60051
|
autoPay?: boolean;
|
|
60052
|
+
/**
|
|
60053
|
+
* @example
|
|
60054
|
+
* true
|
|
60055
|
+
*/
|
|
60056
|
+
autoRenew?: string;
|
|
60057
|
+
/**
|
|
60058
|
+
* @example
|
|
60059
|
+
* true
|
|
60060
|
+
*/
|
|
60061
|
+
autoUseCoupon?: boolean;
|
|
60062
|
+
/**
|
|
60063
|
+
* @example
|
|
60064
|
+
* None
|
|
60065
|
+
*/
|
|
60066
|
+
businessInfo?: string;
|
|
60067
|
+
/**
|
|
60068
|
+
* @example
|
|
60069
|
+
* ETnLKlblzczshOTUbOC****
|
|
60070
|
+
*/
|
|
60071
|
+
clientToken?: string;
|
|
60072
|
+
/**
|
|
60073
|
+
* @example
|
|
60074
|
+
* None
|
|
60075
|
+
*/
|
|
59299
60076
|
dryRun?: boolean;
|
|
60077
|
+
/**
|
|
60078
|
+
* @example
|
|
60079
|
+
* None
|
|
60080
|
+
*/
|
|
59300
60081
|
includeDataDisks?: boolean;
|
|
60082
|
+
/**
|
|
60083
|
+
* @example
|
|
60084
|
+
* None
|
|
60085
|
+
*/
|
|
59301
60086
|
instanceChargeType?: string;
|
|
59302
60087
|
/**
|
|
59303
60088
|
* @remarks
|
|
59304
60089
|
* This parameter is required.
|
|
60090
|
+
*
|
|
60091
|
+
* @example
|
|
60092
|
+
* rc-dh2jf9n6j4s14926****
|
|
60093
|
+
*/
|
|
60094
|
+
instanceId?: string;
|
|
60095
|
+
/**
|
|
60096
|
+
* @example
|
|
60097
|
+
* None
|
|
59305
60098
|
*/
|
|
59306
60099
|
instanceIds?: string;
|
|
59307
60100
|
/**
|
|
59308
60101
|
* @remarks
|
|
59309
60102
|
* This parameter is required.
|
|
60103
|
+
*
|
|
60104
|
+
* @example
|
|
60105
|
+
* Postpaid
|
|
60106
|
+
*/
|
|
60107
|
+
payType?: string;
|
|
60108
|
+
/**
|
|
60109
|
+
* @example
|
|
60110
|
+
* Month
|
|
60111
|
+
*/
|
|
60112
|
+
period?: string;
|
|
60113
|
+
/**
|
|
60114
|
+
* @example
|
|
60115
|
+
* 72802442****
|
|
60116
|
+
*/
|
|
60117
|
+
promotionCode?: string;
|
|
60118
|
+
/**
|
|
60119
|
+
* @remarks
|
|
60120
|
+
* This parameter is required.
|
|
60121
|
+
*
|
|
60122
|
+
* @example
|
|
60123
|
+
* cn-hangzhou
|
|
60124
|
+
*
|
|
60125
|
+
* **if can be null:**
|
|
60126
|
+
* true
|
|
59310
60127
|
*/
|
|
59311
60128
|
regionId?: string;
|
|
60129
|
+
/**
|
|
60130
|
+
* @example
|
|
60131
|
+
* 2
|
|
60132
|
+
*/
|
|
60133
|
+
usedTime?: number;
|
|
59312
60134
|
static names(): {
|
|
59313
60135
|
[key: string]: string;
|
|
59314
60136
|
};
|
|
@@ -59321,8 +60143,23 @@ export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
|
|
|
59321
60143
|
});
|
|
59322
60144
|
}
|
|
59323
60145
|
export declare class ModifyRCInstanceChargeTypeResponseBody extends $dara.Model {
|
|
59324
|
-
|
|
60146
|
+
/**
|
|
60147
|
+
* @example
|
|
60148
|
+
* POSTPAY
|
|
60149
|
+
*/
|
|
60150
|
+
chargeType?: string;
|
|
60151
|
+
expiredTime?: string[];
|
|
60152
|
+
feeOfInstances?: ModifyRCInstanceChargeTypeResponseBodyFeeOfInstances[];
|
|
60153
|
+
instanceIds?: string[];
|
|
60154
|
+
/**
|
|
60155
|
+
* @example
|
|
60156
|
+
* 2133400000****
|
|
60157
|
+
*/
|
|
59325
60158
|
orderId?: string;
|
|
60159
|
+
/**
|
|
60160
|
+
* @example
|
|
60161
|
+
* 6EF82B07-28D2-48D1-B5D6-7E78FED277C7
|
|
60162
|
+
*/
|
|
59326
60163
|
requestId?: string;
|
|
59327
60164
|
static names(): {
|
|
59328
60165
|
[key: string]: string;
|
|
@@ -59512,9 +60349,41 @@ export declare class ModifyRCInstanceKeyPairResponse extends $dara.Model {
|
|
|
59512
60349
|
});
|
|
59513
60350
|
}
|
|
59514
60351
|
export declare class ModifyRCInstanceNetworkSpecRequest extends $dara.Model {
|
|
60352
|
+
/**
|
|
60353
|
+
* @remarks
|
|
60354
|
+
* The ID of the RDS Custom instance.
|
|
60355
|
+
*
|
|
60356
|
+
* @example
|
|
60357
|
+
* rc-dh2jf9n6j4s14926****
|
|
60358
|
+
*/
|
|
59515
60359
|
instanceId?: string;
|
|
60360
|
+
/**
|
|
60361
|
+
* @remarks
|
|
60362
|
+
* The maximum outbound public bandwidth. Unit: Mbit/s.
|
|
60363
|
+
*
|
|
60364
|
+
* Valid values: 0 to 1024. Default value: 0.
|
|
60365
|
+
*
|
|
60366
|
+
* @example
|
|
60367
|
+
* 5
|
|
60368
|
+
*/
|
|
59516
60369
|
internetMaxBandwidthOut?: string;
|
|
60370
|
+
/**
|
|
60371
|
+
* @remarks
|
|
60372
|
+
* The billing method of the bandwidth. Only the **pay-by-traffic** billing method is supported.
|
|
60373
|
+
*
|
|
60374
|
+
* > If the **pay-by-traffic** billing method is used for network usage, the maximum inbound and outbound bandwidths are used as the upper limits of bandwidths instead of guaranteed performance specifications. In scenarios where demand outstrips resource supplies, these maximum bandwidth values may not be limited.
|
|
60375
|
+
*
|
|
60376
|
+
* @example
|
|
60377
|
+
* PayByTraffic
|
|
60378
|
+
*/
|
|
59517
60379
|
networkChargeType?: string;
|
|
60380
|
+
/**
|
|
60381
|
+
* @remarks
|
|
60382
|
+
* The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.
|
|
60383
|
+
*
|
|
60384
|
+
* @example
|
|
60385
|
+
* cn-hangzhou
|
|
60386
|
+
*/
|
|
59518
60387
|
regionId?: string;
|
|
59519
60388
|
static names(): {
|
|
59520
60389
|
[key: string]: string;
|
|
@@ -59528,6 +60397,13 @@ export declare class ModifyRCInstanceNetworkSpecRequest extends $dara.Model {
|
|
|
59528
60397
|
});
|
|
59529
60398
|
}
|
|
59530
60399
|
export declare class ModifyRCInstanceNetworkSpecResponseBody extends $dara.Model {
|
|
60400
|
+
/**
|
|
60401
|
+
* @remarks
|
|
60402
|
+
* The request ID.
|
|
60403
|
+
*
|
|
60404
|
+
* @example
|
|
60405
|
+
* 8F347CA3-D6AB-5045-9026-24578801F781
|
|
60406
|
+
*/
|
|
59531
60407
|
requestId?: string;
|
|
59532
60408
|
static names(): {
|
|
59533
60409
|
[key: string]: string;
|
|
@@ -61295,6 +62171,131 @@ export declare class RebootRCInstanceResponse extends $dara.Model {
|
|
|
61295
62171
|
[key: string]: any;
|
|
61296
62172
|
});
|
|
61297
62173
|
}
|
|
62174
|
+
export declare class RebootRCInstancesRequest extends $dara.Model {
|
|
62175
|
+
/**
|
|
62176
|
+
* @remarks
|
|
62177
|
+
* The batch operation mode. Set the value to **AllTogether**. In this mode, if all specified instances are restarted, a success message is returned. If an instance fails the verification, none of the specified instances can be restarted and an error message is returned.
|
|
62178
|
+
*
|
|
62179
|
+
* @example
|
|
62180
|
+
* AllTogether
|
|
62181
|
+
*/
|
|
62182
|
+
batchOptimization?: string;
|
|
62183
|
+
/**
|
|
62184
|
+
* @remarks
|
|
62185
|
+
* Specifies whether to forcefully restart the instance. Valid values:
|
|
62186
|
+
*
|
|
62187
|
+
* * **true**
|
|
62188
|
+
* * **false** (default)
|
|
62189
|
+
*
|
|
62190
|
+
* @example
|
|
62191
|
+
* false
|
|
62192
|
+
*/
|
|
62193
|
+
forceReboot?: boolean;
|
|
62194
|
+
/**
|
|
62195
|
+
* @remarks
|
|
62196
|
+
* The node IDs.
|
|
62197
|
+
*/
|
|
62198
|
+
instanceIds?: string[];
|
|
62199
|
+
/**
|
|
62200
|
+
* @remarks
|
|
62201
|
+
* The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
|
|
62202
|
+
*
|
|
62203
|
+
* @example
|
|
62204
|
+
* cn-hangzhou
|
|
62205
|
+
*/
|
|
62206
|
+
regionId?: string;
|
|
62207
|
+
static names(): {
|
|
62208
|
+
[key: string]: string;
|
|
62209
|
+
};
|
|
62210
|
+
static types(): {
|
|
62211
|
+
[key: string]: any;
|
|
62212
|
+
};
|
|
62213
|
+
validate(): void;
|
|
62214
|
+
constructor(map?: {
|
|
62215
|
+
[key: string]: any;
|
|
62216
|
+
});
|
|
62217
|
+
}
|
|
62218
|
+
export declare class RebootRCInstancesShrinkRequest extends $dara.Model {
|
|
62219
|
+
/**
|
|
62220
|
+
* @remarks
|
|
62221
|
+
* The batch operation mode. Set the value to **AllTogether**. In this mode, if all specified instances are restarted, a success message is returned. If an instance fails the verification, none of the specified instances can be restarted and an error message is returned.
|
|
62222
|
+
*
|
|
62223
|
+
* @example
|
|
62224
|
+
* AllTogether
|
|
62225
|
+
*/
|
|
62226
|
+
batchOptimization?: string;
|
|
62227
|
+
/**
|
|
62228
|
+
* @remarks
|
|
62229
|
+
* Specifies whether to forcefully restart the instance. Valid values:
|
|
62230
|
+
*
|
|
62231
|
+
* * **true**
|
|
62232
|
+
* * **false** (default)
|
|
62233
|
+
*
|
|
62234
|
+
* @example
|
|
62235
|
+
* false
|
|
62236
|
+
*/
|
|
62237
|
+
forceReboot?: boolean;
|
|
62238
|
+
/**
|
|
62239
|
+
* @remarks
|
|
62240
|
+
* The node IDs.
|
|
62241
|
+
*/
|
|
62242
|
+
instanceIdsShrink?: string;
|
|
62243
|
+
/**
|
|
62244
|
+
* @remarks
|
|
62245
|
+
* The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
|
|
62246
|
+
*
|
|
62247
|
+
* @example
|
|
62248
|
+
* cn-hangzhou
|
|
62249
|
+
*/
|
|
62250
|
+
regionId?: string;
|
|
62251
|
+
static names(): {
|
|
62252
|
+
[key: string]: string;
|
|
62253
|
+
};
|
|
62254
|
+
static types(): {
|
|
62255
|
+
[key: string]: any;
|
|
62256
|
+
};
|
|
62257
|
+
validate(): void;
|
|
62258
|
+
constructor(map?: {
|
|
62259
|
+
[key: string]: any;
|
|
62260
|
+
});
|
|
62261
|
+
}
|
|
62262
|
+
export declare class RebootRCInstancesResponseBody extends $dara.Model {
|
|
62263
|
+
/**
|
|
62264
|
+
* @remarks
|
|
62265
|
+
* The request ID.
|
|
62266
|
+
*
|
|
62267
|
+
* @example
|
|
62268
|
+
* 32A5B40E-50DA-5166-9B22-35F00C5D1BC6
|
|
62269
|
+
*/
|
|
62270
|
+
requestId?: string;
|
|
62271
|
+
static names(): {
|
|
62272
|
+
[key: string]: string;
|
|
62273
|
+
};
|
|
62274
|
+
static types(): {
|
|
62275
|
+
[key: string]: any;
|
|
62276
|
+
};
|
|
62277
|
+
validate(): void;
|
|
62278
|
+
constructor(map?: {
|
|
62279
|
+
[key: string]: any;
|
|
62280
|
+
});
|
|
62281
|
+
}
|
|
62282
|
+
export declare class RebootRCInstancesResponse extends $dara.Model {
|
|
62283
|
+
headers?: {
|
|
62284
|
+
[key: string]: string;
|
|
62285
|
+
};
|
|
62286
|
+
statusCode?: number;
|
|
62287
|
+
body?: RebootRCInstancesResponseBody;
|
|
62288
|
+
static names(): {
|
|
62289
|
+
[key: string]: string;
|
|
62290
|
+
};
|
|
62291
|
+
static types(): {
|
|
62292
|
+
[key: string]: any;
|
|
62293
|
+
};
|
|
62294
|
+
validate(): void;
|
|
62295
|
+
constructor(map?: {
|
|
62296
|
+
[key: string]: any;
|
|
62297
|
+
});
|
|
62298
|
+
}
|
|
61298
62299
|
export declare class RebuildDBInstanceRequest extends $dara.Model {
|
|
61299
62300
|
/**
|
|
61300
62301
|
* @remarks
|
|
@@ -63457,8 +64458,6 @@ export declare class RunRCInstancesRequest extends $dara.Model {
|
|
|
63457
64458
|
*
|
|
63458
64459
|
* Valid values: **1** to **10**. Default value: **1**.
|
|
63459
64460
|
*
|
|
63460
|
-
* This parameter is required.
|
|
63461
|
-
*
|
|
63462
64461
|
* @example
|
|
63463
64462
|
* 1
|
|
63464
64463
|
*/
|
|
@@ -63662,6 +64661,7 @@ export declare class RunRCInstancesRequest extends $dara.Model {
|
|
|
63662
64661
|
systemDisk?: RunRCInstancesRequestSystemDisk;
|
|
63663
64662
|
tag?: RunRCInstancesRequestTag[];
|
|
63664
64663
|
userData?: string;
|
|
64664
|
+
userDataInBase64?: boolean;
|
|
63665
64665
|
/**
|
|
63666
64666
|
* @remarks
|
|
63667
64667
|
* The vSwitch ID of the instance. You must specify this parameter when you create an instance of the virtual private cloud (VPC) type. The specified vSwitch and security group must belong to the same VPC.
|
|
@@ -63702,8 +64702,6 @@ export declare class RunRCInstancesShrinkRequest extends $dara.Model {
|
|
|
63702
64702
|
*
|
|
63703
64703
|
* Valid values: **1** to **10**. Default value: **1**.
|
|
63704
64704
|
*
|
|
63705
|
-
* This parameter is required.
|
|
63706
|
-
*
|
|
63707
64705
|
* @example
|
|
63708
64706
|
* 1
|
|
63709
64707
|
*/
|
|
@@ -63907,6 +64905,7 @@ export declare class RunRCInstancesShrinkRequest extends $dara.Model {
|
|
|
63907
64905
|
systemDiskShrink?: string;
|
|
63908
64906
|
tag?: RunRCInstancesShrinkRequestTag[];
|
|
63909
64907
|
userData?: string;
|
|
64908
|
+
userDataInBase64?: boolean;
|
|
63910
64909
|
/**
|
|
63911
64910
|
* @remarks
|
|
63912
64911
|
* The vSwitch ID of the instance. You must specify this parameter when you create an instance of the virtual private cloud (VPC) type. The specified vSwitch and security group must belong to the same VPC.
|
|
@@ -64255,6 +65254,86 @@ export declare class StartRCInstanceResponse extends $dara.Model {
|
|
|
64255
65254
|
[key: string]: any;
|
|
64256
65255
|
});
|
|
64257
65256
|
}
|
|
65257
|
+
export declare class StartRCInstancesRequest extends $dara.Model {
|
|
65258
|
+
/**
|
|
65259
|
+
* @example
|
|
65260
|
+
* AllTogether
|
|
65261
|
+
*/
|
|
65262
|
+
batchOptimization?: string;
|
|
65263
|
+
instanceIds?: string[];
|
|
65264
|
+
/**
|
|
65265
|
+
* @example
|
|
65266
|
+
* cn-hangzhou
|
|
65267
|
+
*/
|
|
65268
|
+
regionId?: string;
|
|
65269
|
+
static names(): {
|
|
65270
|
+
[key: string]: string;
|
|
65271
|
+
};
|
|
65272
|
+
static types(): {
|
|
65273
|
+
[key: string]: any;
|
|
65274
|
+
};
|
|
65275
|
+
validate(): void;
|
|
65276
|
+
constructor(map?: {
|
|
65277
|
+
[key: string]: any;
|
|
65278
|
+
});
|
|
65279
|
+
}
|
|
65280
|
+
export declare class StartRCInstancesShrinkRequest extends $dara.Model {
|
|
65281
|
+
/**
|
|
65282
|
+
* @example
|
|
65283
|
+
* AllTogether
|
|
65284
|
+
*/
|
|
65285
|
+
batchOptimization?: string;
|
|
65286
|
+
instanceIdsShrink?: string;
|
|
65287
|
+
/**
|
|
65288
|
+
* @example
|
|
65289
|
+
* cn-hangzhou
|
|
65290
|
+
*/
|
|
65291
|
+
regionId?: string;
|
|
65292
|
+
static names(): {
|
|
65293
|
+
[key: string]: string;
|
|
65294
|
+
};
|
|
65295
|
+
static types(): {
|
|
65296
|
+
[key: string]: any;
|
|
65297
|
+
};
|
|
65298
|
+
validate(): void;
|
|
65299
|
+
constructor(map?: {
|
|
65300
|
+
[key: string]: any;
|
|
65301
|
+
});
|
|
65302
|
+
}
|
|
65303
|
+
export declare class StartRCInstancesResponseBody extends $dara.Model {
|
|
65304
|
+
/**
|
|
65305
|
+
* @example
|
|
65306
|
+
* 847BA085-B377-4BFA-8267-F82345ECE1D2
|
|
65307
|
+
*/
|
|
65308
|
+
requestId?: string;
|
|
65309
|
+
static names(): {
|
|
65310
|
+
[key: string]: string;
|
|
65311
|
+
};
|
|
65312
|
+
static types(): {
|
|
65313
|
+
[key: string]: any;
|
|
65314
|
+
};
|
|
65315
|
+
validate(): void;
|
|
65316
|
+
constructor(map?: {
|
|
65317
|
+
[key: string]: any;
|
|
65318
|
+
});
|
|
65319
|
+
}
|
|
65320
|
+
export declare class StartRCInstancesResponse extends $dara.Model {
|
|
65321
|
+
headers?: {
|
|
65322
|
+
[key: string]: string;
|
|
65323
|
+
};
|
|
65324
|
+
statusCode?: number;
|
|
65325
|
+
body?: StartRCInstancesResponseBody;
|
|
65326
|
+
static names(): {
|
|
65327
|
+
[key: string]: string;
|
|
65328
|
+
};
|
|
65329
|
+
static types(): {
|
|
65330
|
+
[key: string]: any;
|
|
65331
|
+
};
|
|
65332
|
+
validate(): void;
|
|
65333
|
+
constructor(map?: {
|
|
65334
|
+
[key: string]: any;
|
|
65335
|
+
});
|
|
65336
|
+
}
|
|
64258
65337
|
export declare class StopDBInstanceRequest extends $dara.Model {
|
|
64259
65338
|
/**
|
|
64260
65339
|
* @remarks
|
|
@@ -64405,6 +65484,96 @@ export declare class StopRCInstanceResponse extends $dara.Model {
|
|
|
64405
65484
|
[key: string]: any;
|
|
64406
65485
|
});
|
|
64407
65486
|
}
|
|
65487
|
+
export declare class StopRCInstancesRequest extends $dara.Model {
|
|
65488
|
+
/**
|
|
65489
|
+
* @example
|
|
65490
|
+
* AllTogether
|
|
65491
|
+
*/
|
|
65492
|
+
batchOptimization?: string;
|
|
65493
|
+
/**
|
|
65494
|
+
* @example
|
|
65495
|
+
* false
|
|
65496
|
+
*/
|
|
65497
|
+
forceStop?: boolean;
|
|
65498
|
+
instanceIds?: string[];
|
|
65499
|
+
/**
|
|
65500
|
+
* @example
|
|
65501
|
+
* cn-hangzhou
|
|
65502
|
+
*/
|
|
65503
|
+
regionId?: string;
|
|
65504
|
+
static names(): {
|
|
65505
|
+
[key: string]: string;
|
|
65506
|
+
};
|
|
65507
|
+
static types(): {
|
|
65508
|
+
[key: string]: any;
|
|
65509
|
+
};
|
|
65510
|
+
validate(): void;
|
|
65511
|
+
constructor(map?: {
|
|
65512
|
+
[key: string]: any;
|
|
65513
|
+
});
|
|
65514
|
+
}
|
|
65515
|
+
export declare class StopRCInstancesShrinkRequest extends $dara.Model {
|
|
65516
|
+
/**
|
|
65517
|
+
* @example
|
|
65518
|
+
* AllTogether
|
|
65519
|
+
*/
|
|
65520
|
+
batchOptimization?: string;
|
|
65521
|
+
/**
|
|
65522
|
+
* @example
|
|
65523
|
+
* false
|
|
65524
|
+
*/
|
|
65525
|
+
forceStop?: boolean;
|
|
65526
|
+
instanceIdsShrink?: string;
|
|
65527
|
+
/**
|
|
65528
|
+
* @example
|
|
65529
|
+
* cn-hangzhou
|
|
65530
|
+
*/
|
|
65531
|
+
regionId?: string;
|
|
65532
|
+
static names(): {
|
|
65533
|
+
[key: string]: string;
|
|
65534
|
+
};
|
|
65535
|
+
static types(): {
|
|
65536
|
+
[key: string]: any;
|
|
65537
|
+
};
|
|
65538
|
+
validate(): void;
|
|
65539
|
+
constructor(map?: {
|
|
65540
|
+
[key: string]: any;
|
|
65541
|
+
});
|
|
65542
|
+
}
|
|
65543
|
+
export declare class StopRCInstancesResponseBody extends $dara.Model {
|
|
65544
|
+
/**
|
|
65545
|
+
* @example
|
|
65546
|
+
* 481BC3B1-7069-5D37-9B6C-21757F8F9FB1
|
|
65547
|
+
*/
|
|
65548
|
+
requestId?: string;
|
|
65549
|
+
static names(): {
|
|
65550
|
+
[key: string]: string;
|
|
65551
|
+
};
|
|
65552
|
+
static types(): {
|
|
65553
|
+
[key: string]: any;
|
|
65554
|
+
};
|
|
65555
|
+
validate(): void;
|
|
65556
|
+
constructor(map?: {
|
|
65557
|
+
[key: string]: any;
|
|
65558
|
+
});
|
|
65559
|
+
}
|
|
65560
|
+
export declare class StopRCInstancesResponse extends $dara.Model {
|
|
65561
|
+
headers?: {
|
|
65562
|
+
[key: string]: string;
|
|
65563
|
+
};
|
|
65564
|
+
statusCode?: number;
|
|
65565
|
+
body?: StopRCInstancesResponseBody;
|
|
65566
|
+
static names(): {
|
|
65567
|
+
[key: string]: string;
|
|
65568
|
+
};
|
|
65569
|
+
static types(): {
|
|
65570
|
+
[key: string]: any;
|
|
65571
|
+
};
|
|
65572
|
+
validate(): void;
|
|
65573
|
+
constructor(map?: {
|
|
65574
|
+
[key: string]: any;
|
|
65575
|
+
});
|
|
65576
|
+
}
|
|
64408
65577
|
export declare class SwitchDBInstanceHARequest extends $dara.Model {
|
|
64409
65578
|
/**
|
|
64410
65579
|
* @remarks
|
|
@@ -64716,6 +65885,110 @@ export declare class SwitchDBInstanceVpcResponse extends $dara.Model {
|
|
|
64716
65885
|
[key: string]: any;
|
|
64717
65886
|
});
|
|
64718
65887
|
}
|
|
65888
|
+
export declare class SwitchReplicationLinkRequest extends $dara.Model {
|
|
65889
|
+
/**
|
|
65890
|
+
* @remarks
|
|
65891
|
+
* The ID of the source or primary instance.
|
|
65892
|
+
*
|
|
65893
|
+
* This parameter is required.
|
|
65894
|
+
*
|
|
65895
|
+
* @example
|
|
65896
|
+
* rm-2zecuz9tolf******
|
|
65897
|
+
*/
|
|
65898
|
+
DBInstanceId?: string;
|
|
65899
|
+
ownerId?: number;
|
|
65900
|
+
/**
|
|
65901
|
+
* @remarks
|
|
65902
|
+
* The name of the destination DR instance.
|
|
65903
|
+
*
|
|
65904
|
+
* This parameter is required.
|
|
65905
|
+
*
|
|
65906
|
+
* @example
|
|
65907
|
+
* rm-t4neh0q12v1******
|
|
65908
|
+
*/
|
|
65909
|
+
targetInstanceName?: string;
|
|
65910
|
+
/**
|
|
65911
|
+
* @remarks
|
|
65912
|
+
* The ID of the region in which the destination DR instance resides.
|
|
65913
|
+
*
|
|
65914
|
+
* This parameter is required.
|
|
65915
|
+
*
|
|
65916
|
+
* @example
|
|
65917
|
+
* ap-southeast-1
|
|
65918
|
+
*/
|
|
65919
|
+
targetInstanceRegionId?: string;
|
|
65920
|
+
static names(): {
|
|
65921
|
+
[key: string]: string;
|
|
65922
|
+
};
|
|
65923
|
+
static types(): {
|
|
65924
|
+
[key: string]: any;
|
|
65925
|
+
};
|
|
65926
|
+
validate(): void;
|
|
65927
|
+
constructor(map?: {
|
|
65928
|
+
[key: string]: any;
|
|
65929
|
+
});
|
|
65930
|
+
}
|
|
65931
|
+
export declare class SwitchReplicationLinkResponseBody extends $dara.Model {
|
|
65932
|
+
/**
|
|
65933
|
+
* @remarks
|
|
65934
|
+
* The ID of the DR instance.
|
|
65935
|
+
*
|
|
65936
|
+
* @example
|
|
65937
|
+
* 135****
|
|
65938
|
+
*/
|
|
65939
|
+
DBInstanceId?: string;
|
|
65940
|
+
/**
|
|
65941
|
+
* @remarks
|
|
65942
|
+
* The request ID.
|
|
65943
|
+
*
|
|
65944
|
+
* @example
|
|
65945
|
+
* 2F2DD69B-90AF-1E72-923C-87575658A9D9
|
|
65946
|
+
*/
|
|
65947
|
+
requestId?: string;
|
|
65948
|
+
/**
|
|
65949
|
+
* @remarks
|
|
65950
|
+
* The task ID.
|
|
65951
|
+
*
|
|
65952
|
+
* @example
|
|
65953
|
+
* 159****
|
|
65954
|
+
*/
|
|
65955
|
+
taskId?: number;
|
|
65956
|
+
/**
|
|
65957
|
+
* @remarks
|
|
65958
|
+
* The task name.
|
|
65959
|
+
*
|
|
65960
|
+
* @example
|
|
65961
|
+
* zbtest
|
|
65962
|
+
*/
|
|
65963
|
+
taskName?: string;
|
|
65964
|
+
static names(): {
|
|
65965
|
+
[key: string]: string;
|
|
65966
|
+
};
|
|
65967
|
+
static types(): {
|
|
65968
|
+
[key: string]: any;
|
|
65969
|
+
};
|
|
65970
|
+
validate(): void;
|
|
65971
|
+
constructor(map?: {
|
|
65972
|
+
[key: string]: any;
|
|
65973
|
+
});
|
|
65974
|
+
}
|
|
65975
|
+
export declare class SwitchReplicationLinkResponse extends $dara.Model {
|
|
65976
|
+
headers?: {
|
|
65977
|
+
[key: string]: string;
|
|
65978
|
+
};
|
|
65979
|
+
statusCode?: number;
|
|
65980
|
+
body?: SwitchReplicationLinkResponseBody;
|
|
65981
|
+
static names(): {
|
|
65982
|
+
[key: string]: string;
|
|
65983
|
+
};
|
|
65984
|
+
static types(): {
|
|
65985
|
+
[key: string]: any;
|
|
65986
|
+
};
|
|
65987
|
+
validate(): void;
|
|
65988
|
+
constructor(map?: {
|
|
65989
|
+
[key: string]: any;
|
|
65990
|
+
});
|
|
65991
|
+
}
|
|
64719
65992
|
export declare class SyncRCKeyPairRequest extends $dara.Model {
|
|
64720
65993
|
/**
|
|
64721
65994
|
* @remarks
|
|
@@ -67931,11 +69204,13 @@ export default class Client extends OpenApi {
|
|
|
67931
69204
|
*/
|
|
67932
69205
|
createReadOnlyDBInstance(request: CreateReadOnlyDBInstanceRequest): Promise<CreateReadOnlyDBInstanceResponse>;
|
|
67933
69206
|
/**
|
|
67934
|
-
* Creates a
|
|
69207
|
+
* Creates a data synchronization task for a disaster recovery (DR) ApsaraDB RDS instance.
|
|
67935
69208
|
*
|
|
67936
69209
|
* @remarks
|
|
67937
|
-
* ### [](#)Supported database
|
|
69210
|
+
* ### [](#)Supported database engines
|
|
67938
69211
|
* * PostgreSQL
|
|
69212
|
+
* * SQL Server
|
|
69213
|
+
* > The parameters vary based on database engines.
|
|
67939
69214
|
*
|
|
67940
69215
|
* @param request - CreateReplicationLinkRequest
|
|
67941
69216
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -67943,11 +69218,13 @@ export default class Client extends OpenApi {
|
|
|
67943
69218
|
*/
|
|
67944
69219
|
createReplicationLinkWithOptions(request: CreateReplicationLinkRequest, runtime: $dara.RuntimeOptions): Promise<CreateReplicationLinkResponse>;
|
|
67945
69220
|
/**
|
|
67946
|
-
* Creates a
|
|
69221
|
+
* Creates a data synchronization task for a disaster recovery (DR) ApsaraDB RDS instance.
|
|
67947
69222
|
*
|
|
67948
69223
|
* @remarks
|
|
67949
|
-
* ### [](#)Supported database
|
|
69224
|
+
* ### [](#)Supported database engines
|
|
67950
69225
|
* * PostgreSQL
|
|
69226
|
+
* * SQL Server
|
|
69227
|
+
* > The parameters vary based on database engines.
|
|
67951
69228
|
*
|
|
67952
69229
|
* @param request - CreateReplicationLinkRequest
|
|
67953
69230
|
* @returns CreateReplicationLinkResponse
|
|
@@ -68648,11 +69925,12 @@ export default class Client extends OpenApi {
|
|
|
68648
69925
|
*/
|
|
68649
69926
|
deleteRCSnapshot(request: DeleteRCSnapshotRequest): Promise<DeleteRCSnapshotResponse>;
|
|
68650
69927
|
/**
|
|
68651
|
-
* Deletes the data synchronization link
|
|
69928
|
+
* Deletes the data synchronization link for a disaster recovery (DR) ApsaraDB RDS instance and promotes the DR instance to the primary instance.
|
|
68652
69929
|
*
|
|
68653
69930
|
* @remarks
|
|
68654
|
-
* ### [](#)Supported database
|
|
69931
|
+
* ### [](#)Supported database engines
|
|
68655
69932
|
* * PostgreSQL
|
|
69933
|
+
* * SQL Server
|
|
68656
69934
|
*
|
|
68657
69935
|
* @param request - DeleteReplicationLinkRequest
|
|
68658
69936
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -68660,11 +69938,12 @@ export default class Client extends OpenApi {
|
|
|
68660
69938
|
*/
|
|
68661
69939
|
deleteReplicationLinkWithOptions(request: DeleteReplicationLinkRequest, runtime: $dara.RuntimeOptions): Promise<DeleteReplicationLinkResponse>;
|
|
68662
69940
|
/**
|
|
68663
|
-
* Deletes the data synchronization link
|
|
69941
|
+
* Deletes the data synchronization link for a disaster recovery (DR) ApsaraDB RDS instance and promotes the DR instance to the primary instance.
|
|
68664
69942
|
*
|
|
68665
69943
|
* @remarks
|
|
68666
|
-
* ### [](#)Supported database
|
|
69944
|
+
* ### [](#)Supported database engines
|
|
68667
69945
|
* * PostgreSQL
|
|
69946
|
+
* * SQL Server
|
|
68668
69947
|
*
|
|
68669
69948
|
* @param request - DeleteReplicationLinkRequest
|
|
68670
69949
|
* @returns DeleteReplicationLinkResponse
|
|
@@ -69985,6 +71264,13 @@ export default class Client extends OpenApi {
|
|
|
69985
71264
|
/**
|
|
69986
71265
|
* Queries the status and configurations of a native replication instance.
|
|
69987
71266
|
*
|
|
71267
|
+
* @remarks
|
|
71268
|
+
* ### [](#)Supported database engines
|
|
71269
|
+
* MySQL
|
|
71270
|
+
* ### [](#)References
|
|
71271
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
71272
|
+
* [ApsaraDB RDS for MySQL native replication instances](https://help.aliyun.com/document_detail/2856487.html)
|
|
71273
|
+
*
|
|
69988
71274
|
* @param request - DescribeDBInstanceReplicationRequest
|
|
69989
71275
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
69990
71276
|
* @returns DescribeDBInstanceReplicationResponse
|
|
@@ -69993,6 +71279,13 @@ export default class Client extends OpenApi {
|
|
|
69993
71279
|
/**
|
|
69994
71280
|
* Queries the status and configurations of a native replication instance.
|
|
69995
71281
|
*
|
|
71282
|
+
* @remarks
|
|
71283
|
+
* ### [](#)Supported database engines
|
|
71284
|
+
* MySQL
|
|
71285
|
+
* ### [](#)References
|
|
71286
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
71287
|
+
* [ApsaraDB RDS for MySQL native replication instances](https://help.aliyun.com/document_detail/2856487.html)
|
|
71288
|
+
*
|
|
69996
71289
|
* @param request - DescribeDBInstanceReplicationRequest
|
|
69997
71290
|
* @returns DescribeDBInstanceReplicationResponse
|
|
69998
71291
|
*/
|
|
@@ -71471,6 +72764,36 @@ export default class Client extends OpenApi {
|
|
|
71471
72764
|
* @returns DescribeRCInstanceAttributeResponse
|
|
71472
72765
|
*/
|
|
71473
72766
|
describeRCInstanceAttribute(request: DescribeRCInstanceAttributeRequest): Promise<DescribeRCInstanceAttributeResponse>;
|
|
72767
|
+
/**
|
|
72768
|
+
* Queries the instance families of RDS Custom instances.
|
|
72769
|
+
*
|
|
72770
|
+
* @param request - DescribeRCInstanceTypeFamiliesRequest
|
|
72771
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
72772
|
+
* @returns DescribeRCInstanceTypeFamiliesResponse
|
|
72773
|
+
*/
|
|
72774
|
+
describeRCInstanceTypeFamiliesWithOptions(request: DescribeRCInstanceTypeFamiliesRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCInstanceTypeFamiliesResponse>;
|
|
72775
|
+
/**
|
|
72776
|
+
* Queries the instance families of RDS Custom instances.
|
|
72777
|
+
*
|
|
72778
|
+
* @param request - DescribeRCInstanceTypeFamiliesRequest
|
|
72779
|
+
* @returns DescribeRCInstanceTypeFamiliesResponse
|
|
72780
|
+
*/
|
|
72781
|
+
describeRCInstanceTypeFamilies(request: DescribeRCInstanceTypeFamiliesRequest): Promise<DescribeRCInstanceTypeFamiliesResponse>;
|
|
72782
|
+
/**
|
|
72783
|
+
* 查询RDS Custom规格信息
|
|
72784
|
+
*
|
|
72785
|
+
* @param tmpReq - DescribeRCInstanceTypesRequest
|
|
72786
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
72787
|
+
* @returns DescribeRCInstanceTypesResponse
|
|
72788
|
+
*/
|
|
72789
|
+
describeRCInstanceTypesWithOptions(tmpReq: DescribeRCInstanceTypesRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCInstanceTypesResponse>;
|
|
72790
|
+
/**
|
|
72791
|
+
* 查询RDS Custom规格信息
|
|
72792
|
+
*
|
|
72793
|
+
* @param request - DescribeRCInstanceTypesRequest
|
|
72794
|
+
* @returns DescribeRCInstanceTypesResponse
|
|
72795
|
+
*/
|
|
72796
|
+
describeRCInstanceTypes(request: DescribeRCInstanceTypesRequest): Promise<DescribeRCInstanceTypesResponse>;
|
|
71474
72797
|
/**
|
|
71475
72798
|
* Queries the Virtual Network Computing (VNC) logon address of an RDS Custom instance.
|
|
71476
72799
|
*
|
|
@@ -71537,6 +72860,21 @@ export default class Client extends OpenApi {
|
|
|
71537
72860
|
* @returns DescribeRCNodePoolResponse
|
|
71538
72861
|
*/
|
|
71539
72862
|
describeRCNodePool(request: DescribeRCNodePoolRequest): Promise<DescribeRCNodePoolResponse>;
|
|
72863
|
+
/**
|
|
72864
|
+
* 查询RC安全组
|
|
72865
|
+
*
|
|
72866
|
+
* @param request - DescribeRCSecurityGroupListRequest
|
|
72867
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
72868
|
+
* @returns DescribeRCSecurityGroupListResponse
|
|
72869
|
+
*/
|
|
72870
|
+
describeRCSecurityGroupListWithOptions(request: DescribeRCSecurityGroupListRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCSecurityGroupListResponse>;
|
|
72871
|
+
/**
|
|
72872
|
+
* 查询RC安全组
|
|
72873
|
+
*
|
|
72874
|
+
* @param request - DescribeRCSecurityGroupListRequest
|
|
72875
|
+
* @returns DescribeRCSecurityGroupListResponse
|
|
72876
|
+
*/
|
|
72877
|
+
describeRCSecurityGroupList(request: DescribeRCSecurityGroupListRequest): Promise<DescribeRCSecurityGroupListResponse>;
|
|
71540
72878
|
/**
|
|
71541
72879
|
* 描述RC安全组规则
|
|
71542
72880
|
*
|
|
@@ -72725,6 +74063,21 @@ export default class Client extends OpenApi {
|
|
|
72725
74063
|
* @returns MigrateDBInstanceResponse
|
|
72726
74064
|
*/
|
|
72727
74065
|
migrateDBInstance(request: MigrateDBInstanceRequest): Promise<MigrateDBInstanceResponse>;
|
|
74066
|
+
/**
|
|
74067
|
+
* Changes the zone of a node from an ApsaraDB RDS for MySQL instance that runs RDS Cluster Edition.
|
|
74068
|
+
*
|
|
74069
|
+
* @param tmpReq - MigrateDBNodesRequest
|
|
74070
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
74071
|
+
* @returns MigrateDBNodesResponse
|
|
74072
|
+
*/
|
|
74073
|
+
migrateDBNodesWithOptions(tmpReq: MigrateDBNodesRequest, runtime: $dara.RuntimeOptions): Promise<MigrateDBNodesResponse>;
|
|
74074
|
+
/**
|
|
74075
|
+
* Changes the zone of a node from an ApsaraDB RDS for MySQL instance that runs RDS Cluster Edition.
|
|
74076
|
+
*
|
|
74077
|
+
* @param request - MigrateDBNodesRequest
|
|
74078
|
+
* @returns MigrateDBNodesResponse
|
|
74079
|
+
*/
|
|
74080
|
+
migrateDBNodes(request: MigrateDBNodesRequest): Promise<MigrateDBNodesResponse>;
|
|
72728
74081
|
/**
|
|
72729
74082
|
* Changes the whitelist mode of an instance from the standard whitelist mode to the enhanced whitelist mode.
|
|
72730
74083
|
*
|
|
@@ -73684,13 +75037,14 @@ export default class Client extends OpenApi {
|
|
|
73684
75037
|
* Changes the instance type and storage capacity of an ApsaraDB RDS instance.
|
|
73685
75038
|
*
|
|
73686
75039
|
* @remarks
|
|
73687
|
-
* ### Supported database engines
|
|
75040
|
+
* ### [](#)Supported database engines
|
|
73688
75041
|
* * MySQL
|
|
73689
75042
|
* * PostgreSQL
|
|
73690
75043
|
* * SQL Server
|
|
73691
75044
|
* * MariaDB
|
|
73692
|
-
* ###
|
|
73693
|
-
*
|
|
75045
|
+
* ### [](#)Billing details
|
|
75046
|
+
* [Fees for specification changes](https://help.aliyun.com/document_detail/57178.html) are generated if the call is successful. Before you call this operation, carefully read the following topics.
|
|
75047
|
+
* ### [](#)References
|
|
73694
75048
|
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/96061.html)
|
|
73695
75049
|
* * [Change the specifications of an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96750.html)
|
|
73696
75050
|
* * [Change the specifications of an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95665.html)
|
|
@@ -73705,13 +75059,14 @@ export default class Client extends OpenApi {
|
|
|
73705
75059
|
* Changes the instance type and storage capacity of an ApsaraDB RDS instance.
|
|
73706
75060
|
*
|
|
73707
75061
|
* @remarks
|
|
73708
|
-
* ### Supported database engines
|
|
75062
|
+
* ### [](#)Supported database engines
|
|
73709
75063
|
* * MySQL
|
|
73710
75064
|
* * PostgreSQL
|
|
73711
75065
|
* * SQL Server
|
|
73712
75066
|
* * MariaDB
|
|
73713
|
-
* ###
|
|
73714
|
-
*
|
|
75067
|
+
* ### [](#)Billing details
|
|
75068
|
+
* [Fees for specification changes](https://help.aliyun.com/document_detail/57178.html) are generated if the call is successful. Before you call this operation, carefully read the following topics.
|
|
75069
|
+
* ### [](#)References
|
|
73715
75070
|
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/96061.html)
|
|
73716
75071
|
* * [Change the specifications of an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96750.html)
|
|
73717
75072
|
* * [Change the specifications of an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95665.html)
|
|
@@ -74324,6 +75679,21 @@ export default class Client extends OpenApi {
|
|
|
74324
75679
|
* @returns ModifyParameterGroupResponse
|
|
74325
75680
|
*/
|
|
74326
75681
|
modifyParameterGroup(request: ModifyParameterGroupRequest): Promise<ModifyParameterGroupResponse>;
|
|
75682
|
+
/**
|
|
75683
|
+
* 变更云盘类型或性能级别
|
|
75684
|
+
*
|
|
75685
|
+
* @param request - ModifyRCDiskSpecRequest
|
|
75686
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
75687
|
+
* @returns ModifyRCDiskSpecResponse
|
|
75688
|
+
*/
|
|
75689
|
+
modifyRCDiskSpecWithOptions(request: ModifyRCDiskSpecRequest, runtime: $dara.RuntimeOptions): Promise<ModifyRCDiskSpecResponse>;
|
|
75690
|
+
/**
|
|
75691
|
+
* 变更云盘类型或性能级别
|
|
75692
|
+
*
|
|
75693
|
+
* @param request - ModifyRCDiskSpecRequest
|
|
75694
|
+
* @returns ModifyRCDiskSpecResponse
|
|
75695
|
+
*/
|
|
75696
|
+
modifyRCDiskSpec(request: ModifyRCDiskSpecRequest): Promise<ModifyRCDiskSpecResponse>;
|
|
74327
75697
|
/**
|
|
74328
75698
|
* Upgrades or downgrades the instance type of a subscription RDS Custom instance. The new instance type takes effect for the remaining lifecycle of the instance.
|
|
74329
75699
|
*
|
|
@@ -74418,7 +75788,11 @@ export default class Client extends OpenApi {
|
|
|
74418
75788
|
*/
|
|
74419
75789
|
modifyRCInstanceKeyPair(request: ModifyRCInstanceKeyPairRequest): Promise<ModifyRCInstanceKeyPairResponse>;
|
|
74420
75790
|
/**
|
|
74421
|
-
*
|
|
75791
|
+
* Modifies the public bandwidth of an RDS Custom for SQL Server instance.
|
|
75792
|
+
*
|
|
75793
|
+
* @remarks
|
|
75794
|
+
* ### [](#)Supported database engine
|
|
75795
|
+
* Custom for SQL Server
|
|
74422
75796
|
*
|
|
74423
75797
|
* @param request - ModifyRCInstanceNetworkSpecRequest
|
|
74424
75798
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -74426,7 +75800,11 @@ export default class Client extends OpenApi {
|
|
|
74426
75800
|
*/
|
|
74427
75801
|
modifyRCInstanceNetworkSpecWithOptions(request: ModifyRCInstanceNetworkSpecRequest, runtime: $dara.RuntimeOptions): Promise<ModifyRCInstanceNetworkSpecResponse>;
|
|
74428
75802
|
/**
|
|
74429
|
-
*
|
|
75803
|
+
* Modifies the public bandwidth of an RDS Custom for SQL Server instance.
|
|
75804
|
+
*
|
|
75805
|
+
* @remarks
|
|
75806
|
+
* ### [](#)Supported database engine
|
|
75807
|
+
* Custom for SQL Server
|
|
74430
75808
|
*
|
|
74431
75809
|
* @param request - ModifyRCInstanceNetworkSpecRequest
|
|
74432
75810
|
* @returns ModifyRCInstanceNetworkSpecResponse
|
|
@@ -74855,6 +76233,29 @@ export default class Client extends OpenApi {
|
|
|
74855
76233
|
* @returns RebootRCInstanceResponse
|
|
74856
76234
|
*/
|
|
74857
76235
|
rebootRCInstance(request: RebootRCInstanceRequest): Promise<RebootRCInstanceResponse>;
|
|
76236
|
+
/**
|
|
76237
|
+
* Restarts multiple RDS Custom instances at a time.
|
|
76238
|
+
*
|
|
76239
|
+
* @remarks
|
|
76240
|
+
* ### [](#)Supported database engine
|
|
76241
|
+
* SQL Server
|
|
76242
|
+
*
|
|
76243
|
+
* @param tmpReq - RebootRCInstancesRequest
|
|
76244
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
76245
|
+
* @returns RebootRCInstancesResponse
|
|
76246
|
+
*/
|
|
76247
|
+
rebootRCInstancesWithOptions(tmpReq: RebootRCInstancesRequest, runtime: $dara.RuntimeOptions): Promise<RebootRCInstancesResponse>;
|
|
76248
|
+
/**
|
|
76249
|
+
* Restarts multiple RDS Custom instances at a time.
|
|
76250
|
+
*
|
|
76251
|
+
* @remarks
|
|
76252
|
+
* ### [](#)Supported database engine
|
|
76253
|
+
* SQL Server
|
|
76254
|
+
*
|
|
76255
|
+
* @param request - RebootRCInstancesRequest
|
|
76256
|
+
* @returns RebootRCInstancesResponse
|
|
76257
|
+
*/
|
|
76258
|
+
rebootRCInstances(request: RebootRCInstancesRequest): Promise<RebootRCInstancesResponse>;
|
|
74858
76259
|
/**
|
|
74859
76260
|
* Rebuilds the secondary instance of a primary instance in a dedicated cluster.
|
|
74860
76261
|
*
|
|
@@ -75548,6 +76949,21 @@ export default class Client extends OpenApi {
|
|
|
75548
76949
|
* @returns StartRCInstanceResponse
|
|
75549
76950
|
*/
|
|
75550
76951
|
startRCInstance(request: StartRCInstanceRequest): Promise<StartRCInstanceResponse>;
|
|
76952
|
+
/**
|
|
76953
|
+
* 批量启动RC实例
|
|
76954
|
+
*
|
|
76955
|
+
* @param tmpReq - StartRCInstancesRequest
|
|
76956
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
76957
|
+
* @returns StartRCInstancesResponse
|
|
76958
|
+
*/
|
|
76959
|
+
startRCInstancesWithOptions(tmpReq: StartRCInstancesRequest, runtime: $dara.RuntimeOptions): Promise<StartRCInstancesResponse>;
|
|
76960
|
+
/**
|
|
76961
|
+
* 批量启动RC实例
|
|
76962
|
+
*
|
|
76963
|
+
* @param request - StartRCInstancesRequest
|
|
76964
|
+
* @returns StartRCInstancesResponse
|
|
76965
|
+
*/
|
|
76966
|
+
startRCInstances(request: StartRCInstancesRequest): Promise<StartRCInstancesResponse>;
|
|
75551
76967
|
/**
|
|
75552
76968
|
* Suspends an ApsaraDB RDS instance.
|
|
75553
76969
|
*
|
|
@@ -75596,6 +77012,21 @@ export default class Client extends OpenApi {
|
|
|
75596
77012
|
* @returns StopRCInstanceResponse
|
|
75597
77013
|
*/
|
|
75598
77014
|
stopRCInstance(request: StopRCInstanceRequest): Promise<StopRCInstanceResponse>;
|
|
77015
|
+
/**
|
|
77016
|
+
* 批量停止RC实例
|
|
77017
|
+
*
|
|
77018
|
+
* @param tmpReq - StopRCInstancesRequest
|
|
77019
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
77020
|
+
* @returns StopRCInstancesResponse
|
|
77021
|
+
*/
|
|
77022
|
+
stopRCInstancesWithOptions(tmpReq: StopRCInstancesRequest, runtime: $dara.RuntimeOptions): Promise<StopRCInstancesResponse>;
|
|
77023
|
+
/**
|
|
77024
|
+
* 批量停止RC实例
|
|
77025
|
+
*
|
|
77026
|
+
* @param request - StopRCInstancesRequest
|
|
77027
|
+
* @returns StopRCInstancesResponse
|
|
77028
|
+
*/
|
|
77029
|
+
stopRCInstances(request: StopRCInstancesRequest): Promise<StopRCInstancesResponse>;
|
|
75599
77030
|
/**
|
|
75600
77031
|
* Switches workloads between primary and secondary ApsaraDB RDS instances.
|
|
75601
77032
|
*
|
|
@@ -75713,6 +77144,29 @@ export default class Client extends OpenApi {
|
|
|
75713
77144
|
* @returns SwitchDBInstanceVpcResponse
|
|
75714
77145
|
*/
|
|
75715
77146
|
switchDBInstanceVpc(request: SwitchDBInstanceVpcRequest): Promise<SwitchDBInstanceVpcResponse>;
|
|
77147
|
+
/**
|
|
77148
|
+
* Switches the data synchronization link to synchronize data from a disaster recovery (DR) instance to the primary ApsaraDB RDS for SQL Server instance.
|
|
77149
|
+
*
|
|
77150
|
+
* @remarks
|
|
77151
|
+
* ### [](#)Supported database engine
|
|
77152
|
+
* SQL Server
|
|
77153
|
+
*
|
|
77154
|
+
* @param request - SwitchReplicationLinkRequest
|
|
77155
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
77156
|
+
* @returns SwitchReplicationLinkResponse
|
|
77157
|
+
*/
|
|
77158
|
+
switchReplicationLinkWithOptions(request: SwitchReplicationLinkRequest, runtime: $dara.RuntimeOptions): Promise<SwitchReplicationLinkResponse>;
|
|
77159
|
+
/**
|
|
77160
|
+
* Switches the data synchronization link to synchronize data from a disaster recovery (DR) instance to the primary ApsaraDB RDS for SQL Server instance.
|
|
77161
|
+
*
|
|
77162
|
+
* @remarks
|
|
77163
|
+
* ### [](#)Supported database engine
|
|
77164
|
+
* SQL Server
|
|
77165
|
+
*
|
|
77166
|
+
* @param request - SwitchReplicationLinkRequest
|
|
77167
|
+
* @returns SwitchReplicationLinkResponse
|
|
77168
|
+
*/
|
|
77169
|
+
switchReplicationLink(request: SwitchReplicationLinkRequest): Promise<SwitchReplicationLinkResponse>;
|
|
75716
77170
|
/**
|
|
75717
77171
|
* Synchronizes a custom key pair to an RDS Custom instance. If you change the key pair that you created for your RDS Custom instance and you want the change to immediately take effect on the RDS Custom instance, you can call this operation to synchronize the new key pair to the RDS Custom instance. For example, you delete a key pair that has the same name as another key pair and recreate the key pair.
|
|
75718
77172
|
*
|