@alicloud/rds20140815 9.1.0 → 10.0.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 +760 -186
- package/dist/client.js +984 -182
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1462 -263
package/dist/client.d.ts
CHANGED
|
@@ -481,8 +481,20 @@ export declare class AllocateReadWriteSplittingConnectionResponse extends $tea.M
|
|
|
481
481
|
});
|
|
482
482
|
}
|
|
483
483
|
export declare class AssociateEipAddressWithRCInstanceRequest extends $tea.Model {
|
|
484
|
+
/**
|
|
485
|
+
* @example
|
|
486
|
+
* eip-bp166out2x4bpcf******
|
|
487
|
+
*/
|
|
484
488
|
allocationId?: string;
|
|
489
|
+
/**
|
|
490
|
+
* @example
|
|
491
|
+
* rc-i322y2t562oh7o******
|
|
492
|
+
*/
|
|
485
493
|
instanceId?: string;
|
|
494
|
+
/**
|
|
495
|
+
* @example
|
|
496
|
+
* cn-hangzhou
|
|
497
|
+
*/
|
|
486
498
|
regionId?: string;
|
|
487
499
|
static names(): {
|
|
488
500
|
[key: string]: string;
|
|
@@ -495,6 +507,10 @@ export declare class AssociateEipAddressWithRCInstanceRequest extends $tea.Model
|
|
|
495
507
|
});
|
|
496
508
|
}
|
|
497
509
|
export declare class AssociateEipAddressWithRCInstanceResponseBody extends $tea.Model {
|
|
510
|
+
/**
|
|
511
|
+
* @example
|
|
512
|
+
* EFFC7565-B3CF-5CFA-9E1F-164DD1E1F498
|
|
513
|
+
*/
|
|
498
514
|
requestId?: string;
|
|
499
515
|
static names(): {
|
|
500
516
|
[key: string]: string;
|
|
@@ -533,6 +549,8 @@ export declare class AttachRCDiskRequest extends $tea.Model {
|
|
|
533
549
|
deleteWithInstance?: boolean;
|
|
534
550
|
/**
|
|
535
551
|
* @remarks
|
|
552
|
+
* The disk ID.
|
|
553
|
+
*
|
|
536
554
|
* This parameter is required.
|
|
537
555
|
*
|
|
538
556
|
* @example
|
|
@@ -541,6 +559,8 @@ export declare class AttachRCDiskRequest extends $tea.Model {
|
|
|
541
559
|
diskId?: string;
|
|
542
560
|
/**
|
|
543
561
|
* @remarks
|
|
562
|
+
* The instance ID.
|
|
563
|
+
*
|
|
544
564
|
* This parameter is required.
|
|
545
565
|
*
|
|
546
566
|
* @example
|
|
@@ -549,6 +569,8 @@ export declare class AttachRCDiskRequest extends $tea.Model {
|
|
|
549
569
|
instanceId?: string;
|
|
550
570
|
/**
|
|
551
571
|
* @remarks
|
|
572
|
+
* The region ID
|
|
573
|
+
*
|
|
552
574
|
* This parameter is required.
|
|
553
575
|
*
|
|
554
576
|
* @example
|
|
@@ -567,6 +589,9 @@ export declare class AttachRCDiskRequest extends $tea.Model {
|
|
|
567
589
|
}
|
|
568
590
|
export declare class AttachRCDiskResponseBody extends $tea.Model {
|
|
569
591
|
/**
|
|
592
|
+
* @remarks
|
|
593
|
+
* The request ID.
|
|
594
|
+
*
|
|
570
595
|
* @example
|
|
571
596
|
* C19D1668-70CB-5421-AA91-D6D8EE3AB664
|
|
572
597
|
*/
|
|
@@ -3730,9 +3755,13 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
3730
3755
|
* * **VPC**: a virtual private cloud (VPC)
|
|
3731
3756
|
* * **Classic**: the classic network
|
|
3732
3757
|
*
|
|
3733
|
-
* >
|
|
3734
|
-
*
|
|
3735
|
-
*
|
|
3758
|
+
* >
|
|
3759
|
+
*
|
|
3760
|
+
* * If the instance runs MySQL and uses cloud disks, you must set this parameter to **VPC**.
|
|
3761
|
+
*
|
|
3762
|
+
* * If the instance runs PostgreSQL or MariaDB, you must set this parameter to **VPC**.
|
|
3763
|
+
*
|
|
3764
|
+
* * If the instance runs SQL Server Basic or SQL Server Web, you can set this parameter to VPC or Classic. If the instance runs other database engine, you must set this parameter to **VPC**.
|
|
3736
3765
|
*
|
|
3737
3766
|
* @example
|
|
3738
3767
|
* Classic
|
|
@@ -3753,7 +3782,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
3753
3782
|
ioAccelerationEnabled?: string;
|
|
3754
3783
|
/**
|
|
3755
3784
|
* @remarks
|
|
3756
|
-
* Specifies whether to enable the write optimization feature.
|
|
3785
|
+
* Specifies whether to enable the write optimization feature. Valid values:
|
|
3757
3786
|
*
|
|
3758
3787
|
* * **optimized**: enables the feature.
|
|
3759
3788
|
* * **none**: disables the feature.
|
|
@@ -4489,9 +4518,13 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
4489
4518
|
* * **VPC**: a virtual private cloud (VPC)
|
|
4490
4519
|
* * **Classic**: the classic network
|
|
4491
4520
|
*
|
|
4492
|
-
* >
|
|
4493
|
-
*
|
|
4494
|
-
*
|
|
4521
|
+
* >
|
|
4522
|
+
*
|
|
4523
|
+
* * If the instance runs MySQL and uses cloud disks, you must set this parameter to **VPC**.
|
|
4524
|
+
*
|
|
4525
|
+
* * If the instance runs PostgreSQL or MariaDB, you must set this parameter to **VPC**.
|
|
4526
|
+
*
|
|
4527
|
+
* * If the instance runs SQL Server Basic or SQL Server Web, you can set this parameter to VPC or Classic. If the instance runs other database engine, you must set this parameter to **VPC**.
|
|
4495
4528
|
*
|
|
4496
4529
|
* @example
|
|
4497
4530
|
* Classic
|
|
@@ -4512,7 +4545,7 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
4512
4545
|
ioAccelerationEnabled?: string;
|
|
4513
4546
|
/**
|
|
4514
4547
|
* @remarks
|
|
4515
|
-
* Specifies whether to enable the write optimization feature.
|
|
4548
|
+
* Specifies whether to enable the write optimization feature. Valid values:
|
|
4516
4549
|
*
|
|
4517
4550
|
* * **optimized**: enables the feature.
|
|
4518
4551
|
* * **none**: disables the feature.
|
|
@@ -8159,6 +8192,157 @@ export declare class CreateRCDiskResponse extends $tea.Model {
|
|
|
8159
8192
|
[key: string]: any;
|
|
8160
8193
|
});
|
|
8161
8194
|
}
|
|
8195
|
+
export declare class CreateRCNodePoolRequest extends $tea.Model {
|
|
8196
|
+
amount?: number;
|
|
8197
|
+
autoPay?: boolean;
|
|
8198
|
+
autoRenew?: boolean;
|
|
8199
|
+
clientToken?: string;
|
|
8200
|
+
/**
|
|
8201
|
+
* @remarks
|
|
8202
|
+
* This parameter is required.
|
|
8203
|
+
*/
|
|
8204
|
+
clusterId?: string;
|
|
8205
|
+
createMode?: string;
|
|
8206
|
+
dataDisk?: CreateRCNodePoolRequestDataDisk[];
|
|
8207
|
+
deploymentSetId?: string;
|
|
8208
|
+
description?: string;
|
|
8209
|
+
dryRun?: boolean;
|
|
8210
|
+
hostName?: string;
|
|
8211
|
+
imageId?: string;
|
|
8212
|
+
instanceChargeType?: string;
|
|
8213
|
+
instanceName?: string;
|
|
8214
|
+
/**
|
|
8215
|
+
* @remarks
|
|
8216
|
+
* This parameter is required.
|
|
8217
|
+
*/
|
|
8218
|
+
instanceType?: string;
|
|
8219
|
+
internetChargeType?: string;
|
|
8220
|
+
internetMaxBandwidthOut?: number;
|
|
8221
|
+
ioOptimized?: string;
|
|
8222
|
+
keyPairName?: string;
|
|
8223
|
+
nodePoolName?: string;
|
|
8224
|
+
password?: string;
|
|
8225
|
+
period?: number;
|
|
8226
|
+
periodUnit?: string;
|
|
8227
|
+
/**
|
|
8228
|
+
* @remarks
|
|
8229
|
+
* This parameter is required.
|
|
8230
|
+
*/
|
|
8231
|
+
regionId?: string;
|
|
8232
|
+
resourceGroupId?: string;
|
|
8233
|
+
securityEnhancementStrategy?: string;
|
|
8234
|
+
securityGroupId?: string;
|
|
8235
|
+
spotStrategy?: string;
|
|
8236
|
+
supportCase?: string;
|
|
8237
|
+
systemDisk?: CreateRCNodePoolRequestSystemDisk;
|
|
8238
|
+
tag?: CreateRCNodePoolRequestTag[];
|
|
8239
|
+
/**
|
|
8240
|
+
* @remarks
|
|
8241
|
+
* This parameter is required.
|
|
8242
|
+
*/
|
|
8243
|
+
vSwitchId?: string;
|
|
8244
|
+
zoneId?: string;
|
|
8245
|
+
static names(): {
|
|
8246
|
+
[key: string]: string;
|
|
8247
|
+
};
|
|
8248
|
+
static types(): {
|
|
8249
|
+
[key: string]: any;
|
|
8250
|
+
};
|
|
8251
|
+
constructor(map?: {
|
|
8252
|
+
[key: string]: any;
|
|
8253
|
+
});
|
|
8254
|
+
}
|
|
8255
|
+
export declare class CreateRCNodePoolShrinkRequest extends $tea.Model {
|
|
8256
|
+
amount?: number;
|
|
8257
|
+
autoPay?: boolean;
|
|
8258
|
+
autoRenew?: boolean;
|
|
8259
|
+
clientToken?: string;
|
|
8260
|
+
/**
|
|
8261
|
+
* @remarks
|
|
8262
|
+
* This parameter is required.
|
|
8263
|
+
*/
|
|
8264
|
+
clusterId?: string;
|
|
8265
|
+
createMode?: string;
|
|
8266
|
+
dataDiskShrink?: string;
|
|
8267
|
+
deploymentSetId?: string;
|
|
8268
|
+
description?: string;
|
|
8269
|
+
dryRun?: boolean;
|
|
8270
|
+
hostName?: string;
|
|
8271
|
+
imageId?: string;
|
|
8272
|
+
instanceChargeType?: string;
|
|
8273
|
+
instanceName?: string;
|
|
8274
|
+
/**
|
|
8275
|
+
* @remarks
|
|
8276
|
+
* This parameter is required.
|
|
8277
|
+
*/
|
|
8278
|
+
instanceType?: string;
|
|
8279
|
+
internetChargeType?: string;
|
|
8280
|
+
internetMaxBandwidthOut?: number;
|
|
8281
|
+
ioOptimized?: string;
|
|
8282
|
+
keyPairName?: string;
|
|
8283
|
+
nodePoolName?: string;
|
|
8284
|
+
password?: string;
|
|
8285
|
+
period?: number;
|
|
8286
|
+
periodUnit?: string;
|
|
8287
|
+
/**
|
|
8288
|
+
* @remarks
|
|
8289
|
+
* This parameter is required.
|
|
8290
|
+
*/
|
|
8291
|
+
regionId?: string;
|
|
8292
|
+
resourceGroupId?: string;
|
|
8293
|
+
securityEnhancementStrategy?: string;
|
|
8294
|
+
securityGroupId?: string;
|
|
8295
|
+
spotStrategy?: string;
|
|
8296
|
+
supportCase?: string;
|
|
8297
|
+
systemDiskShrink?: string;
|
|
8298
|
+
tag?: CreateRCNodePoolShrinkRequestTag[];
|
|
8299
|
+
/**
|
|
8300
|
+
* @remarks
|
|
8301
|
+
* This parameter is required.
|
|
8302
|
+
*/
|
|
8303
|
+
vSwitchId?: string;
|
|
8304
|
+
zoneId?: string;
|
|
8305
|
+
static names(): {
|
|
8306
|
+
[key: string]: string;
|
|
8307
|
+
};
|
|
8308
|
+
static types(): {
|
|
8309
|
+
[key: string]: any;
|
|
8310
|
+
};
|
|
8311
|
+
constructor(map?: {
|
|
8312
|
+
[key: string]: any;
|
|
8313
|
+
});
|
|
8314
|
+
}
|
|
8315
|
+
export declare class CreateRCNodePoolResponseBody extends $tea.Model {
|
|
8316
|
+
instanceIdSets?: string[];
|
|
8317
|
+
nodePoolId?: string;
|
|
8318
|
+
orderId?: string;
|
|
8319
|
+
requestId?: string;
|
|
8320
|
+
static names(): {
|
|
8321
|
+
[key: string]: string;
|
|
8322
|
+
};
|
|
8323
|
+
static types(): {
|
|
8324
|
+
[key: string]: any;
|
|
8325
|
+
};
|
|
8326
|
+
constructor(map?: {
|
|
8327
|
+
[key: string]: any;
|
|
8328
|
+
});
|
|
8329
|
+
}
|
|
8330
|
+
export declare class CreateRCNodePoolResponse extends $tea.Model {
|
|
8331
|
+
headers?: {
|
|
8332
|
+
[key: string]: string;
|
|
8333
|
+
};
|
|
8334
|
+
statusCode?: number;
|
|
8335
|
+
body?: CreateRCNodePoolResponseBody;
|
|
8336
|
+
static names(): {
|
|
8337
|
+
[key: string]: string;
|
|
8338
|
+
};
|
|
8339
|
+
static types(): {
|
|
8340
|
+
[key: string]: any;
|
|
8341
|
+
};
|
|
8342
|
+
constructor(map?: {
|
|
8343
|
+
[key: string]: any;
|
|
8344
|
+
});
|
|
8345
|
+
}
|
|
8162
8346
|
export declare class CreateRCSnapshotRequest extends $tea.Model {
|
|
8163
8347
|
/**
|
|
8164
8348
|
* @remarks
|
|
@@ -11078,6 +11262,60 @@ export declare class DeleteRCInstancesResponse extends $tea.Model {
|
|
|
11078
11262
|
[key: string]: any;
|
|
11079
11263
|
});
|
|
11080
11264
|
}
|
|
11265
|
+
export declare class DeleteRCNodePoolRequest extends $tea.Model {
|
|
11266
|
+
/**
|
|
11267
|
+
* @remarks
|
|
11268
|
+
* This parameter is required.
|
|
11269
|
+
*/
|
|
11270
|
+
clusterId?: string;
|
|
11271
|
+
/**
|
|
11272
|
+
* @remarks
|
|
11273
|
+
* This parameter is required.
|
|
11274
|
+
*/
|
|
11275
|
+
nodePoolId?: string;
|
|
11276
|
+
/**
|
|
11277
|
+
* @remarks
|
|
11278
|
+
* This parameter is required.
|
|
11279
|
+
*/
|
|
11280
|
+
regionId?: string;
|
|
11281
|
+
static names(): {
|
|
11282
|
+
[key: string]: string;
|
|
11283
|
+
};
|
|
11284
|
+
static types(): {
|
|
11285
|
+
[key: string]: any;
|
|
11286
|
+
};
|
|
11287
|
+
constructor(map?: {
|
|
11288
|
+
[key: string]: any;
|
|
11289
|
+
});
|
|
11290
|
+
}
|
|
11291
|
+
export declare class DeleteRCNodePoolResponseBody extends $tea.Model {
|
|
11292
|
+
requestId?: string;
|
|
11293
|
+
static names(): {
|
|
11294
|
+
[key: string]: string;
|
|
11295
|
+
};
|
|
11296
|
+
static types(): {
|
|
11297
|
+
[key: string]: any;
|
|
11298
|
+
};
|
|
11299
|
+
constructor(map?: {
|
|
11300
|
+
[key: string]: any;
|
|
11301
|
+
});
|
|
11302
|
+
}
|
|
11303
|
+
export declare class DeleteRCNodePoolResponse extends $tea.Model {
|
|
11304
|
+
headers?: {
|
|
11305
|
+
[key: string]: string;
|
|
11306
|
+
};
|
|
11307
|
+
statusCode?: number;
|
|
11308
|
+
body?: DeleteRCNodePoolResponseBody;
|
|
11309
|
+
static names(): {
|
|
11310
|
+
[key: string]: string;
|
|
11311
|
+
};
|
|
11312
|
+
static types(): {
|
|
11313
|
+
[key: string]: any;
|
|
11314
|
+
};
|
|
11315
|
+
constructor(map?: {
|
|
11316
|
+
[key: string]: any;
|
|
11317
|
+
});
|
|
11318
|
+
}
|
|
11081
11319
|
export declare class DeleteRCSnapshotRequest extends $tea.Model {
|
|
11082
11320
|
/**
|
|
11083
11321
|
* @remarks
|
|
@@ -20236,83 +20474,6 @@ export declare class DescribeDetachedBackupsResponse extends $tea.Model {
|
|
|
20236
20474
|
[key: string]: any;
|
|
20237
20475
|
});
|
|
20238
20476
|
}
|
|
20239
|
-
export declare class DescribeDiagnosticReportListRequest extends $tea.Model {
|
|
20240
|
-
/**
|
|
20241
|
-
* @remarks
|
|
20242
|
-
* The ID of the instance. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/610396.html) operation to query the ID of the instance.
|
|
20243
|
-
*
|
|
20244
|
-
* This parameter is required.
|
|
20245
|
-
*
|
|
20246
|
-
* @example
|
|
20247
|
-
* rm-uf6wjk5xxxxxxx
|
|
20248
|
-
*/
|
|
20249
|
-
DBInstanceId?: string;
|
|
20250
|
-
/**
|
|
20251
|
-
* @remarks
|
|
20252
|
-
* The resource group ID.
|
|
20253
|
-
*
|
|
20254
|
-
* @example
|
|
20255
|
-
* rg-acfmy*****
|
|
20256
|
-
*/
|
|
20257
|
-
resourceGroupId?: string;
|
|
20258
|
-
static names(): {
|
|
20259
|
-
[key: string]: string;
|
|
20260
|
-
};
|
|
20261
|
-
static types(): {
|
|
20262
|
-
[key: string]: any;
|
|
20263
|
-
};
|
|
20264
|
-
constructor(map?: {
|
|
20265
|
-
[key: string]: any;
|
|
20266
|
-
});
|
|
20267
|
-
}
|
|
20268
|
-
export declare class DescribeDiagnosticReportListResponseBody extends $tea.Model {
|
|
20269
|
-
/**
|
|
20270
|
-
* @remarks
|
|
20271
|
-
* The ID of the instance.
|
|
20272
|
-
*
|
|
20273
|
-
* @example
|
|
20274
|
-
* rm-uf6wjk5*****
|
|
20275
|
-
*/
|
|
20276
|
-
DBInstanceId?: string;
|
|
20277
|
-
/**
|
|
20278
|
-
* @remarks
|
|
20279
|
-
* The details of a diagnostic report.
|
|
20280
|
-
*/
|
|
20281
|
-
reportList?: DescribeDiagnosticReportListResponseBodyReportList[];
|
|
20282
|
-
/**
|
|
20283
|
-
* @remarks
|
|
20284
|
-
* The ID of the request.
|
|
20285
|
-
*
|
|
20286
|
-
* @example
|
|
20287
|
-
* B7E9A79C-DE1B-4398-845F-D654FC0958BD
|
|
20288
|
-
*/
|
|
20289
|
-
requestId?: string;
|
|
20290
|
-
static names(): {
|
|
20291
|
-
[key: string]: string;
|
|
20292
|
-
};
|
|
20293
|
-
static types(): {
|
|
20294
|
-
[key: string]: any;
|
|
20295
|
-
};
|
|
20296
|
-
constructor(map?: {
|
|
20297
|
-
[key: string]: any;
|
|
20298
|
-
});
|
|
20299
|
-
}
|
|
20300
|
-
export declare class DescribeDiagnosticReportListResponse extends $tea.Model {
|
|
20301
|
-
headers?: {
|
|
20302
|
-
[key: string]: string;
|
|
20303
|
-
};
|
|
20304
|
-
statusCode?: number;
|
|
20305
|
-
body?: DescribeDiagnosticReportListResponseBody;
|
|
20306
|
-
static names(): {
|
|
20307
|
-
[key: string]: string;
|
|
20308
|
-
};
|
|
20309
|
-
static types(): {
|
|
20310
|
-
[key: string]: any;
|
|
20311
|
-
};
|
|
20312
|
-
constructor(map?: {
|
|
20313
|
-
[key: string]: any;
|
|
20314
|
-
});
|
|
20315
|
-
}
|
|
20316
20477
|
export declare class DescribeErrorLogsRequest extends $tea.Model {
|
|
20317
20478
|
/**
|
|
20318
20479
|
* @remarks
|
|
@@ -25095,6 +25256,7 @@ export declare class DescribeRCClusterNodesResponse extends $tea.Model {
|
|
|
25095
25256
|
});
|
|
25096
25257
|
}
|
|
25097
25258
|
export declare class DescribeRCClustersRequest extends $tea.Model {
|
|
25259
|
+
profile?: string;
|
|
25098
25260
|
/**
|
|
25099
25261
|
* @remarks
|
|
25100
25262
|
* The region ID.
|
|
@@ -26315,6 +26477,49 @@ export declare class DescribeRCMetricListResponse extends $tea.Model {
|
|
|
26315
26477
|
[key: string]: any;
|
|
26316
26478
|
});
|
|
26317
26479
|
}
|
|
26480
|
+
export declare class DescribeRCNodePoolRequest extends $tea.Model {
|
|
26481
|
+
clusterId?: string;
|
|
26482
|
+
nodePoolId?: string;
|
|
26483
|
+
regionId?: string;
|
|
26484
|
+
static names(): {
|
|
26485
|
+
[key: string]: string;
|
|
26486
|
+
};
|
|
26487
|
+
static types(): {
|
|
26488
|
+
[key: string]: any;
|
|
26489
|
+
};
|
|
26490
|
+
constructor(map?: {
|
|
26491
|
+
[key: string]: any;
|
|
26492
|
+
});
|
|
26493
|
+
}
|
|
26494
|
+
export declare class DescribeRCNodePoolResponseBody extends $tea.Model {
|
|
26495
|
+
nodePoolList?: DescribeRCNodePoolResponseBodyNodePoolList[];
|
|
26496
|
+
requestId?: string;
|
|
26497
|
+
static names(): {
|
|
26498
|
+
[key: string]: string;
|
|
26499
|
+
};
|
|
26500
|
+
static types(): {
|
|
26501
|
+
[key: string]: any;
|
|
26502
|
+
};
|
|
26503
|
+
constructor(map?: {
|
|
26504
|
+
[key: string]: any;
|
|
26505
|
+
});
|
|
26506
|
+
}
|
|
26507
|
+
export declare class DescribeRCNodePoolResponse extends $tea.Model {
|
|
26508
|
+
headers?: {
|
|
26509
|
+
[key: string]: string;
|
|
26510
|
+
};
|
|
26511
|
+
statusCode?: number;
|
|
26512
|
+
body?: DescribeRCNodePoolResponseBody;
|
|
26513
|
+
static names(): {
|
|
26514
|
+
[key: string]: string;
|
|
26515
|
+
};
|
|
26516
|
+
static types(): {
|
|
26517
|
+
[key: string]: any;
|
|
26518
|
+
};
|
|
26519
|
+
constructor(map?: {
|
|
26520
|
+
[key: string]: any;
|
|
26521
|
+
});
|
|
26522
|
+
}
|
|
26318
26523
|
export declare class DescribeRCSnapshotsRequest extends $tea.Model {
|
|
26319
26524
|
/**
|
|
26320
26525
|
* @remarks
|
|
@@ -28881,7 +29086,7 @@ export declare class DescribeTasksRequest extends $tea.Model {
|
|
|
28881
29086
|
ownerId?: number;
|
|
28882
29087
|
/**
|
|
28883
29088
|
* @remarks
|
|
28884
|
-
* The page number.
|
|
29089
|
+
* The page number. Pages start from page 1. Default value: **1**.
|
|
28885
29090
|
*
|
|
28886
29091
|
* @example
|
|
28887
29092
|
* 1
|
|
@@ -34491,6 +34696,82 @@ export declare class ModifyDBInstancePayTypeResponse extends $tea.Model {
|
|
|
34491
34696
|
[key: string]: any;
|
|
34492
34697
|
});
|
|
34493
34698
|
}
|
|
34699
|
+
export declare class ModifyDBInstanceReplicationSwitchRequest extends $tea.Model {
|
|
34700
|
+
/**
|
|
34701
|
+
* @remarks
|
|
34702
|
+
* This parameter is required.
|
|
34703
|
+
*
|
|
34704
|
+
* @example
|
|
34705
|
+
* rm-bp*****
|
|
34706
|
+
*/
|
|
34707
|
+
DBInstanceId?: string;
|
|
34708
|
+
/**
|
|
34709
|
+
* @remarks
|
|
34710
|
+
* This parameter is required.
|
|
34711
|
+
*
|
|
34712
|
+
* @example
|
|
34713
|
+
* ON
|
|
34714
|
+
*/
|
|
34715
|
+
externalReplication?: string;
|
|
34716
|
+
/**
|
|
34717
|
+
* @remarks
|
|
34718
|
+
* This parameter is required.
|
|
34719
|
+
*
|
|
34720
|
+
* @example
|
|
34721
|
+
* cn-hangzhou
|
|
34722
|
+
*/
|
|
34723
|
+
regionId?: string;
|
|
34724
|
+
/**
|
|
34725
|
+
* @example
|
|
34726
|
+
* rg-acfmy****
|
|
34727
|
+
*/
|
|
34728
|
+
resourceGroupId?: string;
|
|
34729
|
+
resourceOwnerId?: number;
|
|
34730
|
+
static names(): {
|
|
34731
|
+
[key: string]: string;
|
|
34732
|
+
};
|
|
34733
|
+
static types(): {
|
|
34734
|
+
[key: string]: any;
|
|
34735
|
+
};
|
|
34736
|
+
constructor(map?: {
|
|
34737
|
+
[key: string]: any;
|
|
34738
|
+
});
|
|
34739
|
+
}
|
|
34740
|
+
export declare class ModifyDBInstanceReplicationSwitchResponseBody extends $tea.Model {
|
|
34741
|
+
/**
|
|
34742
|
+
* @remarks
|
|
34743
|
+
* Id of the request
|
|
34744
|
+
*
|
|
34745
|
+
* @example
|
|
34746
|
+
* 9F8C06AD-3F37-57A0-ABBF-ABD7824F55CE
|
|
34747
|
+
*/
|
|
34748
|
+
requestId?: string;
|
|
34749
|
+
static names(): {
|
|
34750
|
+
[key: string]: string;
|
|
34751
|
+
};
|
|
34752
|
+
static types(): {
|
|
34753
|
+
[key: string]: any;
|
|
34754
|
+
};
|
|
34755
|
+
constructor(map?: {
|
|
34756
|
+
[key: string]: any;
|
|
34757
|
+
});
|
|
34758
|
+
}
|
|
34759
|
+
export declare class ModifyDBInstanceReplicationSwitchResponse extends $tea.Model {
|
|
34760
|
+
headers?: {
|
|
34761
|
+
[key: string]: string;
|
|
34762
|
+
};
|
|
34763
|
+
statusCode?: number;
|
|
34764
|
+
body?: ModifyDBInstanceReplicationSwitchResponseBody;
|
|
34765
|
+
static names(): {
|
|
34766
|
+
[key: string]: string;
|
|
34767
|
+
};
|
|
34768
|
+
static types(): {
|
|
34769
|
+
[key: string]: any;
|
|
34770
|
+
};
|
|
34771
|
+
constructor(map?: {
|
|
34772
|
+
[key: string]: any;
|
|
34773
|
+
});
|
|
34774
|
+
}
|
|
34494
34775
|
export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
34495
34776
|
/**
|
|
34496
34777
|
* @remarks
|
|
@@ -34898,6 +35179,15 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
34898
35179
|
* true
|
|
34899
35180
|
*/
|
|
34900
35181
|
coldDataEnabled?: boolean;
|
|
35182
|
+
/**
|
|
35183
|
+
* @remarks
|
|
35184
|
+
* Whether to enable storage compression.
|
|
35185
|
+
* - on: Enable
|
|
35186
|
+
* - off: Disable
|
|
35187
|
+
*
|
|
35188
|
+
* @example
|
|
35189
|
+
* on
|
|
35190
|
+
*/
|
|
34901
35191
|
compressionMode?: string;
|
|
34902
35192
|
/**
|
|
34903
35193
|
* @remarks
|
|
@@ -35225,6 +35515,15 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
35225
35515
|
* true
|
|
35226
35516
|
*/
|
|
35227
35517
|
coldDataEnabled?: boolean;
|
|
35518
|
+
/**
|
|
35519
|
+
* @remarks
|
|
35520
|
+
* Whether to enable storage compression.
|
|
35521
|
+
* - on: Enable
|
|
35522
|
+
* - off: Disable
|
|
35523
|
+
*
|
|
35524
|
+
* @example
|
|
35525
|
+
* on
|
|
35526
|
+
*/
|
|
35228
35527
|
compressionMode?: string;
|
|
35229
35528
|
/**
|
|
35230
35529
|
* @remarks
|
|
@@ -41387,31 +41686,52 @@ export declare class RenewInstanceResponse extends $tea.Model {
|
|
|
41387
41686
|
}
|
|
41388
41687
|
export declare class ReplaceRCInstanceSystemDiskRequest extends $tea.Model {
|
|
41389
41688
|
/**
|
|
41689
|
+
* @remarks
|
|
41690
|
+
* The image ID that is used when you reinstall the OS.
|
|
41691
|
+
*
|
|
41390
41692
|
* @example
|
|
41391
41693
|
* m-2zec4lvlhcdkyd13****
|
|
41392
41694
|
*/
|
|
41393
41695
|
imageId?: string;
|
|
41394
41696
|
/**
|
|
41697
|
+
* @remarks
|
|
41698
|
+
* The instance ID.
|
|
41699
|
+
*
|
|
41395
41700
|
* @example
|
|
41396
41701
|
* rc-m5ei7b1w38w2l91x****
|
|
41397
41702
|
*/
|
|
41398
41703
|
instanceId?: string;
|
|
41399
41704
|
/**
|
|
41705
|
+
* @remarks
|
|
41706
|
+
* The reserved parameter. This parameter is not supported.
|
|
41707
|
+
*
|
|
41400
41708
|
* @example
|
|
41401
41709
|
* None
|
|
41402
41710
|
*/
|
|
41403
41711
|
isLocalDisk?: boolean;
|
|
41404
41712
|
/**
|
|
41713
|
+
* @remarks
|
|
41714
|
+
* The name of the new key pair. If you do not specify this parameter, you must reset the key pair after the OS is reinstalled.
|
|
41715
|
+
*
|
|
41405
41716
|
* @example
|
|
41406
41717
|
* testKeyPairName
|
|
41407
41718
|
*/
|
|
41408
41719
|
keyPairName?: string;
|
|
41409
41720
|
/**
|
|
41721
|
+
* @remarks
|
|
41722
|
+
* The new logon password of the RDS Custom instance. If you do not specify this parameter, you must reset the logon password after the OS is reinstalled.
|
|
41723
|
+
*
|
|
41724
|
+
* * The value must be 8 to 30 characters in length.
|
|
41725
|
+
* * The value must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Supported special characters include: ( ) \\` ~ ! @ # $ % ^ & \\* - _ + =
|
|
41726
|
+
*
|
|
41410
41727
|
* @example
|
|
41411
41728
|
* testPassword
|
|
41412
41729
|
*/
|
|
41413
41730
|
password?: string;
|
|
41414
41731
|
/**
|
|
41732
|
+
* @remarks
|
|
41733
|
+
* The region ID.
|
|
41734
|
+
*
|
|
41415
41735
|
* @example
|
|
41416
41736
|
* cn-beijing
|
|
41417
41737
|
*/
|
|
@@ -41428,6 +41748,9 @@ export declare class ReplaceRCInstanceSystemDiskRequest extends $tea.Model {
|
|
|
41428
41748
|
}
|
|
41429
41749
|
export declare class ReplaceRCInstanceSystemDiskResponseBody extends $tea.Model {
|
|
41430
41750
|
/**
|
|
41751
|
+
* @remarks
|
|
41752
|
+
* The request ID.
|
|
41753
|
+
*
|
|
41431
41754
|
* @example
|
|
41432
41755
|
* 8B993DA9-5272-5414-94E3-4CA8BA0146C2
|
|
41433
41756
|
*/
|
|
@@ -42275,6 +42598,8 @@ export declare class RunRCInstancesRequest extends $tea.Model {
|
|
|
42275
42598
|
* ETnLKlblzczshOTUbOCz****
|
|
42276
42599
|
*/
|
|
42277
42600
|
clientToken?: string;
|
|
42601
|
+
createAckEdgeParam?: RunRCInstancesRequestCreateAckEdgeParam;
|
|
42602
|
+
createExtraParam?: string;
|
|
42278
42603
|
createMode?: string;
|
|
42279
42604
|
/**
|
|
42280
42605
|
* @remarks
|
|
@@ -42432,6 +42757,7 @@ export declare class RunRCInstancesRequest extends $tea.Model {
|
|
|
42432
42757
|
*/
|
|
42433
42758
|
securityGroupId?: string;
|
|
42434
42759
|
spotStrategy?: string;
|
|
42760
|
+
supportCase?: string;
|
|
42435
42761
|
/**
|
|
42436
42762
|
* @remarks
|
|
42437
42763
|
* The specification of the system disk.
|
|
@@ -42515,6 +42841,8 @@ export declare class RunRCInstancesShrinkRequest extends $tea.Model {
|
|
|
42515
42841
|
* ETnLKlblzczshOTUbOCz****
|
|
42516
42842
|
*/
|
|
42517
42843
|
clientToken?: string;
|
|
42844
|
+
createAckEdgeParamShrink?: string;
|
|
42845
|
+
createExtraParam?: string;
|
|
42518
42846
|
createMode?: string;
|
|
42519
42847
|
/**
|
|
42520
42848
|
* @remarks
|
|
@@ -42672,6 +43000,7 @@ export declare class RunRCInstancesShrinkRequest extends $tea.Model {
|
|
|
42672
43000
|
*/
|
|
42673
43001
|
securityGroupId?: string;
|
|
42674
43002
|
spotStrategy?: string;
|
|
43003
|
+
supportCase?: string;
|
|
42675
43004
|
/**
|
|
42676
43005
|
* @remarks
|
|
42677
43006
|
* The specification of the system disk.
|
|
@@ -43532,8 +43861,29 @@ export declare class SyncRCKeyPairResponse extends $tea.Model {
|
|
|
43532
43861
|
});
|
|
43533
43862
|
}
|
|
43534
43863
|
export declare class SyncRCSecurityGroupRequest extends $tea.Model {
|
|
43864
|
+
/**
|
|
43865
|
+
* @remarks
|
|
43866
|
+
* The instance ID.
|
|
43867
|
+
*
|
|
43868
|
+
* @example
|
|
43869
|
+
* rc-i322y2t562oh7o******
|
|
43870
|
+
*/
|
|
43535
43871
|
instanceId?: string;
|
|
43872
|
+
/**
|
|
43873
|
+
* @remarks
|
|
43874
|
+
* The region ID. You can call the DescribeRegions operation to query the most recent region list.
|
|
43875
|
+
*
|
|
43876
|
+
* @example
|
|
43877
|
+
* cn-hangzhou
|
|
43878
|
+
*/
|
|
43536
43879
|
regionId?: string;
|
|
43880
|
+
/**
|
|
43881
|
+
* @remarks
|
|
43882
|
+
* The security group ID.
|
|
43883
|
+
*
|
|
43884
|
+
* @example
|
|
43885
|
+
* sg-bp196e4d2ndjgy******
|
|
43886
|
+
*/
|
|
43537
43887
|
securityGroupId?: string;
|
|
43538
43888
|
static names(): {
|
|
43539
43889
|
[key: string]: string;
|
|
@@ -43546,6 +43896,13 @@ export declare class SyncRCSecurityGroupRequest extends $tea.Model {
|
|
|
43546
43896
|
});
|
|
43547
43897
|
}
|
|
43548
43898
|
export declare class SyncRCSecurityGroupResponseBody extends $tea.Model {
|
|
43899
|
+
/**
|
|
43900
|
+
* @remarks
|
|
43901
|
+
* The request ID.
|
|
43902
|
+
*
|
|
43903
|
+
* @example
|
|
43904
|
+
* 300333A0-68E5-59CE-94AD-75153D17639E
|
|
43905
|
+
*/
|
|
43549
43906
|
requestId?: string;
|
|
43550
43907
|
static names(): {
|
|
43551
43908
|
[key: string]: string;
|
|
@@ -43912,8 +44269,29 @@ export declare class TransformDBInstancePayTypeResponse extends $tea.Model {
|
|
|
43912
44269
|
});
|
|
43913
44270
|
}
|
|
43914
44271
|
export declare class UnassociateEipAddressWithRCInstanceRequest extends $tea.Model {
|
|
44272
|
+
/**
|
|
44273
|
+
* @remarks
|
|
44274
|
+
* The EIP ID.
|
|
44275
|
+
*
|
|
44276
|
+
* @example
|
|
44277
|
+
* eip-bp166out2x4bpcf******
|
|
44278
|
+
*/
|
|
43915
44279
|
allocationId?: string;
|
|
44280
|
+
/**
|
|
44281
|
+
* @remarks
|
|
44282
|
+
* The instance ID.
|
|
44283
|
+
*
|
|
44284
|
+
* @example
|
|
44285
|
+
* rc-i322y2t562oh7o******
|
|
44286
|
+
*/
|
|
43916
44287
|
instanceId?: string;
|
|
44288
|
+
/**
|
|
44289
|
+
* @remarks
|
|
44290
|
+
* The region ID. You can call the DescribeRegions operation to query the most recent region list.
|
|
44291
|
+
*
|
|
44292
|
+
* @example
|
|
44293
|
+
* cn-hangzhou
|
|
44294
|
+
*/
|
|
43917
44295
|
regionId?: string;
|
|
43918
44296
|
static names(): {
|
|
43919
44297
|
[key: string]: string;
|
|
@@ -43926,6 +44304,13 @@ export declare class UnassociateEipAddressWithRCInstanceRequest extends $tea.Mod
|
|
|
43926
44304
|
});
|
|
43927
44305
|
}
|
|
43928
44306
|
export declare class UnassociateEipAddressWithRCInstanceResponseBody extends $tea.Model {
|
|
44307
|
+
/**
|
|
44308
|
+
* @remarks
|
|
44309
|
+
* The request ID.
|
|
44310
|
+
*
|
|
44311
|
+
* @example
|
|
44312
|
+
* CDEAC7BF-D64B-54A1-9051-BE9AC0990E68
|
|
44313
|
+
*/
|
|
43929
44314
|
requestId?: string;
|
|
43930
44315
|
static names(): {
|
|
43931
44316
|
[key: string]: string;
|
|
@@ -45328,8 +45713,11 @@ export declare class CreateDBInstanceRequestServerlessConfig extends $tea.Model
|
|
|
45328
45713
|
* * **true**
|
|
45329
45714
|
* * **false** (default)
|
|
45330
45715
|
*
|
|
45331
|
-
* >
|
|
45332
|
-
*
|
|
45716
|
+
* >
|
|
45717
|
+
*
|
|
45718
|
+
* * This parameter is required only for serverless instances that run MySQL and PostgreSQL. If you set this parameter to true, a service interruption that lasts approximately 30 to 120 seconds occurs during forced scaling. Process with caution.
|
|
45719
|
+
*
|
|
45720
|
+
* * 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.
|
|
45333
45721
|
*
|
|
45334
45722
|
* @example
|
|
45335
45723
|
* false
|
|
@@ -46049,6 +46437,61 @@ export declare class CreateRCDeploymentSetRequestTag extends $tea.Model {
|
|
|
46049
46437
|
[key: string]: any;
|
|
46050
46438
|
});
|
|
46051
46439
|
}
|
|
46440
|
+
export declare class CreateRCNodePoolRequestDataDisk extends $tea.Model {
|
|
46441
|
+
category?: string;
|
|
46442
|
+
deleteWithInstance?: boolean;
|
|
46443
|
+
encrypted?: string;
|
|
46444
|
+
performanceLevel?: string;
|
|
46445
|
+
size?: number;
|
|
46446
|
+
static names(): {
|
|
46447
|
+
[key: string]: string;
|
|
46448
|
+
};
|
|
46449
|
+
static types(): {
|
|
46450
|
+
[key: string]: any;
|
|
46451
|
+
};
|
|
46452
|
+
constructor(map?: {
|
|
46453
|
+
[key: string]: any;
|
|
46454
|
+
});
|
|
46455
|
+
}
|
|
46456
|
+
export declare class CreateRCNodePoolRequestSystemDisk extends $tea.Model {
|
|
46457
|
+
category?: string;
|
|
46458
|
+
size?: number;
|
|
46459
|
+
static names(): {
|
|
46460
|
+
[key: string]: string;
|
|
46461
|
+
};
|
|
46462
|
+
static types(): {
|
|
46463
|
+
[key: string]: any;
|
|
46464
|
+
};
|
|
46465
|
+
constructor(map?: {
|
|
46466
|
+
[key: string]: any;
|
|
46467
|
+
});
|
|
46468
|
+
}
|
|
46469
|
+
export declare class CreateRCNodePoolRequestTag extends $tea.Model {
|
|
46470
|
+
key?: string;
|
|
46471
|
+
value?: string;
|
|
46472
|
+
static names(): {
|
|
46473
|
+
[key: string]: string;
|
|
46474
|
+
};
|
|
46475
|
+
static types(): {
|
|
46476
|
+
[key: string]: any;
|
|
46477
|
+
};
|
|
46478
|
+
constructor(map?: {
|
|
46479
|
+
[key: string]: any;
|
|
46480
|
+
});
|
|
46481
|
+
}
|
|
46482
|
+
export declare class CreateRCNodePoolShrinkRequestTag extends $tea.Model {
|
|
46483
|
+
key?: string;
|
|
46484
|
+
value?: string;
|
|
46485
|
+
static names(): {
|
|
46486
|
+
[key: string]: string;
|
|
46487
|
+
};
|
|
46488
|
+
static types(): {
|
|
46489
|
+
[key: string]: any;
|
|
46490
|
+
};
|
|
46491
|
+
constructor(map?: {
|
|
46492
|
+
[key: string]: any;
|
|
46493
|
+
});
|
|
46494
|
+
}
|
|
46052
46495
|
export declare class DeleteBackupFileResponseBodyDeletedBaksetIds extends $tea.Model {
|
|
46053
46496
|
deletedBaksetIds?: number[];
|
|
46054
46497
|
static names(): {
|
|
@@ -49132,7 +49575,21 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
49132
49575
|
* Chinese_PRC_CI_AS
|
|
49133
49576
|
*/
|
|
49134
49577
|
collation?: string;
|
|
49578
|
+
/**
|
|
49579
|
+
* @remarks
|
|
49580
|
+
* The storage compression mode.
|
|
49581
|
+
*
|
|
49582
|
+
* @example
|
|
49583
|
+
* on, off
|
|
49584
|
+
*/
|
|
49135
49585
|
compressionMode?: string;
|
|
49586
|
+
/**
|
|
49587
|
+
* @remarks
|
|
49588
|
+
* The storage compression ratio.
|
|
49589
|
+
*
|
|
49590
|
+
* @example
|
|
49591
|
+
* 1.25
|
|
49592
|
+
*/
|
|
49136
49593
|
compressionRatio?: string;
|
|
49137
49594
|
/**
|
|
49138
49595
|
* @remarks
|
|
@@ -49654,6 +50111,13 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
49654
50111
|
* Disabled
|
|
49655
50112
|
*/
|
|
49656
50113
|
superPermissionMode?: string;
|
|
50114
|
+
/**
|
|
50115
|
+
* @remarks
|
|
50116
|
+
* Indicates whether the storage compression mode can be enabled for the instance.
|
|
50117
|
+
*
|
|
50118
|
+
* @example
|
|
50119
|
+
* true, false
|
|
50120
|
+
*/
|
|
49657
50121
|
supportCompression?: boolean;
|
|
49658
50122
|
/**
|
|
49659
50123
|
* @remarks
|
|
@@ -54065,57 +54529,6 @@ export declare class DescribeDetachedBackupsResponseBodyItems extends $tea.Model
|
|
|
54065
54529
|
[key: string]: any;
|
|
54066
54530
|
});
|
|
54067
54531
|
}
|
|
54068
|
-
export declare class DescribeDiagnosticReportListResponseBodyReportList extends $tea.Model {
|
|
54069
|
-
/**
|
|
54070
|
-
* @remarks
|
|
54071
|
-
* The time when the diagnosis was performed.
|
|
54072
|
-
*
|
|
54073
|
-
* @example
|
|
54074
|
-
* 2018-01-17T12:46:09Z
|
|
54075
|
-
*/
|
|
54076
|
-
diagnosticTime?: string;
|
|
54077
|
-
/**
|
|
54078
|
-
* @remarks
|
|
54079
|
-
* The URL that is used to download the backup set over the Internet. If the backup set cannot be downloaded, an empty string is returned.
|
|
54080
|
-
*
|
|
54081
|
-
* @example
|
|
54082
|
-
* http://rdsreport-hz-v3.oss-cn-hangzhou.aliyuncs.com/xxxxx
|
|
54083
|
-
*/
|
|
54084
|
-
downloadURL?: string;
|
|
54085
|
-
/**
|
|
54086
|
-
* @remarks
|
|
54087
|
-
* The end time of the monitoring data.
|
|
54088
|
-
*
|
|
54089
|
-
* @example
|
|
54090
|
-
* 2018-01-10T15:31:00Z
|
|
54091
|
-
*/
|
|
54092
|
-
endTime?: string;
|
|
54093
|
-
/**
|
|
54094
|
-
* @remarks
|
|
54095
|
-
* The diagnostic score.
|
|
54096
|
-
*
|
|
54097
|
-
* @example
|
|
54098
|
-
* 100
|
|
54099
|
-
*/
|
|
54100
|
-
score?: number;
|
|
54101
|
-
/**
|
|
54102
|
-
* @remarks
|
|
54103
|
-
* The start time of the monitoring data.
|
|
54104
|
-
*
|
|
54105
|
-
* @example
|
|
54106
|
-
* 2018-01-10T15:30:00Z
|
|
54107
|
-
*/
|
|
54108
|
-
startTime?: string;
|
|
54109
|
-
static names(): {
|
|
54110
|
-
[key: string]: string;
|
|
54111
|
-
};
|
|
54112
|
-
static types(): {
|
|
54113
|
-
[key: string]: any;
|
|
54114
|
-
};
|
|
54115
|
-
constructor(map?: {
|
|
54116
|
-
[key: string]: any;
|
|
54117
|
-
});
|
|
54118
|
-
}
|
|
54119
54532
|
export declare class DescribeErrorLogsResponseBodyItemsErrorLog extends $tea.Model {
|
|
54120
54533
|
/**
|
|
54121
54534
|
* @remarks
|
|
@@ -57566,6 +57979,7 @@ export declare class DescribeRCClustersResponseBodyClusters extends $tea.Model {
|
|
|
57566
57979
|
* 2024-10-30T02:16:04Z
|
|
57567
57980
|
*/
|
|
57568
57981
|
createTime?: string;
|
|
57982
|
+
profile?: string;
|
|
57569
57983
|
/**
|
|
57570
57984
|
* @remarks
|
|
57571
57985
|
* The cluster status. Valid values:
|
|
@@ -57865,7 +58279,7 @@ export declare class DescribeRCDisksResponseBodyDisks extends $tea.Model {
|
|
|
57865
58279
|
* @remarks
|
|
57866
58280
|
* The billing method of the disk.
|
|
57867
58281
|
*
|
|
57868
|
-
* PostPaid
|
|
58282
|
+
* Only **PostPaid** (pay-as-you-go) is supported.
|
|
57869
58283
|
*
|
|
57870
58284
|
* @example
|
|
57871
58285
|
* PostPaid
|
|
@@ -57908,7 +58322,7 @@ export declare class DescribeRCDisksResponseBodyDisks extends $tea.Model {
|
|
|
57908
58322
|
expiredTime?: string;
|
|
57909
58323
|
/**
|
|
57910
58324
|
* @remarks
|
|
57911
|
-
* The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 ×
|
|
58325
|
+
* The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × *Capacity - Baseline performance}. Baseline performance = min{1,800 + 50 × *Capacity, 50,000}
|
|
57912
58326
|
*
|
|
57913
58327
|
* This parameter is available only when the `Category` parameter is set to `cloud_auto`.
|
|
57914
58328
|
*
|
|
@@ -58608,6 +59022,89 @@ export declare class DescribeRCInstancesResponseBodyRCInstances extends $tea.Mod
|
|
|
58608
59022
|
[key: string]: any;
|
|
58609
59023
|
});
|
|
58610
59024
|
}
|
|
59025
|
+
export declare class DescribeRCNodePoolResponseBodyNodePoolListDataDisk extends $tea.Model {
|
|
59026
|
+
category?: string;
|
|
59027
|
+
deleteWithInstance?: boolean;
|
|
59028
|
+
encrypted?: string;
|
|
59029
|
+
performanceLevel?: string;
|
|
59030
|
+
size?: number;
|
|
59031
|
+
static names(): {
|
|
59032
|
+
[key: string]: string;
|
|
59033
|
+
};
|
|
59034
|
+
static types(): {
|
|
59035
|
+
[key: string]: any;
|
|
59036
|
+
};
|
|
59037
|
+
constructor(map?: {
|
|
59038
|
+
[key: string]: any;
|
|
59039
|
+
});
|
|
59040
|
+
}
|
|
59041
|
+
export declare class DescribeRCNodePoolResponseBodyNodePoolListSystemDisk extends $tea.Model {
|
|
59042
|
+
category?: string;
|
|
59043
|
+
size?: number;
|
|
59044
|
+
static names(): {
|
|
59045
|
+
[key: string]: string;
|
|
59046
|
+
};
|
|
59047
|
+
static types(): {
|
|
59048
|
+
[key: string]: any;
|
|
59049
|
+
};
|
|
59050
|
+
constructor(map?: {
|
|
59051
|
+
[key: string]: any;
|
|
59052
|
+
});
|
|
59053
|
+
}
|
|
59054
|
+
export declare class DescribeRCNodePoolResponseBodyNodePoolListTag extends $tea.Model {
|
|
59055
|
+
key?: string;
|
|
59056
|
+
value?: string;
|
|
59057
|
+
static names(): {
|
|
59058
|
+
[key: string]: string;
|
|
59059
|
+
};
|
|
59060
|
+
static types(): {
|
|
59061
|
+
[key: string]: any;
|
|
59062
|
+
};
|
|
59063
|
+
constructor(map?: {
|
|
59064
|
+
[key: string]: any;
|
|
59065
|
+
});
|
|
59066
|
+
}
|
|
59067
|
+
export declare class DescribeRCNodePoolResponseBodyNodePoolList extends $tea.Model {
|
|
59068
|
+
autoPay?: boolean;
|
|
59069
|
+
autoRenew?: boolean;
|
|
59070
|
+
clusterId?: string;
|
|
59071
|
+
createMode?: string;
|
|
59072
|
+
dataDisk?: DescribeRCNodePoolResponseBodyNodePoolListDataDisk[];
|
|
59073
|
+
deploymentSetId?: string;
|
|
59074
|
+
description?: string;
|
|
59075
|
+
hostName?: string;
|
|
59076
|
+
imageId?: string;
|
|
59077
|
+
instanceChargeType?: string;
|
|
59078
|
+
instanceName?: string;
|
|
59079
|
+
instanceType?: string;
|
|
59080
|
+
internetChargeType?: string;
|
|
59081
|
+
internetMaxBandwidthOut?: number;
|
|
59082
|
+
ioOptimized?: string;
|
|
59083
|
+
keyPairName?: string;
|
|
59084
|
+
nodePoolId?: string;
|
|
59085
|
+
nodePoolName?: string;
|
|
59086
|
+
password?: string;
|
|
59087
|
+
period?: number;
|
|
59088
|
+
periodUnit?: string;
|
|
59089
|
+
regionId?: string;
|
|
59090
|
+
resourceGroupId?: string;
|
|
59091
|
+
securityEnhancementStrategy?: string;
|
|
59092
|
+
securityGroupId?: string;
|
|
59093
|
+
spotStrategy?: string;
|
|
59094
|
+
systemDisk?: DescribeRCNodePoolResponseBodyNodePoolListSystemDisk;
|
|
59095
|
+
tag?: DescribeRCNodePoolResponseBodyNodePoolListTag[];
|
|
59096
|
+
vSwitchId?: string;
|
|
59097
|
+
zoneId?: string;
|
|
59098
|
+
static names(): {
|
|
59099
|
+
[key: string]: string;
|
|
59100
|
+
};
|
|
59101
|
+
static types(): {
|
|
59102
|
+
[key: string]: any;
|
|
59103
|
+
};
|
|
59104
|
+
constructor(map?: {
|
|
59105
|
+
[key: string]: any;
|
|
59106
|
+
});
|
|
59107
|
+
}
|
|
58611
59108
|
export declare class DescribeRCSnapshotsResponseBodySnapshots extends $tea.Model {
|
|
58612
59109
|
/**
|
|
58613
59110
|
* @remarks
|
|
@@ -58694,6 +59191,9 @@ export declare class DescribeRCSnapshotsResponseBodySnapshots extends $tea.Model
|
|
|
58694
59191
|
/**
|
|
58695
59192
|
* @remarks
|
|
58696
59193
|
* The snapshot name.
|
|
59194
|
+
*
|
|
59195
|
+
* @example
|
|
59196
|
+
* s-2ze8klip00xcogcwer76
|
|
58697
59197
|
*/
|
|
58698
59198
|
snapshotName?: string;
|
|
58699
59199
|
/**
|
|
@@ -62613,6 +63113,19 @@ export declare class RemoveTagsFromResourceRequestTag extends $tea.Model {
|
|
|
62613
63113
|
[key: string]: any;
|
|
62614
63114
|
});
|
|
62615
63115
|
}
|
|
63116
|
+
export declare class RunRCInstancesRequestCreateAckEdgeParam extends $tea.Model {
|
|
63117
|
+
clusterId?: string;
|
|
63118
|
+
nodePoolId?: string;
|
|
63119
|
+
static names(): {
|
|
63120
|
+
[key: string]: string;
|
|
63121
|
+
};
|
|
63122
|
+
static types(): {
|
|
63123
|
+
[key: string]: any;
|
|
63124
|
+
};
|
|
63125
|
+
constructor(map?: {
|
|
63126
|
+
[key: string]: any;
|
|
63127
|
+
});
|
|
63128
|
+
}
|
|
62616
63129
|
export declare class RunRCInstancesRequestDataDisk extends $tea.Model {
|
|
62617
63130
|
/**
|
|
62618
63131
|
* @remarks
|
|
@@ -62965,7 +63478,7 @@ export default class Client extends OpenApi {
|
|
|
62965
63478
|
*/
|
|
62966
63479
|
associateEipAddressWithRCInstance(request: AssociateEipAddressWithRCInstanceRequest): Promise<AssociateEipAddressWithRCInstanceResponse>;
|
|
62967
63480
|
/**
|
|
62968
|
-
*
|
|
63481
|
+
* Attaches a pay-as-you-go data disk or a system disk to an RDS Custom instance. The instance and the disk must reside in the same zone.
|
|
62969
63482
|
*
|
|
62970
63483
|
* @param request - AttachRCDiskRequest
|
|
62971
63484
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -62973,7 +63486,7 @@ export default class Client extends OpenApi {
|
|
|
62973
63486
|
*/
|
|
62974
63487
|
attachRCDiskWithOptions(request: AttachRCDiskRequest, runtime: $Util.RuntimeOptions): Promise<AttachRCDiskResponse>;
|
|
62975
63488
|
/**
|
|
62976
|
-
*
|
|
63489
|
+
* Attaches a pay-as-you-go data disk or a system disk to an RDS Custom instance. The instance and the disk must reside in the same zone.
|
|
62977
63490
|
*
|
|
62978
63491
|
* @param request - AttachRCDiskRequest
|
|
62979
63492
|
* @returns AttachRCDiskResponse
|
|
@@ -64177,6 +64690,21 @@ export default class Client extends OpenApi {
|
|
|
64177
64690
|
* @returns CreateRCDiskResponse
|
|
64178
64691
|
*/
|
|
64179
64692
|
createRCDisk(request: CreateRCDiskRequest): Promise<CreateRCDiskResponse>;
|
|
64693
|
+
/**
|
|
64694
|
+
* 创建RC节点池模版
|
|
64695
|
+
*
|
|
64696
|
+
* @param tmpReq - CreateRCNodePoolRequest
|
|
64697
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
64698
|
+
* @returns CreateRCNodePoolResponse
|
|
64699
|
+
*/
|
|
64700
|
+
createRCNodePoolWithOptions(tmpReq: CreateRCNodePoolRequest, runtime: $Util.RuntimeOptions): Promise<CreateRCNodePoolResponse>;
|
|
64701
|
+
/**
|
|
64702
|
+
* 创建RC节点池模版
|
|
64703
|
+
*
|
|
64704
|
+
* @param request - CreateRCNodePoolRequest
|
|
64705
|
+
* @returns CreateRCNodePoolResponse
|
|
64706
|
+
*/
|
|
64707
|
+
createRCNodePool(request: CreateRCNodePoolRequest): Promise<CreateRCNodePoolResponse>;
|
|
64180
64708
|
/**
|
|
64181
64709
|
* Creates a snapshot for a cloud disk.
|
|
64182
64710
|
*
|
|
@@ -64926,6 +65454,21 @@ export default class Client extends OpenApi {
|
|
|
64926
65454
|
* @returns DeleteRCInstancesResponse
|
|
64927
65455
|
*/
|
|
64928
65456
|
deleteRCInstances(request: DeleteRCInstancesRequest): Promise<DeleteRCInstancesResponse>;
|
|
65457
|
+
/**
|
|
65458
|
+
* 删除RC模版
|
|
65459
|
+
*
|
|
65460
|
+
* @param request - DeleteRCNodePoolRequest
|
|
65461
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
65462
|
+
* @returns DeleteRCNodePoolResponse
|
|
65463
|
+
*/
|
|
65464
|
+
deleteRCNodePoolWithOptions(request: DeleteRCNodePoolRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRCNodePoolResponse>;
|
|
65465
|
+
/**
|
|
65466
|
+
* 删除RC模版
|
|
65467
|
+
*
|
|
65468
|
+
* @param request - DeleteRCNodePoolRequest
|
|
65469
|
+
* @returns DeleteRCNodePoolResponse
|
|
65470
|
+
*/
|
|
65471
|
+
deleteRCNodePool(request: DeleteRCNodePoolRequest): Promise<DeleteRCNodePoolResponse>;
|
|
64929
65472
|
/**
|
|
64930
65473
|
* Deletes a cloud disk snapshot.
|
|
64931
65474
|
*
|
|
@@ -66739,31 +67282,6 @@ export default class Client extends OpenApi {
|
|
|
66739
67282
|
* @returns DescribeDetachedBackupsResponse
|
|
66740
67283
|
*/
|
|
66741
67284
|
describeDetachedBackups(request: DescribeDetachedBackupsRequest): Promise<DescribeDetachedBackupsResponse>;
|
|
66742
|
-
/**
|
|
66743
|
-
* Queries the information about diagnostics reports.
|
|
66744
|
-
*
|
|
66745
|
-
* @remarks
|
|
66746
|
-
* > This operation is phased out.
|
|
66747
|
-
*
|
|
66748
|
-
* @deprecated OpenAPI DescribeDiagnosticReportList is deprecated
|
|
66749
|
-
*
|
|
66750
|
-
* @param request - DescribeDiagnosticReportListRequest
|
|
66751
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
66752
|
-
* @returns DescribeDiagnosticReportListResponse
|
|
66753
|
-
*/
|
|
66754
|
-
describeDiagnosticReportListWithOptions(request: DescribeDiagnosticReportListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosticReportListResponse>;
|
|
66755
|
-
/**
|
|
66756
|
-
* Queries the information about diagnostics reports.
|
|
66757
|
-
*
|
|
66758
|
-
* @remarks
|
|
66759
|
-
* > This operation is phased out.
|
|
66760
|
-
*
|
|
66761
|
-
* @deprecated OpenAPI DescribeDiagnosticReportList is deprecated
|
|
66762
|
-
*
|
|
66763
|
-
* @param request - DescribeDiagnosticReportListRequest
|
|
66764
|
-
* @returns DescribeDiagnosticReportListResponse
|
|
66765
|
-
*/
|
|
66766
|
-
describeDiagnosticReportList(request: DescribeDiagnosticReportListRequest): Promise<DescribeDiagnosticReportListResponse>;
|
|
66767
67285
|
/**
|
|
66768
67286
|
* Queries the error logs of an instance over a specific time range.
|
|
66769
67287
|
*
|
|
@@ -67838,6 +68356,21 @@ export default class Client extends OpenApi {
|
|
|
67838
68356
|
* @returns DescribeRCMetricListResponse
|
|
67839
68357
|
*/
|
|
67840
68358
|
describeRCMetricList(request: DescribeRCMetricListRequest): Promise<DescribeRCMetricListResponse>;
|
|
68359
|
+
/**
|
|
68360
|
+
* 描述RC模版
|
|
68361
|
+
*
|
|
68362
|
+
* @param request - DescribeRCNodePoolRequest
|
|
68363
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
68364
|
+
* @returns DescribeRCNodePoolResponse
|
|
68365
|
+
*/
|
|
68366
|
+
describeRCNodePoolWithOptions(request: DescribeRCNodePoolRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRCNodePoolResponse>;
|
|
68367
|
+
/**
|
|
68368
|
+
* 描述RC模版
|
|
68369
|
+
*
|
|
68370
|
+
* @param request - DescribeRCNodePoolRequest
|
|
68371
|
+
* @returns DescribeRCNodePoolResponse
|
|
68372
|
+
*/
|
|
68373
|
+
describeRCNodePool(request: DescribeRCNodePoolRequest): Promise<DescribeRCNodePoolResponse>;
|
|
67841
68374
|
/**
|
|
67842
68375
|
* Queries the details of snapshots. The details include the status of the snapshots, the amount of remaining time required to create the snapshots, and the retention period of the automatic snapshots in days.
|
|
67843
68376
|
*
|
|
@@ -69871,6 +70404,21 @@ export default class Client extends OpenApi {
|
|
|
69871
70404
|
* @returns ModifyDBInstancePayTypeResponse
|
|
69872
70405
|
*/
|
|
69873
70406
|
modifyDBInstancePayType(request: ModifyDBInstancePayTypeRequest): Promise<ModifyDBInstancePayTypeResponse>;
|
|
70407
|
+
/**
|
|
70408
|
+
* 修改数据库复制
|
|
70409
|
+
*
|
|
70410
|
+
* @param request - ModifyDBInstanceReplicationSwitchRequest
|
|
70411
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
70412
|
+
* @returns ModifyDBInstanceReplicationSwitchResponse
|
|
70413
|
+
*/
|
|
70414
|
+
modifyDBInstanceReplicationSwitchWithOptions(request: ModifyDBInstanceReplicationSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceReplicationSwitchResponse>;
|
|
70415
|
+
/**
|
|
70416
|
+
* 修改数据库复制
|
|
70417
|
+
*
|
|
70418
|
+
* @param request - ModifyDBInstanceReplicationSwitchRequest
|
|
70419
|
+
* @returns ModifyDBInstanceReplicationSwitchResponse
|
|
70420
|
+
*/
|
|
70421
|
+
modifyDBInstanceReplicationSwitch(request: ModifyDBInstanceReplicationSwitchRequest): Promise<ModifyDBInstanceReplicationSwitchResponse>;
|
|
69874
70422
|
/**
|
|
69875
70423
|
* Modifies the SSL encryption settings of an instance.
|
|
69876
70424
|
*
|
|
@@ -70781,13 +71329,10 @@ export default class Client extends OpenApi {
|
|
|
70781
71329
|
* Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
|
|
70782
71330
|
*
|
|
70783
71331
|
* @remarks
|
|
70784
|
-
* ### [](#)
|
|
70785
|
-
*
|
|
70786
|
-
* * PostgreSQL
|
|
70787
|
-
* * SQL Server
|
|
70788
|
-
* > If DAS Enterprise Edition is supported in the region in which the instance resides, the most recent version of DAS Enterprise Edition is enabled when you call the operation to enable the SQL Audit feature for the instance. For more information about the database engines and regions supported by each version of DAS Enterprise Edition, see [Supported databases and regions](https://help.aliyun.com/document_detail/156204.html).
|
|
71332
|
+
* ### [](#)Note:
|
|
71333
|
+
* This operation is no longer maintained. We recommend that you enable or configure Database Autonomy Service (DAS) Enterprise Edition. For more information, see [Enable or configure DAS Enterprise Edition](https://help.aliyun.com/document_detail/2778835.html).
|
|
70789
71334
|
* ### [](#)References
|
|
70790
|
-
* > Before you call this operation,
|
|
71335
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
70791
71336
|
* * [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
|
|
70792
71337
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
|
|
70793
71338
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
|
|
@@ -70801,13 +71346,10 @@ export default class Client extends OpenApi {
|
|
|
70801
71346
|
* Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
|
|
70802
71347
|
*
|
|
70803
71348
|
* @remarks
|
|
70804
|
-
* ### [](#)
|
|
70805
|
-
*
|
|
70806
|
-
* * PostgreSQL
|
|
70807
|
-
* * SQL Server
|
|
70808
|
-
* > If DAS Enterprise Edition is supported in the region in which the instance resides, the most recent version of DAS Enterprise Edition is enabled when you call the operation to enable the SQL Audit feature for the instance. For more information about the database engines and regions supported by each version of DAS Enterprise Edition, see [Supported databases and regions](https://help.aliyun.com/document_detail/156204.html).
|
|
71349
|
+
* ### [](#)Note:
|
|
71350
|
+
* This operation is no longer maintained. We recommend that you enable or configure Database Autonomy Service (DAS) Enterprise Edition. For more information, see [Enable or configure DAS Enterprise Edition](https://help.aliyun.com/document_detail/2778835.html).
|
|
70809
71351
|
* ### [](#)References
|
|
70810
|
-
* > Before you call this operation,
|
|
71352
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
70811
71353
|
* * [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
|
|
70812
71354
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
|
|
70813
71355
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
|
|
@@ -71382,7 +71924,11 @@ export default class Client extends OpenApi {
|
|
|
71382
71924
|
*/
|
|
71383
71925
|
renewInstance(request: RenewInstanceRequest): Promise<RenewInstanceResponse>;
|
|
71384
71926
|
/**
|
|
71385
|
-
*
|
|
71927
|
+
* Reinstalls the operating system (OS) of an RDS Custom instance.
|
|
71928
|
+
*
|
|
71929
|
+
* @remarks
|
|
71930
|
+
* The instance must be in the Stopped state.
|
|
71931
|
+
* * If you reinstall the system, the data on the original system disk is lost. Exercise caution when you perform this operation.
|
|
71386
71932
|
*
|
|
71387
71933
|
* @param request - ReplaceRCInstanceSystemDiskRequest
|
|
71388
71934
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -71390,7 +71936,11 @@ export default class Client extends OpenApi {
|
|
|
71390
71936
|
*/
|
|
71391
71937
|
replaceRCInstanceSystemDiskWithOptions(request: ReplaceRCInstanceSystemDiskRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceRCInstanceSystemDiskResponse>;
|
|
71392
71938
|
/**
|
|
71393
|
-
*
|
|
71939
|
+
* Reinstalls the operating system (OS) of an RDS Custom instance.
|
|
71940
|
+
*
|
|
71941
|
+
* @remarks
|
|
71942
|
+
* The instance must be in the Stopped state.
|
|
71943
|
+
* * If you reinstall the system, the data on the original system disk is lost. Exercise caution when you perform this operation.
|
|
71394
71944
|
*
|
|
71395
71945
|
* @param request - ReplaceRCInstanceSystemDiskRequest
|
|
71396
71946
|
* @returns ReplaceRCInstanceSystemDiskResponse
|
|
@@ -71918,7 +72468,13 @@ export default class Client extends OpenApi {
|
|
|
71918
72468
|
*/
|
|
71919
72469
|
syncRCKeyPair(request: SyncRCKeyPairRequest): Promise<SyncRCKeyPairResponse>;
|
|
71920
72470
|
/**
|
|
71921
|
-
*
|
|
72471
|
+
* Adds security group rules to an RDS Custom for SQL Server instance.
|
|
72472
|
+
*
|
|
72473
|
+
* @remarks
|
|
72474
|
+
* ### [](#)Supported database engine
|
|
72475
|
+
* SQL Server
|
|
72476
|
+
* ### [](#)References
|
|
72477
|
+
* [Introduction to ApsaraDB RDS Custom](https://help.aliyun.com/document_detail/2864363.html)
|
|
71922
72478
|
*
|
|
71923
72479
|
* @param request - SyncRCSecurityGroupRequest
|
|
71924
72480
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -71926,7 +72482,13 @@ export default class Client extends OpenApi {
|
|
|
71926
72482
|
*/
|
|
71927
72483
|
syncRCSecurityGroupWithOptions(request: SyncRCSecurityGroupRequest, runtime: $Util.RuntimeOptions): Promise<SyncRCSecurityGroupResponse>;
|
|
71928
72484
|
/**
|
|
71929
|
-
*
|
|
72485
|
+
* Adds security group rules to an RDS Custom for SQL Server instance.
|
|
72486
|
+
*
|
|
72487
|
+
* @remarks
|
|
72488
|
+
* ### [](#)Supported database engine
|
|
72489
|
+
* SQL Server
|
|
72490
|
+
* ### [](#)References
|
|
72491
|
+
* [Introduction to ApsaraDB RDS Custom](https://help.aliyun.com/document_detail/2864363.html)
|
|
71930
72492
|
*
|
|
71931
72493
|
* @param request - SyncRCSecurityGroupRequest
|
|
71932
72494
|
* @returns SyncRCSecurityGroupResponse
|
|
@@ -72038,7 +72600,13 @@ export default class Client extends OpenApi {
|
|
|
72038
72600
|
*/
|
|
72039
72601
|
transformDBInstancePayType(request: TransformDBInstancePayTypeRequest): Promise<TransformDBInstancePayTypeResponse>;
|
|
72040
72602
|
/**
|
|
72041
|
-
*
|
|
72603
|
+
* Unbinds a elastic IP address (EIP) from an RDS Custom for SQL Server instance.
|
|
72604
|
+
*
|
|
72605
|
+
* @remarks
|
|
72606
|
+
* ### [](#)Supported database engine
|
|
72607
|
+
* SQL Server
|
|
72608
|
+
* ### [](#)References
|
|
72609
|
+
* [Introduction to ApsaraDB RDS Custom](https://help.aliyun.com/document_detail/2864363.html)
|
|
72042
72610
|
*
|
|
72043
72611
|
* @param request - UnassociateEipAddressWithRCInstanceRequest
|
|
72044
72612
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -72046,7 +72614,13 @@ export default class Client extends OpenApi {
|
|
|
72046
72614
|
*/
|
|
72047
72615
|
unassociateEipAddressWithRCInstanceWithOptions(request: UnassociateEipAddressWithRCInstanceRequest, runtime: $Util.RuntimeOptions): Promise<UnassociateEipAddressWithRCInstanceResponse>;
|
|
72048
72616
|
/**
|
|
72049
|
-
*
|
|
72617
|
+
* Unbinds a elastic IP address (EIP) from an RDS Custom for SQL Server instance.
|
|
72618
|
+
*
|
|
72619
|
+
* @remarks
|
|
72620
|
+
* ### [](#)Supported database engine
|
|
72621
|
+
* SQL Server
|
|
72622
|
+
* ### [](#)References
|
|
72623
|
+
* [Introduction to ApsaraDB RDS Custom](https://help.aliyun.com/document_detail/2864363.html)
|
|
72050
72624
|
*
|
|
72051
72625
|
* @param request - UnassociateEipAddressWithRCInstanceRequest
|
|
72052
72626
|
* @returns UnassociateEipAddressWithRCInstanceResponse
|