@alicloud/polardb20170801 5.1.9 → 5.1.10
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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -5410,6 +5410,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
5410
5410
|
* pc-pz51ziv48317b2880
|
|
5411
5411
|
*/
|
|
5412
5412
|
sourceDBCluster?: string;
|
|
5413
|
+
sourceRegionId?: string;
|
|
5413
5414
|
/**
|
|
5414
5415
|
* @remarks
|
|
5415
5416
|
* Indicates whether the cross-zone disaster recovery feature is enabled. Valid values: ON OFF 0: Customer Drill Mode
|
package/dist/client.js
CHANGED
|
@@ -3169,6 +3169,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3169
3169
|
SQLSize: 'SQLSize',
|
|
3170
3170
|
serverlessType: 'ServerlessType',
|
|
3171
3171
|
sourceDBCluster: 'SourceDBCluster',
|
|
3172
|
+
sourceRegionId: 'SourceRegionId',
|
|
3172
3173
|
standbyHAMode: 'StandbyHAMode',
|
|
3173
3174
|
storageMax: 'StorageMax',
|
|
3174
3175
|
storagePayType: 'StoragePayType',
|
|
@@ -3233,6 +3234,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3233
3234
|
SQLSize: 'number',
|
|
3234
3235
|
serverlessType: 'string',
|
|
3235
3236
|
sourceDBCluster: 'string',
|
|
3237
|
+
sourceRegionId: 'string',
|
|
3236
3238
|
standbyHAMode: 'string',
|
|
3237
3239
|
storageMax: 'number',
|
|
3238
3240
|
storagePayType: 'string',
|