@alicloud/rds20140815 11.2.0 → 11.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +657 -35
- package/dist/client.js +967 -37
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1351 -35
package/dist/client.d.ts
CHANGED
|
@@ -13854,6 +13854,269 @@ export declare class DescribeRCInstanceAttributeResponseBodyVpcAttributes extend
|
|
|
13854
13854
|
[key: string]: any;
|
|
13855
13855
|
});
|
|
13856
13856
|
}
|
|
13857
|
+
export declare class DescribeRCInstanceDdosCountResponseBodyDdosCount extends $dara.Model {
|
|
13858
|
+
/**
|
|
13859
|
+
* @example
|
|
13860
|
+
* 0
|
|
13861
|
+
*/
|
|
13862
|
+
blackholeCount?: string;
|
|
13863
|
+
/**
|
|
13864
|
+
* @example
|
|
13865
|
+
* 0
|
|
13866
|
+
*/
|
|
13867
|
+
defenseCount?: string;
|
|
13868
|
+
/**
|
|
13869
|
+
* @example
|
|
13870
|
+
* 6
|
|
13871
|
+
*/
|
|
13872
|
+
instacenCount?: string;
|
|
13873
|
+
static names(): {
|
|
13874
|
+
[key: string]: string;
|
|
13875
|
+
};
|
|
13876
|
+
static types(): {
|
|
13877
|
+
[key: string]: any;
|
|
13878
|
+
};
|
|
13879
|
+
validate(): void;
|
|
13880
|
+
constructor(map?: {
|
|
13881
|
+
[key: string]: any;
|
|
13882
|
+
});
|
|
13883
|
+
}
|
|
13884
|
+
export declare class DescribeRCInstanceHistoryEventsRequestEventPublishTime extends $dara.Model {
|
|
13885
|
+
end?: string;
|
|
13886
|
+
start?: string;
|
|
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 DescribeRCInstanceHistoryEventsRequestNotBefore extends $dara.Model {
|
|
13899
|
+
end?: string;
|
|
13900
|
+
/**
|
|
13901
|
+
* @example
|
|
13902
|
+
* 2017-11-30T06:32:31Z
|
|
13903
|
+
*/
|
|
13904
|
+
start?: string;
|
|
13905
|
+
static names(): {
|
|
13906
|
+
[key: string]: string;
|
|
13907
|
+
};
|
|
13908
|
+
static types(): {
|
|
13909
|
+
[key: string]: any;
|
|
13910
|
+
};
|
|
13911
|
+
validate(): void;
|
|
13912
|
+
constructor(map?: {
|
|
13913
|
+
[key: string]: any;
|
|
13914
|
+
});
|
|
13915
|
+
}
|
|
13916
|
+
export declare class DescribeRCInstanceHistoryEventsRequestTag extends $dara.Model {
|
|
13917
|
+
key?: string;
|
|
13918
|
+
value?: string;
|
|
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 DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetEventCycleStatus extends $dara.Model {
|
|
13931
|
+
code?: string;
|
|
13932
|
+
name?: string;
|
|
13933
|
+
static names(): {
|
|
13934
|
+
[key: string]: string;
|
|
13935
|
+
};
|
|
13936
|
+
static types(): {
|
|
13937
|
+
[key: string]: any;
|
|
13938
|
+
};
|
|
13939
|
+
validate(): void;
|
|
13940
|
+
constructor(map?: {
|
|
13941
|
+
[key: string]: any;
|
|
13942
|
+
});
|
|
13943
|
+
}
|
|
13944
|
+
export declare class DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetEventType extends $dara.Model {
|
|
13945
|
+
code?: string;
|
|
13946
|
+
name?: string;
|
|
13947
|
+
static names(): {
|
|
13948
|
+
[key: string]: string;
|
|
13949
|
+
};
|
|
13950
|
+
static types(): {
|
|
13951
|
+
[key: string]: any;
|
|
13952
|
+
};
|
|
13953
|
+
validate(): void;
|
|
13954
|
+
constructor(map?: {
|
|
13955
|
+
[key: string]: any;
|
|
13956
|
+
});
|
|
13957
|
+
}
|
|
13958
|
+
export declare class DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetExtendedAttributeInactiveDisks extends $dara.Model {
|
|
13959
|
+
creationTime?: string;
|
|
13960
|
+
deviceCategory?: string;
|
|
13961
|
+
deviceSize?: string;
|
|
13962
|
+
deviceType?: string;
|
|
13963
|
+
releaseTime?: string;
|
|
13964
|
+
static names(): {
|
|
13965
|
+
[key: string]: string;
|
|
13966
|
+
};
|
|
13967
|
+
static types(): {
|
|
13968
|
+
[key: string]: any;
|
|
13969
|
+
};
|
|
13970
|
+
validate(): void;
|
|
13971
|
+
constructor(map?: {
|
|
13972
|
+
[key: string]: any;
|
|
13973
|
+
});
|
|
13974
|
+
}
|
|
13975
|
+
export declare class DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetExtendedAttribute extends $dara.Model {
|
|
13976
|
+
canAccept?: string;
|
|
13977
|
+
code?: string;
|
|
13978
|
+
device?: string;
|
|
13979
|
+
diskId?: string;
|
|
13980
|
+
hostId?: string;
|
|
13981
|
+
hostType?: string;
|
|
13982
|
+
inactiveDisks?: DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetExtendedAttributeInactiveDisks[];
|
|
13983
|
+
migrationOptions?: string[];
|
|
13984
|
+
onlineRepairPolicy?: string;
|
|
13985
|
+
punishDomain?: string;
|
|
13986
|
+
punishType?: string;
|
|
13987
|
+
punishUrl?: string;
|
|
13988
|
+
rack?: string;
|
|
13989
|
+
responseResult?: string;
|
|
13990
|
+
static names(): {
|
|
13991
|
+
[key: string]: string;
|
|
13992
|
+
};
|
|
13993
|
+
static types(): {
|
|
13994
|
+
[key: string]: any;
|
|
13995
|
+
};
|
|
13996
|
+
validate(): void;
|
|
13997
|
+
constructor(map?: {
|
|
13998
|
+
[key: string]: any;
|
|
13999
|
+
});
|
|
14000
|
+
}
|
|
14001
|
+
export declare class DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSet extends $dara.Model {
|
|
14002
|
+
eventCycleStatus?: DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetEventCycleStatus;
|
|
14003
|
+
eventFinishTime?: string;
|
|
14004
|
+
eventId?: string;
|
|
14005
|
+
eventPublishTime?: string;
|
|
14006
|
+
eventType?: DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetEventType;
|
|
14007
|
+
extendedAttribute?: DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSetExtendedAttribute;
|
|
14008
|
+
impactLevel?: string;
|
|
14009
|
+
instanceId?: string;
|
|
14010
|
+
notBefore?: string;
|
|
14011
|
+
reason?: string;
|
|
14012
|
+
reasonCode?: string;
|
|
14013
|
+
resourceType?: string;
|
|
14014
|
+
static names(): {
|
|
14015
|
+
[key: string]: string;
|
|
14016
|
+
};
|
|
14017
|
+
static types(): {
|
|
14018
|
+
[key: string]: any;
|
|
14019
|
+
};
|
|
14020
|
+
validate(): void;
|
|
14021
|
+
constructor(map?: {
|
|
14022
|
+
[key: string]: any;
|
|
14023
|
+
});
|
|
14024
|
+
}
|
|
14025
|
+
export declare class DescribeRCInstanceIpAddressResponseBodyRCInstanceListIpAddressConfig extends $dara.Model {
|
|
14026
|
+
/**
|
|
14027
|
+
* @example
|
|
14028
|
+
* 5200
|
|
14029
|
+
*/
|
|
14030
|
+
blackholeThreshold?: number;
|
|
14031
|
+
/**
|
|
14032
|
+
* @example
|
|
14033
|
+
* 300
|
|
14034
|
+
*/
|
|
14035
|
+
defenseBpsThreshold?: number;
|
|
14036
|
+
/**
|
|
14037
|
+
* @example
|
|
14038
|
+
* 70000
|
|
14039
|
+
*/
|
|
14040
|
+
defensePpsThreshold?: number;
|
|
14041
|
+
/**
|
|
14042
|
+
* @example
|
|
14043
|
+
* 12310
|
|
14044
|
+
*/
|
|
14045
|
+
elasticThreshold?: number;
|
|
14046
|
+
/**
|
|
14047
|
+
* @example
|
|
14048
|
+
* 39.105.XXX.XXX
|
|
14049
|
+
*/
|
|
14050
|
+
instanceIp?: string;
|
|
14051
|
+
/**
|
|
14052
|
+
* @example
|
|
14053
|
+
* normal
|
|
14054
|
+
*/
|
|
14055
|
+
ipStatus?: string;
|
|
14056
|
+
/**
|
|
14057
|
+
* @example
|
|
14058
|
+
* v4
|
|
14059
|
+
*/
|
|
14060
|
+
ipVersion?: string;
|
|
14061
|
+
/**
|
|
14062
|
+
* @example
|
|
14063
|
+
* true
|
|
14064
|
+
*/
|
|
14065
|
+
isBgppack?: boolean;
|
|
14066
|
+
/**
|
|
14067
|
+
* @example
|
|
14068
|
+
* 0
|
|
14069
|
+
*/
|
|
14070
|
+
isFullProtection?: number;
|
|
14071
|
+
/**
|
|
14072
|
+
* @example
|
|
14073
|
+
* cn-beijing-wt97-a01
|
|
14074
|
+
*/
|
|
14075
|
+
regionId?: string;
|
|
14076
|
+
static names(): {
|
|
14077
|
+
[key: string]: string;
|
|
14078
|
+
};
|
|
14079
|
+
static types(): {
|
|
14080
|
+
[key: string]: any;
|
|
14081
|
+
};
|
|
14082
|
+
validate(): void;
|
|
14083
|
+
constructor(map?: {
|
|
14084
|
+
[key: string]: any;
|
|
14085
|
+
});
|
|
14086
|
+
}
|
|
14087
|
+
export declare class DescribeRCInstanceIpAddressResponseBodyRCInstanceList extends $dara.Model {
|
|
14088
|
+
/**
|
|
14089
|
+
* @example
|
|
14090
|
+
* rc-kti8hw44yy0x53******
|
|
14091
|
+
*/
|
|
14092
|
+
instanceId?: string;
|
|
14093
|
+
/**
|
|
14094
|
+
* @example
|
|
14095
|
+
* rc-kti8hw44yy0x53******
|
|
14096
|
+
*/
|
|
14097
|
+
instanceName?: string;
|
|
14098
|
+
/**
|
|
14099
|
+
* @example
|
|
14100
|
+
* normal
|
|
14101
|
+
*/
|
|
14102
|
+
instanceStatus?: string;
|
|
14103
|
+
/**
|
|
14104
|
+
* @example
|
|
14105
|
+
* ecs
|
|
14106
|
+
*/
|
|
14107
|
+
instanceType?: string;
|
|
14108
|
+
ipAddressConfig?: DescribeRCInstanceIpAddressResponseBodyRCInstanceListIpAddressConfig[];
|
|
14109
|
+
static names(): {
|
|
14110
|
+
[key: string]: string;
|
|
14111
|
+
};
|
|
14112
|
+
static types(): {
|
|
14113
|
+
[key: string]: any;
|
|
14114
|
+
};
|
|
14115
|
+
validate(): void;
|
|
14116
|
+
constructor(map?: {
|
|
14117
|
+
[key: string]: any;
|
|
14118
|
+
});
|
|
14119
|
+
}
|
|
13857
14120
|
export declare class DescribeRCInstanceTypeFamiliesResponseBodyInstanceTypeFamiliesInstanceTypeFamily extends $dara.Model {
|
|
13858
14121
|
/**
|
|
13859
14122
|
* @remarks
|
|
@@ -18887,6 +19150,65 @@ export declare class TagResourcesRequestTag extends $dara.Model {
|
|
|
18887
19150
|
[key: string]: any;
|
|
18888
19151
|
});
|
|
18889
19152
|
}
|
|
19153
|
+
export declare class AcceptRCInquiredSystemEventRequest extends $dara.Model {
|
|
19154
|
+
/**
|
|
19155
|
+
* @remarks
|
|
19156
|
+
* This parameter is required.
|
|
19157
|
+
*
|
|
19158
|
+
* **if can be null:**
|
|
19159
|
+
* true
|
|
19160
|
+
*/
|
|
19161
|
+
eventId?: string;
|
|
19162
|
+
/**
|
|
19163
|
+
* @remarks
|
|
19164
|
+
* This parameter is required.
|
|
19165
|
+
*
|
|
19166
|
+
* **if can be null:**
|
|
19167
|
+
* true
|
|
19168
|
+
*/
|
|
19169
|
+
regionId?: string;
|
|
19170
|
+
static names(): {
|
|
19171
|
+
[key: string]: string;
|
|
19172
|
+
};
|
|
19173
|
+
static types(): {
|
|
19174
|
+
[key: string]: any;
|
|
19175
|
+
};
|
|
19176
|
+
validate(): void;
|
|
19177
|
+
constructor(map?: {
|
|
19178
|
+
[key: string]: any;
|
|
19179
|
+
});
|
|
19180
|
+
}
|
|
19181
|
+
export declare class AcceptRCInquiredSystemEventResponseBody extends $dara.Model {
|
|
19182
|
+
orderId?: string;
|
|
19183
|
+
requestId?: string;
|
|
19184
|
+
static names(): {
|
|
19185
|
+
[key: string]: string;
|
|
19186
|
+
};
|
|
19187
|
+
static types(): {
|
|
19188
|
+
[key: string]: any;
|
|
19189
|
+
};
|
|
19190
|
+
validate(): void;
|
|
19191
|
+
constructor(map?: {
|
|
19192
|
+
[key: string]: any;
|
|
19193
|
+
});
|
|
19194
|
+
}
|
|
19195
|
+
export declare class AcceptRCInquiredSystemEventResponse extends $dara.Model {
|
|
19196
|
+
headers?: {
|
|
19197
|
+
[key: string]: string;
|
|
19198
|
+
};
|
|
19199
|
+
statusCode?: number;
|
|
19200
|
+
body?: AcceptRCInquiredSystemEventResponseBody;
|
|
19201
|
+
static names(): {
|
|
19202
|
+
[key: string]: string;
|
|
19203
|
+
};
|
|
19204
|
+
static types(): {
|
|
19205
|
+
[key: string]: any;
|
|
19206
|
+
};
|
|
19207
|
+
validate(): void;
|
|
19208
|
+
constructor(map?: {
|
|
19209
|
+
[key: string]: any;
|
|
19210
|
+
});
|
|
19211
|
+
}
|
|
18890
19212
|
export declare class ActivateMigrationTargetInstanceRequest extends $dara.Model {
|
|
18891
19213
|
/**
|
|
18892
19214
|
* @remarks
|
|
@@ -27134,14 +27456,10 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27134
27456
|
* @remarks
|
|
27135
27457
|
* The category of the data disk. Valid values:
|
|
27136
27458
|
*
|
|
27137
|
-
* * **cloud** (default): basic disk
|
|
27138
27459
|
* * **cloud_efficiency**: ultra disk.
|
|
27139
27460
|
* * **cloud_ssd**: standard SSD.
|
|
27140
|
-
* * **cloud_essd**:
|
|
27141
|
-
* * **cloud_auto**: ESSD AutoPL disk
|
|
27142
|
-
* * **cloud_essd_entry**: ESSD Entry disk
|
|
27143
|
-
* * **elastic_ephemeral_disk_standard**: standard elastic ephemeral disk
|
|
27144
|
-
* * **elastic_ephemeral_disk_premium**: premium elastic ephemeral disk
|
|
27461
|
+
* * **cloud_essd**: ESSD.
|
|
27462
|
+
* * **cloud_auto**: ESSD AutoPL disk.
|
|
27145
27463
|
*
|
|
27146
27464
|
* @example
|
|
27147
27465
|
* cloud_ssd
|
|
@@ -27149,7 +27467,7 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27149
27467
|
diskCategory?: string;
|
|
27150
27468
|
/**
|
|
27151
27469
|
* @remarks
|
|
27152
|
-
* The disk
|
|
27470
|
+
* The name of the data disk. The name must be 2 to 128 characters in length and can contain letters and digits. The name can contain colons (:), underscores (_), periods (.), and hyphens (-).
|
|
27153
27471
|
*
|
|
27154
27472
|
* By default, this parameter is left empty.
|
|
27155
27473
|
*
|
|
@@ -27182,7 +27500,7 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27182
27500
|
* * **PL2**: A single ESSD delivers up to 100,000 random read/write IOPS.
|
|
27183
27501
|
* * **PL3**: A single ESSD delivers up to 1,000,000 random read/write IOPS.
|
|
27184
27502
|
*
|
|
27185
|
-
* For information about ESSD PLs, see [ESSDs](https://help.aliyun.com/document_detail/
|
|
27503
|
+
* For information about ESSD PLs, see [ESSDs](https://help.aliyun.com/document_detail/2859916.html).
|
|
27186
27504
|
*
|
|
27187
27505
|
* @example
|
|
27188
27506
|
* PL1
|
|
@@ -27216,11 +27534,9 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27216
27534
|
regionId?: string;
|
|
27217
27535
|
/**
|
|
27218
27536
|
* @remarks
|
|
27219
|
-
* The disk size. Unit: GiB. This parameter is required.
|
|
27220
|
-
*
|
|
27221
|
-
* * Valid values if you set DiskCategory to **cloud**: 5 to 2000.
|
|
27537
|
+
* The disk size. Unit: GiB. This parameter is required. Valid values:
|
|
27222
27538
|
*
|
|
27223
|
-
* * Valid values if you set DiskCategory to **
|
|
27539
|
+
* * Valid values if you set DiskCategory to **cloud_essd_entry**: 10 to 32768.
|
|
27224
27540
|
*
|
|
27225
27541
|
* * Valid values if you set DiskCategory to **cloud_ssd**: 20 to 32768.
|
|
27226
27542
|
*
|
|
@@ -27233,12 +27549,6 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27233
27549
|
*
|
|
27234
27550
|
* * Valid values if you set DiskCategory to **cloud_auto**: 1 to 65536.
|
|
27235
27551
|
*
|
|
27236
|
-
* * Valid values if you set DiskCategory to **cloud_essd_entry**: 10 to 32768.
|
|
27237
|
-
*
|
|
27238
|
-
* * Valid values if you set DiskCategory to **elastic_ephemeral_disk_standard**: 64 to 8192.
|
|
27239
|
-
*
|
|
27240
|
-
* * Valid values if you set DiskCategory to **elastic_ephemeral_disk_premium**: 64 to 8192.
|
|
27241
|
-
*
|
|
27242
27552
|
* If `SnapshotId` is specified, the following limits apply to `SnapshotId` and `Size`:
|
|
27243
27553
|
*
|
|
27244
27554
|
* * 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.
|
|
@@ -27264,6 +27574,8 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27264
27574
|
* @remarks
|
|
27265
27575
|
* The zone ID.
|
|
27266
27576
|
*
|
|
27577
|
+
* This parameter is required if you do not specify **InstanceId**.
|
|
27578
|
+
*
|
|
27267
27579
|
* @example
|
|
27268
27580
|
* cn-hangzhou-a
|
|
27269
27581
|
*/
|
|
@@ -27282,7 +27594,7 @@ export declare class CreateRCDiskRequest extends $dara.Model {
|
|
|
27282
27594
|
export declare class CreateRCDiskResponseBody extends $dara.Model {
|
|
27283
27595
|
/**
|
|
27284
27596
|
* @remarks
|
|
27285
|
-
* The disk ID.
|
|
27597
|
+
* The cloud disk ID.
|
|
27286
27598
|
*
|
|
27287
27599
|
* @example
|
|
27288
27600
|
* rcd-2zegrjtnkp6dqbe1egca
|
|
@@ -44702,13 +45014,13 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
44702
45014
|
* The commodity code of the instance. Valid values:
|
|
44703
45015
|
*
|
|
44704
45016
|
* * **bards**: The instance is a pay-as-you-go primary instance. This value is available at the China site (aliyun.com).
|
|
44705
|
-
* * **rds** (default): The instance is a subscription primary instance. This value is available
|
|
45017
|
+
* * **rds** (default): The instance is a subscription primary instance. This value is available at the China site (aliyun.com).
|
|
44706
45018
|
* * **rords**: The instance is a pay-as-you-go read-only instance. This value is available at the China site (aliyun.com).
|
|
44707
45019
|
* * **rds_rordspre_public_cn**: The instance is a subscription read-only instance. This value is available at the China site (aliyun.com).
|
|
44708
45020
|
* * **bards_intl**: The instance is a pay-as-you-go primary instance. This value is available at the international site (alibabacloud.com).
|
|
44709
45021
|
* * **rds_intl**: The instance is a subscription primary instance. This value is available at the international site (alibabacloud.com).
|
|
44710
45022
|
* * **rords_intl**: The instance is a pay-as-you-go read-only instance. This value is available at the international site (alibabacloud.com).
|
|
44711
|
-
* * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available
|
|
45023
|
+
* * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available at the international site (alibabacloud.com).
|
|
44712
45024
|
*
|
|
44713
45025
|
* > If you want to query the price of a read-only instance, you must specify this parameter.
|
|
44714
45026
|
*
|
|
@@ -44926,13 +45238,13 @@ export declare class DescribePriceShrinkRequest extends $dara.Model {
|
|
|
44926
45238
|
* The commodity code of the instance. Valid values:
|
|
44927
45239
|
*
|
|
44928
45240
|
* * **bards**: The instance is a pay-as-you-go primary instance. This value is available at the China site (aliyun.com).
|
|
44929
|
-
* * **rds** (default): The instance is a subscription primary instance. This value is available
|
|
45241
|
+
* * **rds** (default): The instance is a subscription primary instance. This value is available at the China site (aliyun.com).
|
|
44930
45242
|
* * **rords**: The instance is a pay-as-you-go read-only instance. This value is available at the China site (aliyun.com).
|
|
44931
45243
|
* * **rds_rordspre_public_cn**: The instance is a subscription read-only instance. This value is available at the China site (aliyun.com).
|
|
44932
45244
|
* * **bards_intl**: The instance is a pay-as-you-go primary instance. This value is available at the international site (alibabacloud.com).
|
|
44933
45245
|
* * **rds_intl**: The instance is a subscription primary instance. This value is available at the international site (alibabacloud.com).
|
|
44934
45246
|
* * **rords_intl**: The instance is a pay-as-you-go read-only instance. This value is available at the international site (alibabacloud.com).
|
|
44935
|
-
* * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available
|
|
45247
|
+
* * **rds_rordspre_public_intl**: The instance is a subscription read-only instance. This value is available at the international site (alibabacloud.com).
|
|
44936
45248
|
*
|
|
44937
45249
|
* > If you want to query the price of a read-only instance, you must specify this parameter.
|
|
44938
45250
|
*
|
|
@@ -46360,6 +46672,237 @@ export declare class DescribeRCInstanceAttributeResponse extends $dara.Model {
|
|
|
46360
46672
|
[key: string]: any;
|
|
46361
46673
|
});
|
|
46362
46674
|
}
|
|
46675
|
+
export declare class DescribeRCInstanceDdosCountRequest extends $dara.Model {
|
|
46676
|
+
/**
|
|
46677
|
+
* @example
|
|
46678
|
+
* cn-beijing
|
|
46679
|
+
*/
|
|
46680
|
+
ddosRegionId?: string;
|
|
46681
|
+
/**
|
|
46682
|
+
* @example
|
|
46683
|
+
* ecs
|
|
46684
|
+
*/
|
|
46685
|
+
instanceType?: string;
|
|
46686
|
+
/**
|
|
46687
|
+
* @example
|
|
46688
|
+
* cn-beijing
|
|
46689
|
+
*/
|
|
46690
|
+
regionId?: string;
|
|
46691
|
+
static names(): {
|
|
46692
|
+
[key: string]: string;
|
|
46693
|
+
};
|
|
46694
|
+
static types(): {
|
|
46695
|
+
[key: string]: any;
|
|
46696
|
+
};
|
|
46697
|
+
validate(): void;
|
|
46698
|
+
constructor(map?: {
|
|
46699
|
+
[key: string]: any;
|
|
46700
|
+
});
|
|
46701
|
+
}
|
|
46702
|
+
export declare class DescribeRCInstanceDdosCountResponseBody extends $dara.Model {
|
|
46703
|
+
ddosCount?: DescribeRCInstanceDdosCountResponseBodyDdosCount;
|
|
46704
|
+
/**
|
|
46705
|
+
* @example
|
|
46706
|
+
* F77F3176-AAEA-5836-B2B4-A854E3ED****_Zv**
|
|
46707
|
+
*/
|
|
46708
|
+
requestId?: string;
|
|
46709
|
+
static names(): {
|
|
46710
|
+
[key: string]: string;
|
|
46711
|
+
};
|
|
46712
|
+
static types(): {
|
|
46713
|
+
[key: string]: any;
|
|
46714
|
+
};
|
|
46715
|
+
validate(): void;
|
|
46716
|
+
constructor(map?: {
|
|
46717
|
+
[key: string]: any;
|
|
46718
|
+
});
|
|
46719
|
+
}
|
|
46720
|
+
export declare class DescribeRCInstanceDdosCountResponse extends $dara.Model {
|
|
46721
|
+
headers?: {
|
|
46722
|
+
[key: string]: string;
|
|
46723
|
+
};
|
|
46724
|
+
statusCode?: number;
|
|
46725
|
+
body?: DescribeRCInstanceDdosCountResponseBody;
|
|
46726
|
+
static names(): {
|
|
46727
|
+
[key: string]: string;
|
|
46728
|
+
};
|
|
46729
|
+
static types(): {
|
|
46730
|
+
[key: string]: any;
|
|
46731
|
+
};
|
|
46732
|
+
validate(): void;
|
|
46733
|
+
constructor(map?: {
|
|
46734
|
+
[key: string]: any;
|
|
46735
|
+
});
|
|
46736
|
+
}
|
|
46737
|
+
export declare class DescribeRCInstanceHistoryEventsRequest extends $dara.Model {
|
|
46738
|
+
eventPublishTime?: DescribeRCInstanceHistoryEventsRequestEventPublishTime;
|
|
46739
|
+
notBefore?: DescribeRCInstanceHistoryEventsRequestNotBefore;
|
|
46740
|
+
eventCycleStatus?: string;
|
|
46741
|
+
eventId?: string[];
|
|
46742
|
+
eventType?: string;
|
|
46743
|
+
impactLevel?: string;
|
|
46744
|
+
instanceEventCycleStatus?: string[];
|
|
46745
|
+
instanceEventType?: string[];
|
|
46746
|
+
instanceId?: string;
|
|
46747
|
+
maxResults?: string;
|
|
46748
|
+
pageNumber?: string;
|
|
46749
|
+
pageSize?: string;
|
|
46750
|
+
/**
|
|
46751
|
+
* @remarks
|
|
46752
|
+
* This parameter is required.
|
|
46753
|
+
*/
|
|
46754
|
+
regionId?: string;
|
|
46755
|
+
resourceGroupId?: string;
|
|
46756
|
+
resourceId?: string[];
|
|
46757
|
+
tag?: DescribeRCInstanceHistoryEventsRequestTag[];
|
|
46758
|
+
static names(): {
|
|
46759
|
+
[key: string]: string;
|
|
46760
|
+
};
|
|
46761
|
+
static types(): {
|
|
46762
|
+
[key: string]: any;
|
|
46763
|
+
};
|
|
46764
|
+
validate(): void;
|
|
46765
|
+
constructor(map?: {
|
|
46766
|
+
[key: string]: any;
|
|
46767
|
+
});
|
|
46768
|
+
}
|
|
46769
|
+
export declare class DescribeRCInstanceHistoryEventsResponseBody extends $dara.Model {
|
|
46770
|
+
instanceSystemEventSet?: DescribeRCInstanceHistoryEventsResponseBodyInstanceSystemEventSet[];
|
|
46771
|
+
nextToken?: string;
|
|
46772
|
+
pageNumber?: number;
|
|
46773
|
+
pageSize?: number;
|
|
46774
|
+
requestId?: string;
|
|
46775
|
+
totalCount?: number;
|
|
46776
|
+
static names(): {
|
|
46777
|
+
[key: string]: string;
|
|
46778
|
+
};
|
|
46779
|
+
static types(): {
|
|
46780
|
+
[key: string]: any;
|
|
46781
|
+
};
|
|
46782
|
+
validate(): void;
|
|
46783
|
+
constructor(map?: {
|
|
46784
|
+
[key: string]: any;
|
|
46785
|
+
});
|
|
46786
|
+
}
|
|
46787
|
+
export declare class DescribeRCInstanceHistoryEventsResponse extends $dara.Model {
|
|
46788
|
+
headers?: {
|
|
46789
|
+
[key: string]: string;
|
|
46790
|
+
};
|
|
46791
|
+
statusCode?: number;
|
|
46792
|
+
body?: DescribeRCInstanceHistoryEventsResponseBody;
|
|
46793
|
+
static names(): {
|
|
46794
|
+
[key: string]: string;
|
|
46795
|
+
};
|
|
46796
|
+
static types(): {
|
|
46797
|
+
[key: string]: any;
|
|
46798
|
+
};
|
|
46799
|
+
validate(): void;
|
|
46800
|
+
constructor(map?: {
|
|
46801
|
+
[key: string]: any;
|
|
46802
|
+
});
|
|
46803
|
+
}
|
|
46804
|
+
export declare class DescribeRCInstanceIpAddressRequest extends $dara.Model {
|
|
46805
|
+
/**
|
|
46806
|
+
* @example
|
|
46807
|
+
* 1
|
|
46808
|
+
*/
|
|
46809
|
+
currentPage?: number;
|
|
46810
|
+
/**
|
|
46811
|
+
* @example
|
|
46812
|
+
* cn-beijing
|
|
46813
|
+
*/
|
|
46814
|
+
ddosRegionId?: string;
|
|
46815
|
+
/**
|
|
46816
|
+
* @example
|
|
46817
|
+
* defense
|
|
46818
|
+
*/
|
|
46819
|
+
ddosStatus?: string;
|
|
46820
|
+
/**
|
|
46821
|
+
* @example
|
|
46822
|
+
* rc-y6dn4pyuub1r89******
|
|
46823
|
+
*/
|
|
46824
|
+
instanceId?: string;
|
|
46825
|
+
/**
|
|
46826
|
+
* @example
|
|
46827
|
+
* 39.105.XXX.XXX
|
|
46828
|
+
*/
|
|
46829
|
+
instanceIp?: string;
|
|
46830
|
+
/**
|
|
46831
|
+
* @example
|
|
46832
|
+
* rc-y6dn4pyuub1r89******
|
|
46833
|
+
*/
|
|
46834
|
+
instanceName?: string;
|
|
46835
|
+
/**
|
|
46836
|
+
* @example
|
|
46837
|
+
* ecs
|
|
46838
|
+
*/
|
|
46839
|
+
instanceType?: string;
|
|
46840
|
+
/**
|
|
46841
|
+
* @example
|
|
46842
|
+
* 10
|
|
46843
|
+
*/
|
|
46844
|
+
pageSize?: number;
|
|
46845
|
+
/**
|
|
46846
|
+
* @example
|
|
46847
|
+
* cn-beijing
|
|
46848
|
+
*/
|
|
46849
|
+
regionId?: string;
|
|
46850
|
+
/**
|
|
46851
|
+
* @example
|
|
46852
|
+
* ecs
|
|
46853
|
+
*/
|
|
46854
|
+
resourceType?: string;
|
|
46855
|
+
static names(): {
|
|
46856
|
+
[key: string]: string;
|
|
46857
|
+
};
|
|
46858
|
+
static types(): {
|
|
46859
|
+
[key: string]: any;
|
|
46860
|
+
};
|
|
46861
|
+
validate(): void;
|
|
46862
|
+
constructor(map?: {
|
|
46863
|
+
[key: string]: any;
|
|
46864
|
+
});
|
|
46865
|
+
}
|
|
46866
|
+
export declare class DescribeRCInstanceIpAddressResponseBody extends $dara.Model {
|
|
46867
|
+
RCInstanceList?: DescribeRCInstanceIpAddressResponseBodyRCInstanceList[];
|
|
46868
|
+
/**
|
|
46869
|
+
* @example
|
|
46870
|
+
* C048E440-EA84-5E97-8C81-2A7060D0****_th**
|
|
46871
|
+
*/
|
|
46872
|
+
requestId?: string;
|
|
46873
|
+
/**
|
|
46874
|
+
* @example
|
|
46875
|
+
* 1
|
|
46876
|
+
*/
|
|
46877
|
+
total?: string;
|
|
46878
|
+
static names(): {
|
|
46879
|
+
[key: string]: string;
|
|
46880
|
+
};
|
|
46881
|
+
static types(): {
|
|
46882
|
+
[key: string]: any;
|
|
46883
|
+
};
|
|
46884
|
+
validate(): void;
|
|
46885
|
+
constructor(map?: {
|
|
46886
|
+
[key: string]: any;
|
|
46887
|
+
});
|
|
46888
|
+
}
|
|
46889
|
+
export declare class DescribeRCInstanceIpAddressResponse extends $dara.Model {
|
|
46890
|
+
headers?: {
|
|
46891
|
+
[key: string]: string;
|
|
46892
|
+
};
|
|
46893
|
+
statusCode?: number;
|
|
46894
|
+
body?: DescribeRCInstanceIpAddressResponseBody;
|
|
46895
|
+
static names(): {
|
|
46896
|
+
[key: string]: string;
|
|
46897
|
+
};
|
|
46898
|
+
static types(): {
|
|
46899
|
+
[key: string]: any;
|
|
46900
|
+
};
|
|
46901
|
+
validate(): void;
|
|
46902
|
+
constructor(map?: {
|
|
46903
|
+
[key: string]: any;
|
|
46904
|
+
});
|
|
46905
|
+
}
|
|
46363
46906
|
export declare class DescribeRCInstanceTypeFamiliesRequest extends $dara.Model {
|
|
46364
46907
|
/**
|
|
46365
46908
|
* @remarks
|
|
@@ -66179,10 +66722,26 @@ export declare class SwitchDBInstanceVpcResponse extends $dara.Model {
|
|
|
66179
66722
|
});
|
|
66180
66723
|
}
|
|
66181
66724
|
export declare class SwitchOverMajorVersionUpgradeRequest extends $dara.Model {
|
|
66725
|
+
/**
|
|
66726
|
+
* @example
|
|
66727
|
+
* pgm-m5e4gegx63fh92bn
|
|
66728
|
+
*/
|
|
66182
66729
|
DBInstanceName?: string;
|
|
66183
66730
|
ownerId?: number;
|
|
66731
|
+
/**
|
|
66732
|
+
* @example
|
|
66733
|
+
* cn-hangzhou
|
|
66734
|
+
*/
|
|
66184
66735
|
regionId?: Buffer;
|
|
66736
|
+
/**
|
|
66737
|
+
* @example
|
|
66738
|
+
* 10
|
|
66739
|
+
*/
|
|
66185
66740
|
switchoverTimeout?: number;
|
|
66741
|
+
/**
|
|
66742
|
+
* @example
|
|
66743
|
+
* switch
|
|
66744
|
+
*/
|
|
66186
66745
|
type?: string;
|
|
66187
66746
|
static names(): {
|
|
66188
66747
|
[key: string]: string;
|
|
@@ -66199,6 +66758,9 @@ export declare class SwitchOverMajorVersionUpgradeResponseBody extends $dara.Mod
|
|
|
66199
66758
|
/**
|
|
66200
66759
|
* @remarks
|
|
66201
66760
|
* Id of the request
|
|
66761
|
+
*
|
|
66762
|
+
* @example
|
|
66763
|
+
* 17F57FEE-EA4F-4337-8D2E-9C23CAA63D74
|
|
66202
66764
|
*/
|
|
66203
66765
|
requestId?: string;
|
|
66204
66766
|
static names(): {
|
|
@@ -68040,6 +68602,21 @@ export default class Client extends OpenApi {
|
|
|
68040
68602
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
68041
68603
|
[key: string]: string;
|
|
68042
68604
|
}, endpoint: string): string;
|
|
68605
|
+
/**
|
|
68606
|
+
* 接受并授权执行系统事件操作
|
|
68607
|
+
*
|
|
68608
|
+
* @param request - AcceptRCInquiredSystemEventRequest
|
|
68609
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
68610
|
+
* @returns AcceptRCInquiredSystemEventResponse
|
|
68611
|
+
*/
|
|
68612
|
+
acceptRCInquiredSystemEventWithOptions(request: AcceptRCInquiredSystemEventRequest, runtime: $dara.RuntimeOptions): Promise<AcceptRCInquiredSystemEventResponse>;
|
|
68613
|
+
/**
|
|
68614
|
+
* 接受并授权执行系统事件操作
|
|
68615
|
+
*
|
|
68616
|
+
* @param request - AcceptRCInquiredSystemEventRequest
|
|
68617
|
+
* @returns AcceptRCInquiredSystemEventResponse
|
|
68618
|
+
*/
|
|
68619
|
+
acceptRCInquiredSystemEvent(request: AcceptRCInquiredSystemEventRequest): Promise<AcceptRCInquiredSystemEventResponse>;
|
|
68043
68620
|
/**
|
|
68044
68621
|
* Switches workloads over from the source PostgreSQL instance to the destination ApsaraDB RDS for PostgreSQL instance.
|
|
68045
68622
|
*
|
|
@@ -69191,12 +69768,8 @@ export default class Client extends OpenApi {
|
|
|
69191
69768
|
* Creates an ApsaraDB RDS global active database cluster.
|
|
69192
69769
|
*
|
|
69193
69770
|
* @remarks
|
|
69194
|
-
* ### [](#)Supported database
|
|
69771
|
+
* ### [](#)Supported database engines
|
|
69195
69772
|
* * MySQL
|
|
69196
|
-
* <props="china">
|
|
69197
|
-
* ### [](#)References
|
|
69198
|
-
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
69199
|
-
* [Create and release an ApsaraDB RDS global active database cluster](https://help.aliyun.com/document_detail/328592.html)
|
|
69200
69773
|
*
|
|
69201
69774
|
* @param request - CreateGADInstanceRequest
|
|
69202
69775
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -69207,12 +69780,8 @@ export default class Client extends OpenApi {
|
|
|
69207
69780
|
* Creates an ApsaraDB RDS global active database cluster.
|
|
69208
69781
|
*
|
|
69209
69782
|
* @remarks
|
|
69210
|
-
* ### [](#)Supported database
|
|
69783
|
+
* ### [](#)Supported database engines
|
|
69211
69784
|
* * MySQL
|
|
69212
|
-
* <props="china">
|
|
69213
|
-
* ### [](#)References
|
|
69214
|
-
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
69215
|
-
* [Create and release an ApsaraDB RDS global active database cluster](https://help.aliyun.com/document_detail/328592.html)
|
|
69216
69785
|
*
|
|
69217
69786
|
* @param request - CreateGADInstanceRequest
|
|
69218
69787
|
* @returns CreateGADInstanceResponse
|
|
@@ -73111,6 +73680,51 @@ export default class Client extends OpenApi {
|
|
|
73111
73680
|
* @returns DescribeRCInstanceAttributeResponse
|
|
73112
73681
|
*/
|
|
73113
73682
|
describeRCInstanceAttribute(request: DescribeRCInstanceAttributeRequest): Promise<DescribeRCInstanceAttributeResponse>;
|
|
73683
|
+
/**
|
|
73684
|
+
* 查询RDS Custom实例被DDos攻击的数量
|
|
73685
|
+
*
|
|
73686
|
+
* @param request - DescribeRCInstanceDdosCountRequest
|
|
73687
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
73688
|
+
* @returns DescribeRCInstanceDdosCountResponse
|
|
73689
|
+
*/
|
|
73690
|
+
describeRCInstanceDdosCountWithOptions(request: DescribeRCInstanceDdosCountRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCInstanceDdosCountResponse>;
|
|
73691
|
+
/**
|
|
73692
|
+
* 查询RDS Custom实例被DDos攻击的数量
|
|
73693
|
+
*
|
|
73694
|
+
* @param request - DescribeRCInstanceDdosCountRequest
|
|
73695
|
+
* @returns DescribeRCInstanceDdosCountResponse
|
|
73696
|
+
*/
|
|
73697
|
+
describeRCInstanceDdosCount(request: DescribeRCInstanceDdosCountRequest): Promise<DescribeRCInstanceDdosCountResponse>;
|
|
73698
|
+
/**
|
|
73699
|
+
* 查询指定实例系统事件信息
|
|
73700
|
+
*
|
|
73701
|
+
* @param request - DescribeRCInstanceHistoryEventsRequest
|
|
73702
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
73703
|
+
* @returns DescribeRCInstanceHistoryEventsResponse
|
|
73704
|
+
*/
|
|
73705
|
+
describeRCInstanceHistoryEventsWithOptions(request: DescribeRCInstanceHistoryEventsRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCInstanceHistoryEventsResponse>;
|
|
73706
|
+
/**
|
|
73707
|
+
* 查询指定实例系统事件信息
|
|
73708
|
+
*
|
|
73709
|
+
* @param request - DescribeRCInstanceHistoryEventsRequest
|
|
73710
|
+
* @returns DescribeRCInstanceHistoryEventsResponse
|
|
73711
|
+
*/
|
|
73712
|
+
describeRCInstanceHistoryEvents(request: DescribeRCInstanceHistoryEventsRequest): Promise<DescribeRCInstanceHistoryEventsResponse>;
|
|
73713
|
+
/**
|
|
73714
|
+
* 查询RDS Custom实例的公网IP
|
|
73715
|
+
*
|
|
73716
|
+
* @param request - DescribeRCInstanceIpAddressRequest
|
|
73717
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
73718
|
+
* @returns DescribeRCInstanceIpAddressResponse
|
|
73719
|
+
*/
|
|
73720
|
+
describeRCInstanceIpAddressWithOptions(request: DescribeRCInstanceIpAddressRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCInstanceIpAddressResponse>;
|
|
73721
|
+
/**
|
|
73722
|
+
* 查询RDS Custom实例的公网IP
|
|
73723
|
+
*
|
|
73724
|
+
* @param request - DescribeRCInstanceIpAddressRequest
|
|
73725
|
+
* @returns DescribeRCInstanceIpAddressResponse
|
|
73726
|
+
*/
|
|
73727
|
+
describeRCInstanceIpAddress(request: DescribeRCInstanceIpAddressRequest): Promise<DescribeRCInstanceIpAddressResponse>;
|
|
73114
73728
|
/**
|
|
73115
73729
|
* Queries the instance families of RDS Custom instances.
|
|
73116
73730
|
*
|
|
@@ -77524,7 +78138,11 @@ export default class Client extends OpenApi {
|
|
|
77524
78138
|
*/
|
|
77525
78139
|
switchDBInstanceVpc(request: SwitchDBInstanceVpcRequest): Promise<SwitchDBInstanceVpcResponse>;
|
|
77526
78140
|
/**
|
|
77527
|
-
*
|
|
78141
|
+
* Performs a zero-downtime workload switchover after the major engine version upgrade of an ApsaraDB RDS for PostgreSQL instance.
|
|
78142
|
+
*
|
|
78143
|
+
* @remarks
|
|
78144
|
+
* Supported database engine
|
|
78145
|
+
* * PostgreSQL
|
|
77528
78146
|
*
|
|
77529
78147
|
* @param request - SwitchOverMajorVersionUpgradeRequest
|
|
77530
78148
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -77532,7 +78150,11 @@ export default class Client extends OpenApi {
|
|
|
77532
78150
|
*/
|
|
77533
78151
|
switchOverMajorVersionUpgradeWithOptions(request: SwitchOverMajorVersionUpgradeRequest, runtime: $dara.RuntimeOptions): Promise<SwitchOverMajorVersionUpgradeResponse>;
|
|
77534
78152
|
/**
|
|
77535
|
-
*
|
|
78153
|
+
* Performs a zero-downtime workload switchover after the major engine version upgrade of an ApsaraDB RDS for PostgreSQL instance.
|
|
78154
|
+
*
|
|
78155
|
+
* @remarks
|
|
78156
|
+
* Supported database engine
|
|
78157
|
+
* * PostgreSQL
|
|
77536
78158
|
*
|
|
77537
78159
|
* @param request - SwitchOverMajorVersionUpgradeRequest
|
|
77538
78160
|
* @returns SwitchOverMajorVersionUpgradeResponse
|