@alicloud/ros-cdk-ebs 1.5.0 → 1.7.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/lib/datasource/dedicatedblockstoragecluster.d.ts +171 -0
- package/lib/datasource/dedicatedblockstoragecluster.js +48 -0
- package/lib/datasource/dedicatedblockstorageclusters.d.ts +63 -0
- package/lib/datasource/dedicatedblockstorageclusters.js +35 -0
- package/lib/datasource/diskreplicagroup.d.ts +187 -0
- package/lib/datasource/diskreplicagroup.js +50 -0
- package/lib/datasource/diskreplicagroups.d.ts +18 -4
- package/lib/datasource/diskreplicagroups.js +1 -1
- package/lib/datasource/diskreplicapair.d.ts +155 -0
- package/lib/datasource/diskreplicapair.js +46 -0
- package/lib/datasource/diskreplicapairs.d.ts +18 -4
- package/lib/datasource/diskreplicapairs.js +1 -1
- package/lib/datasource/ebs.generated.d.ts +424 -0
- package/lib/datasource/ebs.generated.js +355 -2
- package/lib/datasource/index.d.ts +4 -0
- package/lib/datasource/index.js +5 -1
- package/lib/dedicatedblockstoragecluster.d.ts +75 -0
- package/lib/dedicatedblockstoragecluster.js +39 -0
- package/lib/diskreplicagroup.d.ts +98 -20
- package/lib/diskreplicagroup.js +1 -1
- package/lib/diskreplicapair.d.ts +78 -16
- package/lib/diskreplicapair.js +1 -1
- package/lib/diskreplicapairaddition.d.ts +18 -4
- package/lib/diskreplicapairaddition.js +1 -1
- package/lib/ebs.generated.d.ts +121 -0
- package/lib/ebs.generated.js +168 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/package.json +1 -1
|
@@ -1,4 +1,318 @@
|
|
|
1
1
|
import * as ros from '@alicloud/ros-cdk-core';
|
|
2
|
+
/**
|
|
3
|
+
* Properties for defining a `RosDedicatedBlockStorageCluster`.
|
|
4
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-dedicatedblockstoragecluster
|
|
5
|
+
*/
|
|
6
|
+
export interface RosDedicatedBlockStorageClusterProps {
|
|
7
|
+
/**
|
|
8
|
+
* @Property dedicatedBlockStorageClusterId: The ID of the dedicated block storage cluster.
|
|
9
|
+
*/
|
|
10
|
+
readonly dedicatedBlockStorageClusterId: string | ros.IResolvable;
|
|
11
|
+
/**
|
|
12
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
13
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
14
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
15
|
+
* Default is Never.
|
|
16
|
+
*/
|
|
17
|
+
readonly refreshOptions?: string | ros.IResolvable;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* This class is a base encapsulation around the ROS resource type `DATASOURCE::EBS::DedicatedBlockStorageCluster`.
|
|
21
|
+
* @Note This class does not contain additional functions, so it is recommended to use the `DedicatedBlockStorageCluster` class instead of this class for a more convenient development experience.
|
|
22
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-dedicatedblockstoragecluster
|
|
23
|
+
*/
|
|
24
|
+
export declare class RosDedicatedBlockStorageCluster extends ros.RosResource {
|
|
25
|
+
/**
|
|
26
|
+
* The resource type name for this resource class.
|
|
27
|
+
*/
|
|
28
|
+
static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::EBS::DedicatedBlockStorageCluster";
|
|
29
|
+
/**
|
|
30
|
+
* @Attribute AvailableCapacity: The available capacity of the dedicated block storage cluster. Unit: GiB.
|
|
31
|
+
*/
|
|
32
|
+
readonly attrAvailableCapacity: ros.IResolvable;
|
|
33
|
+
/**
|
|
34
|
+
* @Attribute Category: The category of disks that can be created in the dedicated block storage cluster.
|
|
35
|
+
*/
|
|
36
|
+
readonly attrCategory: ros.IResolvable;
|
|
37
|
+
/**
|
|
38
|
+
* @Attribute CreateTime: The time when the dedicated block storage cluster was created. The value is a UNIX timestamp. Unit: seconds.
|
|
39
|
+
*/
|
|
40
|
+
readonly attrCreateTime: ros.IResolvable;
|
|
41
|
+
/**
|
|
42
|
+
* @Attribute DedicatedBlockStorageClusterId: The ID of the dedicated block storage cluster.
|
|
43
|
+
*/
|
|
44
|
+
readonly attrDedicatedBlockStorageClusterId: ros.IResolvable;
|
|
45
|
+
/**
|
|
46
|
+
* @Attribute DedicatedBlockStorageClusterName: The name of the dedicated block storage cluster.
|
|
47
|
+
*/
|
|
48
|
+
readonly attrDedicatedBlockStorageClusterName: ros.IResolvable;
|
|
49
|
+
/**
|
|
50
|
+
* @Attribute DeliveryCapacity: The capacity to be delivered for the dedicated block storage cluster. Unit: GiB.
|
|
51
|
+
*/
|
|
52
|
+
readonly attrDeliveryCapacity: ros.IResolvable;
|
|
53
|
+
/**
|
|
54
|
+
* @Attribute Description: The description of the dedicated block storage cluster.
|
|
55
|
+
*/
|
|
56
|
+
readonly attrDescription: ros.IResolvable;
|
|
57
|
+
/**
|
|
58
|
+
* @Attribute ExpiredTime: The expiration time of the dedicated block storage cluster, in the Unix timestamp format, in seconds.
|
|
59
|
+
*/
|
|
60
|
+
readonly attrExpiredTime: ros.IResolvable;
|
|
61
|
+
/**
|
|
62
|
+
* @Attribute PerformanceLevel: The performance level of disks.
|
|
63
|
+
*/
|
|
64
|
+
readonly attrPerformanceLevel: ros.IResolvable;
|
|
65
|
+
/**
|
|
66
|
+
* @Attribute ResourceGroupId: The ID of the resource group.
|
|
67
|
+
*/
|
|
68
|
+
readonly attrResourceGroupId: ros.IResolvable;
|
|
69
|
+
/**
|
|
70
|
+
* @Attribute SupportedCategory: This parameter is not supported.
|
|
71
|
+
*/
|
|
72
|
+
readonly attrSupportedCategory: ros.IResolvable;
|
|
73
|
+
/**
|
|
74
|
+
* @Attribute Tags: The tags of the dedicated block storage cluster.
|
|
75
|
+
*/
|
|
76
|
+
readonly attrTags: ros.IResolvable;
|
|
77
|
+
/**
|
|
78
|
+
* @Attribute TotalCapacity: The total capacity of the dedicated block storage cluster. Unit: GiB.
|
|
79
|
+
*/
|
|
80
|
+
readonly attrTotalCapacity: ros.IResolvable;
|
|
81
|
+
/**
|
|
82
|
+
* @Attribute Type: The dedicated block storage cluster performance type.
|
|
83
|
+
*/
|
|
84
|
+
readonly attrType: ros.IResolvable;
|
|
85
|
+
/**
|
|
86
|
+
* @Attribute UsedCapacity: The used (created disk) capacity of the current cluster, in GB.
|
|
87
|
+
*/
|
|
88
|
+
readonly attrUsedCapacity: ros.IResolvable;
|
|
89
|
+
/**
|
|
90
|
+
* @Attribute ZoneId: The zone ID of the dedicated block storage cluster.
|
|
91
|
+
*/
|
|
92
|
+
readonly attrZoneId: ros.IResolvable;
|
|
93
|
+
enableResourcePropertyConstraint: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* @Property dedicatedBlockStorageClusterId: The ID of the dedicated block storage cluster.
|
|
96
|
+
*/
|
|
97
|
+
dedicatedBlockStorageClusterId: string | ros.IResolvable;
|
|
98
|
+
/**
|
|
99
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
100
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
101
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
102
|
+
* Default is Never.
|
|
103
|
+
*/
|
|
104
|
+
refreshOptions: string | ros.IResolvable | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* @param scope - scope in which this resource is defined
|
|
107
|
+
* @param id - scoped id of the resource
|
|
108
|
+
* @param props - resource properties
|
|
109
|
+
*/
|
|
110
|
+
constructor(scope: ros.Construct, id: string, props: RosDedicatedBlockStorageClusterProps, enableResourcePropertyConstraint: boolean);
|
|
111
|
+
protected get rosProperties(): {
|
|
112
|
+
[key: string]: any;
|
|
113
|
+
};
|
|
114
|
+
protected renderProperties(props: {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
}): {
|
|
117
|
+
[key: string]: any;
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Properties for defining a `RosDedicatedBlockStorageClusters`.
|
|
122
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-dedicatedblockstorageclusters
|
|
123
|
+
*/
|
|
124
|
+
export interface RosDedicatedBlockStorageClustersProps {
|
|
125
|
+
/**
|
|
126
|
+
* @Property dedicatedBlockStorageClusterId: The ID of the dedicated block storage cluster.
|
|
127
|
+
*/
|
|
128
|
+
readonly dedicatedBlockStorageClusterId?: string | ros.IResolvable;
|
|
129
|
+
/**
|
|
130
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
131
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
132
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
133
|
+
* Default is Never.
|
|
134
|
+
*/
|
|
135
|
+
readonly refreshOptions?: string | ros.IResolvable;
|
|
136
|
+
/**
|
|
137
|
+
* @Property resourceGroupId: The ID of the resource group.
|
|
138
|
+
*/
|
|
139
|
+
readonly resourceGroupId?: string | ros.IResolvable;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* This class is a base encapsulation around the ROS resource type `DATASOURCE::EBS::DedicatedBlockStorageClusters`.
|
|
143
|
+
* @Note This class does not contain additional functions, so it is recommended to use the `DedicatedBlockStorageClusters` class instead of this class for a more convenient development experience.
|
|
144
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-dedicatedblockstorageclusters
|
|
145
|
+
*/
|
|
146
|
+
export declare class RosDedicatedBlockStorageClusters extends ros.RosResource {
|
|
147
|
+
/**
|
|
148
|
+
* The resource type name for this resource class.
|
|
149
|
+
*/
|
|
150
|
+
static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::EBS::DedicatedBlockStorageClusters";
|
|
151
|
+
/**
|
|
152
|
+
* @Attribute DedicatedBlockStorageClusterIds: The list of dedicated block storage cluster IDs.
|
|
153
|
+
*/
|
|
154
|
+
readonly attrDedicatedBlockStorageClusterIds: ros.IResolvable;
|
|
155
|
+
/**
|
|
156
|
+
* @Attribute DedicatedBlockStorageClusters: The list of dedicated block storage clusters.
|
|
157
|
+
*/
|
|
158
|
+
readonly attrDedicatedBlockStorageClusters: ros.IResolvable;
|
|
159
|
+
enableResourcePropertyConstraint: boolean;
|
|
160
|
+
/**
|
|
161
|
+
* @Property dedicatedBlockStorageClusterId: The ID of the dedicated block storage cluster.
|
|
162
|
+
*/
|
|
163
|
+
dedicatedBlockStorageClusterId: string | ros.IResolvable | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
166
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
167
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
168
|
+
* Default is Never.
|
|
169
|
+
*/
|
|
170
|
+
refreshOptions: string | ros.IResolvable | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* @Property resourceGroupId: The ID of the resource group.
|
|
173
|
+
*/
|
|
174
|
+
resourceGroupId: string | ros.IResolvable | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* @param scope - scope in which this resource is defined
|
|
177
|
+
* @param id - scoped id of the resource
|
|
178
|
+
* @param props - resource properties
|
|
179
|
+
*/
|
|
180
|
+
constructor(scope: ros.Construct, id: string, props: RosDedicatedBlockStorageClustersProps, enableResourcePropertyConstraint: boolean);
|
|
181
|
+
protected get rosProperties(): {
|
|
182
|
+
[key: string]: any;
|
|
183
|
+
};
|
|
184
|
+
protected renderProperties(props: {
|
|
185
|
+
[key: string]: any;
|
|
186
|
+
}): {
|
|
187
|
+
[key: string]: any;
|
|
188
|
+
};
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Properties for defining a `RosDiskReplicaGroup`.
|
|
192
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicagroup
|
|
193
|
+
*/
|
|
194
|
+
export interface RosDiskReplicaGroupProps {
|
|
195
|
+
/**
|
|
196
|
+
* @Property replicaGroupId: The ID of the consistent replication group.
|
|
197
|
+
*/
|
|
198
|
+
readonly replicaGroupId: string | ros.IResolvable;
|
|
199
|
+
/**
|
|
200
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
201
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
202
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
203
|
+
* Default is Never.
|
|
204
|
+
*/
|
|
205
|
+
readonly refreshOptions?: string | ros.IResolvable;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* This class is a base encapsulation around the ROS resource type `DATASOURCE::EBS::DiskReplicaGroup`.
|
|
209
|
+
* @Note This class does not contain additional functions, so it is recommended to use the `DiskReplicaGroup` class instead of this class for a more convenient development experience.
|
|
210
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicagroup
|
|
211
|
+
*/
|
|
212
|
+
export declare class RosDiskReplicaGroup extends ros.RosResource {
|
|
213
|
+
/**
|
|
214
|
+
* The resource type name for this resource class.
|
|
215
|
+
*/
|
|
216
|
+
static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::EBS::DiskReplicaGroup";
|
|
217
|
+
/**
|
|
218
|
+
* @Attribute Description: The description of the consistent replication group.
|
|
219
|
+
*/
|
|
220
|
+
readonly attrDescription: ros.IResolvable;
|
|
221
|
+
/**
|
|
222
|
+
* @Attribute DestinationRegionId: The ID of the region to which the disaster recovery site belongs.
|
|
223
|
+
*/
|
|
224
|
+
readonly attrDestinationRegionId: ros.IResolvable;
|
|
225
|
+
/**
|
|
226
|
+
* @Attribute DestinationZoneId: The ID of the zone to which the disaster recovery site belongs.
|
|
227
|
+
*/
|
|
228
|
+
readonly attrDestinationZoneId: ros.IResolvable;
|
|
229
|
+
/**
|
|
230
|
+
* @Attribute DiskReplicaGroupName: The name of the consistent replication group.
|
|
231
|
+
*/
|
|
232
|
+
readonly attrDiskReplicaGroupName: ros.IResolvable;
|
|
233
|
+
/**
|
|
234
|
+
* @Attribute LastRecoverPoint: The time when the last asynchronous replication operation of the consistent replication group completed. This parameter provides the return value as a timestamp. Unit: seconds.
|
|
235
|
+
*/
|
|
236
|
+
readonly attrLastRecoverPoint: ros.IResolvable;
|
|
237
|
+
/**
|
|
238
|
+
* @Attribute PairIds: List of replication pair IDs contained in a consistent replication group.
|
|
239
|
+
*/
|
|
240
|
+
readonly attrPairIds: ros.IResolvable;
|
|
241
|
+
/**
|
|
242
|
+
* @Attribute PairNumber: The number of replication pairs contained in a consistent replication group.
|
|
243
|
+
*/
|
|
244
|
+
readonly attrPairNumber: ros.IResolvable;
|
|
245
|
+
/**
|
|
246
|
+
* @Attribute PrimaryRegion: The initial source region of the replication group.
|
|
247
|
+
*/
|
|
248
|
+
readonly attrPrimaryRegion: ros.IResolvable;
|
|
249
|
+
/**
|
|
250
|
+
* @Attribute PrimaryZone: The initial source available area of the replication group.
|
|
251
|
+
*/
|
|
252
|
+
readonly attrPrimaryZone: ros.IResolvable;
|
|
253
|
+
/**
|
|
254
|
+
* @Attribute RPO: The RPO value set by the consistency group in seconds. Currently only 900 seconds are supported.
|
|
255
|
+
*/
|
|
256
|
+
readonly attrRpo: ros.IResolvable;
|
|
257
|
+
/**
|
|
258
|
+
* @Attribute ReplicaGroupId: The ID of the consistent replication group.
|
|
259
|
+
*/
|
|
260
|
+
readonly attrReplicaGroupId: ros.IResolvable;
|
|
261
|
+
/**
|
|
262
|
+
* @Attribute ResourceGroupId: The ID of resource group.
|
|
263
|
+
*/
|
|
264
|
+
readonly attrResourceGroupId: ros.IResolvable;
|
|
265
|
+
/**
|
|
266
|
+
* @Attribute Site: Site information sources for replication pairs and consistent replication groups.
|
|
267
|
+
*/
|
|
268
|
+
readonly attrSite: ros.IResolvable;
|
|
269
|
+
/**
|
|
270
|
+
* @Attribute SourceRegionId: The ID of the region to which the production site belongs.
|
|
271
|
+
*/
|
|
272
|
+
readonly attrSourceRegionId: ros.IResolvable;
|
|
273
|
+
/**
|
|
274
|
+
* @Attribute SourceZoneId: The ID of the zone to which the production site belongs.
|
|
275
|
+
*/
|
|
276
|
+
readonly attrSourceZoneId: ros.IResolvable;
|
|
277
|
+
/**
|
|
278
|
+
* @Attribute StandbyRegion: The initial destination region of the replication group.
|
|
279
|
+
*/
|
|
280
|
+
readonly attrStandbyRegion: ros.IResolvable;
|
|
281
|
+
/**
|
|
282
|
+
* @Attribute StandbyZone: The initial destination zone of the replication group.
|
|
283
|
+
*/
|
|
284
|
+
readonly attrStandbyZone: ros.IResolvable;
|
|
285
|
+
/**
|
|
286
|
+
* @Attribute Tags: The tags of the replication pair-consistent group.
|
|
287
|
+
*/
|
|
288
|
+
readonly attrTags: ros.IResolvable;
|
|
289
|
+
enableResourcePropertyConstraint: boolean;
|
|
290
|
+
/**
|
|
291
|
+
* @Property replicaGroupId: The ID of the consistent replication group.
|
|
292
|
+
*/
|
|
293
|
+
replicaGroupId: string | ros.IResolvable;
|
|
294
|
+
/**
|
|
295
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
296
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
297
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
298
|
+
* Default is Never.
|
|
299
|
+
*/
|
|
300
|
+
refreshOptions: string | ros.IResolvable | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* @param scope - scope in which this resource is defined
|
|
303
|
+
* @param id - scoped id of the resource
|
|
304
|
+
* @param props - resource properties
|
|
305
|
+
*/
|
|
306
|
+
constructor(scope: ros.Construct, id: string, props: RosDiskReplicaGroupProps, enableResourcePropertyConstraint: boolean);
|
|
307
|
+
protected get rosProperties(): {
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
};
|
|
310
|
+
protected renderProperties(props: {
|
|
311
|
+
[key: string]: any;
|
|
312
|
+
}): {
|
|
313
|
+
[key: string]: any;
|
|
314
|
+
};
|
|
315
|
+
}
|
|
2
316
|
/**
|
|
3
317
|
* Properties for defining a `RosDiskReplicaGroups`.
|
|
4
318
|
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicagroups
|
|
@@ -73,6 +387,116 @@ export declare class RosDiskReplicaGroups extends ros.RosResource {
|
|
|
73
387
|
[key: string]: any;
|
|
74
388
|
};
|
|
75
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* Properties for defining a `RosDiskReplicaPair`.
|
|
392
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicapair
|
|
393
|
+
*/
|
|
394
|
+
export interface RosDiskReplicaPairProps {
|
|
395
|
+
/**
|
|
396
|
+
* @Property replicaPairId: The ID of the replication pair.
|
|
397
|
+
*/
|
|
398
|
+
readonly replicaPairId: string | ros.IResolvable;
|
|
399
|
+
/**
|
|
400
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
401
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
402
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
403
|
+
* Default is Never.
|
|
404
|
+
*/
|
|
405
|
+
readonly refreshOptions?: string | ros.IResolvable;
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* This class is a base encapsulation around the ROS resource type `DATASOURCE::EBS::DiskReplicaPair`.
|
|
409
|
+
* @Note This class does not contain additional functions, so it is recommended to use the `DiskReplicaPair` class instead of this class for a more convenient development experience.
|
|
410
|
+
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicapair
|
|
411
|
+
*/
|
|
412
|
+
export declare class RosDiskReplicaPair extends ros.RosResource {
|
|
413
|
+
/**
|
|
414
|
+
* The resource type name for this resource class.
|
|
415
|
+
*/
|
|
416
|
+
static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::EBS::DiskReplicaPair";
|
|
417
|
+
/**
|
|
418
|
+
* @Attribute Bandwidth: The bandwidth for asynchronous data replication between cloud disks. The unit is Kbps.
|
|
419
|
+
*/
|
|
420
|
+
readonly attrBandwidth: ros.IResolvable;
|
|
421
|
+
/**
|
|
422
|
+
* @Attribute CreateTime: The time when the replication pair was created. The value of this parameter is a timestamp. Unit: seconds.
|
|
423
|
+
*/
|
|
424
|
+
readonly attrCreateTime: ros.IResolvable;
|
|
425
|
+
/**
|
|
426
|
+
* @Attribute Description: The description of the replication pair.
|
|
427
|
+
*/
|
|
428
|
+
readonly attrDescription: ros.IResolvable;
|
|
429
|
+
/**
|
|
430
|
+
* @Attribute DestinationDiskId: The ID of the secondary disk.
|
|
431
|
+
*/
|
|
432
|
+
readonly attrDestinationDiskId: ros.IResolvable;
|
|
433
|
+
/**
|
|
434
|
+
* @Attribute DestinationRegionId: The ID of the region to which the disaster recovery site belongs.
|
|
435
|
+
*/
|
|
436
|
+
readonly attrDestinationRegionId: ros.IResolvable;
|
|
437
|
+
/**
|
|
438
|
+
* @Attribute DestinationZoneId: The ID of the zone to which the disaster recovery site belongs.
|
|
439
|
+
*/
|
|
440
|
+
readonly attrDestinationZoneId: ros.IResolvable;
|
|
441
|
+
/**
|
|
442
|
+
* @Attribute DiskId: The ID of the primary disk.
|
|
443
|
+
*/
|
|
444
|
+
readonly attrDiskId: ros.IResolvable;
|
|
445
|
+
/**
|
|
446
|
+
* @Attribute DiskReplicaPairName: The name of the asynchronous replication relationship.
|
|
447
|
+
*/
|
|
448
|
+
readonly attrDiskReplicaPairName: ros.IResolvable;
|
|
449
|
+
/**
|
|
450
|
+
* @Attribute PaymentType: The payment type of the replication pair.
|
|
451
|
+
*/
|
|
452
|
+
readonly attrPaymentType: ros.IResolvable;
|
|
453
|
+
/**
|
|
454
|
+
* @Attribute RPO: The recovery point objective (RPO) of the replication pair. Unit: seconds.
|
|
455
|
+
*/
|
|
456
|
+
readonly attrRpo: ros.IResolvable;
|
|
457
|
+
/**
|
|
458
|
+
* @Attribute ReplicaPairId: The ID of the replication pair.
|
|
459
|
+
*/
|
|
460
|
+
readonly attrReplicaPairId: ros.IResolvable;
|
|
461
|
+
/**
|
|
462
|
+
* @Attribute ResourceGroupId: The ID of the resource group.
|
|
463
|
+
*/
|
|
464
|
+
readonly attrResourceGroupId: ros.IResolvable;
|
|
465
|
+
/**
|
|
466
|
+
* @Attribute SourceZoneId: The zone ID of the primary disk.
|
|
467
|
+
*/
|
|
468
|
+
readonly attrSourceZoneId: ros.IResolvable;
|
|
469
|
+
/**
|
|
470
|
+
* @Attribute Tags: The tags of the replication pair.
|
|
471
|
+
*/
|
|
472
|
+
readonly attrTags: ros.IResolvable;
|
|
473
|
+
enableResourcePropertyConstraint: boolean;
|
|
474
|
+
/**
|
|
475
|
+
* @Property replicaPairId: The ID of the replication pair.
|
|
476
|
+
*/
|
|
477
|
+
replicaPairId: string | ros.IResolvable;
|
|
478
|
+
/**
|
|
479
|
+
* @Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. Valid values:
|
|
480
|
+
* - Never: Never refresh the datasource resource when the stack is updated.
|
|
481
|
+
* - Always: Always refresh the datasource resource when the stack is updated.
|
|
482
|
+
* Default is Never.
|
|
483
|
+
*/
|
|
484
|
+
refreshOptions: string | ros.IResolvable | undefined;
|
|
485
|
+
/**
|
|
486
|
+
* @param scope - scope in which this resource is defined
|
|
487
|
+
* @param id - scoped id of the resource
|
|
488
|
+
* @param props - resource properties
|
|
489
|
+
*/
|
|
490
|
+
constructor(scope: ros.Construct, id: string, props: RosDiskReplicaPairProps, enableResourcePropertyConstraint: boolean);
|
|
491
|
+
protected get rosProperties(): {
|
|
492
|
+
[key: string]: any;
|
|
493
|
+
};
|
|
494
|
+
protected renderProperties(props: {
|
|
495
|
+
[key: string]: any;
|
|
496
|
+
}): {
|
|
497
|
+
[key: string]: any;
|
|
498
|
+
};
|
|
499
|
+
}
|
|
76
500
|
/**
|
|
77
501
|
* Properties for defining a `RosDiskReplicaPairs`.
|
|
78
502
|
* See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicapairs
|