pulumi-alicloud 3.63.0__py3-none-any.whl → 3.63.0a1726032285__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +0 -24
- pulumi_alicloud/alb/acl.py +19 -18
- pulumi_alicloud/alb/health_check_template.py +88 -96
- pulumi_alicloud/amqp/binding.py +36 -30
- pulumi_alicloud/cen/_inputs.py +14 -180
- pulumi_alicloud/cen/outputs.py +12 -173
- pulumi_alicloud/cen/traffic_marking_policy.py +53 -116
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +119 -338
- pulumi_alicloud/cms/_inputs.py +6 -6
- pulumi_alicloud/cms/outputs.py +6 -6
- pulumi_alicloud/cr/chart_namespace.py +6 -14
- pulumi_alicloud/cr/endpoint_acl_policy.py +2 -10
- pulumi_alicloud/cr/namespace.py +2 -10
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
- pulumi_alicloud/ddos/_inputs.py +9 -8
- pulumi_alicloud/ddos/bgp_ip.py +1 -1
- pulumi_alicloud/ddos/domain_resource.py +90 -446
- pulumi_alicloud/ddos/outputs.py +8 -7
- pulumi_alicloud/eci/container_group.py +0 -47
- pulumi_alicloud/ecs/_inputs.py +0 -28
- pulumi_alicloud/ecs/ecs_snapshot.py +77 -199
- pulumi_alicloud/ecs/outputs.py +0 -20
- pulumi_alicloud/ecs/snapshot.py +8 -26
- pulumi_alicloud/emrv2/_inputs.py +12 -12
- pulumi_alicloud/emrv2/outputs.py +12 -12
- pulumi_alicloud/ens/_inputs.py +2 -50
- pulumi_alicloud/ens/instance.py +184 -428
- pulumi_alicloud/ens/outputs.py +2 -57
- pulumi_alicloud/ess/__init__.py +0 -1
- pulumi_alicloud/ess/alarm.py +0 -47
- pulumi_alicloud/expressconnect/physical_connection.py +185 -321
- pulumi_alicloud/fc/trigger.py +24 -22
- pulumi_alicloud/ga/_inputs.py +5 -23
- pulumi_alicloud/ga/endpoint_group.py +14 -68
- pulumi_alicloud/ga/outputs.py +5 -21
- pulumi_alicloud/governance/account.py +0 -61
- pulumi_alicloud/gpdb/__init__.py +0 -4
- pulumi_alicloud/gpdb/_inputs.py +3 -361
- pulumi_alicloud/gpdb/instance.py +0 -47
- pulumi_alicloud/gpdb/outputs.py +4 -597
- pulumi_alicloud/mongodb/instance.py +0 -94
- pulumi_alicloud/nlb/_inputs.py +64 -120
- pulumi_alicloud/nlb/get_listeners.py +2 -32
- pulumi_alicloud/nlb/get_server_group_server_attachments.py +2 -8
- pulumi_alicloud/nlb/listener.py +245 -315
- pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
- pulumi_alicloud/nlb/load_balancer.py +212 -297
- pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +39 -29
- pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +18 -22
- pulumi_alicloud/nlb/outputs.py +66 -122
- pulumi_alicloud/nlb/security_policy.py +25 -53
- pulumi_alicloud/nlb/server_group.py +133 -196
- pulumi_alicloud/ocean/base_instance.py +163 -498
- pulumi_alicloud/oos/get_secret_parameters.py +9 -111
- pulumi_alicloud/oos/outputs.py +11 -22
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_account_alias.py +2 -35
- pulumi_alicloud/rds/instance.py +21 -21
- pulumi_alicloud/rocketmq/_inputs.py +22 -79
- pulumi_alicloud/rocketmq/outputs.py +21 -85
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +113 -307
- pulumi_alicloud/servicemesh/extension_provider.py +2 -2
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +59 -127
- pulumi_alicloud/vpc/peer_connection_accepter.py +42 -263
- pulumi_alicloud/vpc/route_entry.py +210 -232
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/RECORD +70 -75
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/WHEEL +1 -1
- pulumi_alicloud/ess/server_group_attachment.py +0 -552
- pulumi_alicloud/gpdb/db_instance_ip_array.py +0 -533
- pulumi_alicloud/gpdb/get_data_backups.py +0 -288
- pulumi_alicloud/gpdb/get_log_backups.py +0 -225
- pulumi_alicloud/gpdb/streaming_job.py +0 -1568
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/top_level.txt +0 -0
pulumi_alicloud/gpdb/outputs.py
CHANGED
|
@@ -14,14 +14,10 @@ __all__ = [
|
|
|
14
14
|
'DbInstancePlanPlanConfig',
|
|
15
15
|
'DbInstancePlanPlanConfigPause',
|
|
16
16
|
'DbInstancePlanPlanConfigResume',
|
|
17
|
-
'DbInstancePlanPlanConfigScaleDown',
|
|
18
17
|
'DbInstancePlanPlanConfigScaleIn',
|
|
19
18
|
'DbInstancePlanPlanConfigScaleOut',
|
|
20
|
-
'DbInstancePlanPlanConfigScaleUp',
|
|
21
19
|
'InstanceIpWhitelist',
|
|
22
|
-
'InstanceParameter',
|
|
23
20
|
'GetAccountsAccountResult',
|
|
24
|
-
'GetDataBackupsBackupResult',
|
|
25
21
|
'GetDbInstancePlansPlanResult',
|
|
26
22
|
'GetDbInstancePlansPlanPlanConfigResult',
|
|
27
23
|
'GetDbInstancePlansPlanPlanConfigPauseResult',
|
|
@@ -30,7 +26,6 @@ __all__ = [
|
|
|
30
26
|
'GetDbInstancePlansPlanPlanConfigScaleOutResult',
|
|
31
27
|
'GetInstancesInstanceResult',
|
|
32
28
|
'GetInstancesInstanceIpWhitelistResult',
|
|
33
|
-
'GetLogBackupsLogbackupResult',
|
|
34
29
|
'GetZonesZoneResult',
|
|
35
30
|
]
|
|
36
31
|
|
|
@@ -39,14 +34,10 @@ class DbInstancePlanPlanConfig(dict):
|
|
|
39
34
|
@staticmethod
|
|
40
35
|
def __key_warning(key: str):
|
|
41
36
|
suggest = None
|
|
42
|
-
if key == "
|
|
43
|
-
suggest = "scale_down"
|
|
44
|
-
elif key == "scaleIn":
|
|
37
|
+
if key == "scaleIn":
|
|
45
38
|
suggest = "scale_in"
|
|
46
39
|
elif key == "scaleOut":
|
|
47
40
|
suggest = "scale_out"
|
|
48
|
-
elif key == "scaleUp":
|
|
49
|
-
suggest = "scale_up"
|
|
50
41
|
|
|
51
42
|
if suggest:
|
|
52
43
|
pulumi.log.warn(f"Key '{key}' not found in DbInstancePlanPlanConfig. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -62,30 +53,22 @@ class DbInstancePlanPlanConfig(dict):
|
|
|
62
53
|
def __init__(__self__, *,
|
|
63
54
|
pause: Optional['outputs.DbInstancePlanPlanConfigPause'] = None,
|
|
64
55
|
resume: Optional['outputs.DbInstancePlanPlanConfigResume'] = None,
|
|
65
|
-
scale_down: Optional['outputs.DbInstancePlanPlanConfigScaleDown'] = None,
|
|
66
56
|
scale_in: Optional['outputs.DbInstancePlanPlanConfigScaleIn'] = None,
|
|
67
|
-
scale_out: Optional['outputs.DbInstancePlanPlanConfigScaleOut'] = None
|
|
68
|
-
scale_up: Optional['outputs.DbInstancePlanPlanConfigScaleUp'] = None):
|
|
57
|
+
scale_out: Optional['outputs.DbInstancePlanPlanConfigScaleOut'] = None):
|
|
69
58
|
"""
|
|
70
59
|
:param 'DbInstancePlanPlanConfigPauseArgs' pause: Pause instance plan config. See `pause` below.
|
|
71
60
|
:param 'DbInstancePlanPlanConfigResumeArgs' resume: Resume instance plan config. See `resume` below.
|
|
72
|
-
:param 'DbInstancePlanPlanConfigScaleDownArgs' scale_down: Scale down instance plan config. See `scale_down` below.
|
|
73
61
|
:param 'DbInstancePlanPlanConfigScaleInArgs' scale_in: Scale In instance plan config. See `scale_in` below.
|
|
74
62
|
:param 'DbInstancePlanPlanConfigScaleOutArgs' scale_out: Scale out instance plan config. See `scale_out` below.
|
|
75
|
-
:param 'DbInstancePlanPlanConfigScaleUpArgs' scale_up: Scale up instance plan config. See `scale_up` below.
|
|
76
63
|
"""
|
|
77
64
|
if pause is not None:
|
|
78
65
|
pulumi.set(__self__, "pause", pause)
|
|
79
66
|
if resume is not None:
|
|
80
67
|
pulumi.set(__self__, "resume", resume)
|
|
81
|
-
if scale_down is not None:
|
|
82
|
-
pulumi.set(__self__, "scale_down", scale_down)
|
|
83
68
|
if scale_in is not None:
|
|
84
69
|
pulumi.set(__self__, "scale_in", scale_in)
|
|
85
70
|
if scale_out is not None:
|
|
86
71
|
pulumi.set(__self__, "scale_out", scale_out)
|
|
87
|
-
if scale_up is not None:
|
|
88
|
-
pulumi.set(__self__, "scale_up", scale_up)
|
|
89
72
|
|
|
90
73
|
@property
|
|
91
74
|
@pulumi.getter
|
|
@@ -103,14 +86,6 @@ class DbInstancePlanPlanConfig(dict):
|
|
|
103
86
|
"""
|
|
104
87
|
return pulumi.get(self, "resume")
|
|
105
88
|
|
|
106
|
-
@property
|
|
107
|
-
@pulumi.getter(name="scaleDown")
|
|
108
|
-
def scale_down(self) -> Optional['outputs.DbInstancePlanPlanConfigScaleDown']:
|
|
109
|
-
"""
|
|
110
|
-
Scale down instance plan config. See `scale_down` below.
|
|
111
|
-
"""
|
|
112
|
-
return pulumi.get(self, "scale_down")
|
|
113
|
-
|
|
114
89
|
@property
|
|
115
90
|
@pulumi.getter(name="scaleIn")
|
|
116
91
|
def scale_in(self) -> Optional['outputs.DbInstancePlanPlanConfigScaleIn']:
|
|
@@ -127,14 +102,6 @@ class DbInstancePlanPlanConfig(dict):
|
|
|
127
102
|
"""
|
|
128
103
|
return pulumi.get(self, "scale_out")
|
|
129
104
|
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter(name="scaleUp")
|
|
132
|
-
def scale_up(self) -> Optional['outputs.DbInstancePlanPlanConfigScaleUp']:
|
|
133
|
-
"""
|
|
134
|
-
Scale up instance plan config. See `scale_up` below.
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "scale_up")
|
|
137
|
-
|
|
138
105
|
|
|
139
106
|
@pulumi.output_type
|
|
140
107
|
class DbInstancePlanPlanConfigPause(dict):
|
|
@@ -145,8 +112,6 @@ class DbInstancePlanPlanConfigPause(dict):
|
|
|
145
112
|
suggest = "execute_time"
|
|
146
113
|
elif key == "planCronTime":
|
|
147
114
|
suggest = "plan_cron_time"
|
|
148
|
-
elif key == "planTaskStatus":
|
|
149
|
-
suggest = "plan_task_status"
|
|
150
115
|
|
|
151
116
|
if suggest:
|
|
152
117
|
pulumi.log.warn(f"Key '{key}' not found in DbInstancePlanPlanConfigPause. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -161,19 +126,15 @@ class DbInstancePlanPlanConfigPause(dict):
|
|
|
161
126
|
|
|
162
127
|
def __init__(__self__, *,
|
|
163
128
|
execute_time: Optional[str] = None,
|
|
164
|
-
plan_cron_time: Optional[str] = None
|
|
165
|
-
plan_task_status: Optional[str] = None):
|
|
129
|
+
plan_cron_time: Optional[str] = None):
|
|
166
130
|
"""
|
|
167
131
|
:param str execute_time: The executed time of the Plan.
|
|
168
132
|
:param str plan_cron_time: The Cron Time of the plan.
|
|
169
|
-
:param str plan_task_status: (Available since v1.231.0) The status of the plan task.
|
|
170
133
|
"""
|
|
171
134
|
if execute_time is not None:
|
|
172
135
|
pulumi.set(__self__, "execute_time", execute_time)
|
|
173
136
|
if plan_cron_time is not None:
|
|
174
137
|
pulumi.set(__self__, "plan_cron_time", plan_cron_time)
|
|
175
|
-
if plan_task_status is not None:
|
|
176
|
-
pulumi.set(__self__, "plan_task_status", plan_task_status)
|
|
177
138
|
|
|
178
139
|
@property
|
|
179
140
|
@pulumi.getter(name="executeTime")
|
|
@@ -191,14 +152,6 @@ class DbInstancePlanPlanConfigPause(dict):
|
|
|
191
152
|
"""
|
|
192
153
|
return pulumi.get(self, "plan_cron_time")
|
|
193
154
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter(name="planTaskStatus")
|
|
196
|
-
def plan_task_status(self) -> Optional[str]:
|
|
197
|
-
"""
|
|
198
|
-
(Available since v1.231.0) The status of the plan task.
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "plan_task_status")
|
|
201
|
-
|
|
202
155
|
|
|
203
156
|
@pulumi.output_type
|
|
204
157
|
class DbInstancePlanPlanConfigResume(dict):
|
|
@@ -209,8 +162,6 @@ class DbInstancePlanPlanConfigResume(dict):
|
|
|
209
162
|
suggest = "execute_time"
|
|
210
163
|
elif key == "planCronTime":
|
|
211
164
|
suggest = "plan_cron_time"
|
|
212
|
-
elif key == "planTaskStatus":
|
|
213
|
-
suggest = "plan_task_status"
|
|
214
165
|
|
|
215
166
|
if suggest:
|
|
216
167
|
pulumi.log.warn(f"Key '{key}' not found in DbInstancePlanPlanConfigResume. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -225,19 +176,15 @@ class DbInstancePlanPlanConfigResume(dict):
|
|
|
225
176
|
|
|
226
177
|
def __init__(__self__, *,
|
|
227
178
|
execute_time: Optional[str] = None,
|
|
228
|
-
plan_cron_time: Optional[str] = None
|
|
229
|
-
plan_task_status: Optional[str] = None):
|
|
179
|
+
plan_cron_time: Optional[str] = None):
|
|
230
180
|
"""
|
|
231
181
|
:param str execute_time: The executed time of the Plan.
|
|
232
182
|
:param str plan_cron_time: The Cron Time of the plan.
|
|
233
|
-
:param str plan_task_status: (Available since v1.231.0) The status of the plan task.
|
|
234
183
|
"""
|
|
235
184
|
if execute_time is not None:
|
|
236
185
|
pulumi.set(__self__, "execute_time", execute_time)
|
|
237
186
|
if plan_cron_time is not None:
|
|
238
187
|
pulumi.set(__self__, "plan_cron_time", plan_cron_time)
|
|
239
|
-
if plan_task_status is not None:
|
|
240
|
-
pulumi.set(__self__, "plan_task_status", plan_task_status)
|
|
241
188
|
|
|
242
189
|
@property
|
|
243
190
|
@pulumi.getter(name="executeTime")
|
|
@@ -255,92 +202,6 @@ class DbInstancePlanPlanConfigResume(dict):
|
|
|
255
202
|
"""
|
|
256
203
|
return pulumi.get(self, "plan_cron_time")
|
|
257
204
|
|
|
258
|
-
@property
|
|
259
|
-
@pulumi.getter(name="planTaskStatus")
|
|
260
|
-
def plan_task_status(self) -> Optional[str]:
|
|
261
|
-
"""
|
|
262
|
-
(Available since v1.231.0) The status of the plan task.
|
|
263
|
-
"""
|
|
264
|
-
return pulumi.get(self, "plan_task_status")
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
@pulumi.output_type
|
|
268
|
-
class DbInstancePlanPlanConfigScaleDown(dict):
|
|
269
|
-
@staticmethod
|
|
270
|
-
def __key_warning(key: str):
|
|
271
|
-
suggest = None
|
|
272
|
-
if key == "executeTime":
|
|
273
|
-
suggest = "execute_time"
|
|
274
|
-
elif key == "instanceSpec":
|
|
275
|
-
suggest = "instance_spec"
|
|
276
|
-
elif key == "planCronTime":
|
|
277
|
-
suggest = "plan_cron_time"
|
|
278
|
-
elif key == "planTaskStatus":
|
|
279
|
-
suggest = "plan_task_status"
|
|
280
|
-
|
|
281
|
-
if suggest:
|
|
282
|
-
pulumi.log.warn(f"Key '{key}' not found in DbInstancePlanPlanConfigScaleDown. Access the value via the '{suggest}' property getter instead.")
|
|
283
|
-
|
|
284
|
-
def __getitem__(self, key: str) -> Any:
|
|
285
|
-
DbInstancePlanPlanConfigScaleDown.__key_warning(key)
|
|
286
|
-
return super().__getitem__(key)
|
|
287
|
-
|
|
288
|
-
def get(self, key: str, default = None) -> Any:
|
|
289
|
-
DbInstancePlanPlanConfigScaleDown.__key_warning(key)
|
|
290
|
-
return super().get(key, default)
|
|
291
|
-
|
|
292
|
-
def __init__(__self__, *,
|
|
293
|
-
execute_time: Optional[str] = None,
|
|
294
|
-
instance_spec: Optional[str] = None,
|
|
295
|
-
plan_cron_time: Optional[str] = None,
|
|
296
|
-
plan_task_status: Optional[str] = None):
|
|
297
|
-
"""
|
|
298
|
-
:param str execute_time: The executed time of the Plan.
|
|
299
|
-
:param str instance_spec: The specification of segment nodes of the Plan.
|
|
300
|
-
:param str plan_cron_time: The Cron Time of the plan.
|
|
301
|
-
:param str plan_task_status: (Available since v1.231.0) The status of the plan task.
|
|
302
|
-
"""
|
|
303
|
-
if execute_time is not None:
|
|
304
|
-
pulumi.set(__self__, "execute_time", execute_time)
|
|
305
|
-
if instance_spec is not None:
|
|
306
|
-
pulumi.set(__self__, "instance_spec", instance_spec)
|
|
307
|
-
if plan_cron_time is not None:
|
|
308
|
-
pulumi.set(__self__, "plan_cron_time", plan_cron_time)
|
|
309
|
-
if plan_task_status is not None:
|
|
310
|
-
pulumi.set(__self__, "plan_task_status", plan_task_status)
|
|
311
|
-
|
|
312
|
-
@property
|
|
313
|
-
@pulumi.getter(name="executeTime")
|
|
314
|
-
def execute_time(self) -> Optional[str]:
|
|
315
|
-
"""
|
|
316
|
-
The executed time of the Plan.
|
|
317
|
-
"""
|
|
318
|
-
return pulumi.get(self, "execute_time")
|
|
319
|
-
|
|
320
|
-
@property
|
|
321
|
-
@pulumi.getter(name="instanceSpec")
|
|
322
|
-
def instance_spec(self) -> Optional[str]:
|
|
323
|
-
"""
|
|
324
|
-
The specification of segment nodes of the Plan.
|
|
325
|
-
"""
|
|
326
|
-
return pulumi.get(self, "instance_spec")
|
|
327
|
-
|
|
328
|
-
@property
|
|
329
|
-
@pulumi.getter(name="planCronTime")
|
|
330
|
-
def plan_cron_time(self) -> Optional[str]:
|
|
331
|
-
"""
|
|
332
|
-
The Cron Time of the plan.
|
|
333
|
-
"""
|
|
334
|
-
return pulumi.get(self, "plan_cron_time")
|
|
335
|
-
|
|
336
|
-
@property
|
|
337
|
-
@pulumi.getter(name="planTaskStatus")
|
|
338
|
-
def plan_task_status(self) -> Optional[str]:
|
|
339
|
-
"""
|
|
340
|
-
(Available since v1.231.0) The status of the plan task.
|
|
341
|
-
"""
|
|
342
|
-
return pulumi.get(self, "plan_task_status")
|
|
343
|
-
|
|
344
205
|
|
|
345
206
|
@pulumi.output_type
|
|
346
207
|
class DbInstancePlanPlanConfigScaleIn(dict):
|
|
@@ -351,8 +212,6 @@ class DbInstancePlanPlanConfigScaleIn(dict):
|
|
|
351
212
|
suggest = "execute_time"
|
|
352
213
|
elif key == "planCronTime":
|
|
353
214
|
suggest = "plan_cron_time"
|
|
354
|
-
elif key == "planTaskStatus":
|
|
355
|
-
suggest = "plan_task_status"
|
|
356
215
|
elif key == "segmentNodeNum":
|
|
357
216
|
suggest = "segment_node_num"
|
|
358
217
|
|
|
@@ -370,20 +229,16 @@ class DbInstancePlanPlanConfigScaleIn(dict):
|
|
|
370
229
|
def __init__(__self__, *,
|
|
371
230
|
execute_time: Optional[str] = None,
|
|
372
231
|
plan_cron_time: Optional[str] = None,
|
|
373
|
-
plan_task_status: Optional[str] = None,
|
|
374
232
|
segment_node_num: Optional[str] = None):
|
|
375
233
|
"""
|
|
376
234
|
:param str execute_time: The executed time of the Plan.
|
|
377
235
|
:param str plan_cron_time: The Cron Time of the plan.
|
|
378
|
-
:param str plan_task_status: (Available since v1.231.0) The status of the plan task.
|
|
379
236
|
:param str segment_node_num: The segment Node Num of the Plan.
|
|
380
237
|
"""
|
|
381
238
|
if execute_time is not None:
|
|
382
239
|
pulumi.set(__self__, "execute_time", execute_time)
|
|
383
240
|
if plan_cron_time is not None:
|
|
384
241
|
pulumi.set(__self__, "plan_cron_time", plan_cron_time)
|
|
385
|
-
if plan_task_status is not None:
|
|
386
|
-
pulumi.set(__self__, "plan_task_status", plan_task_status)
|
|
387
242
|
if segment_node_num is not None:
|
|
388
243
|
pulumi.set(__self__, "segment_node_num", segment_node_num)
|
|
389
244
|
|
|
@@ -403,14 +258,6 @@ class DbInstancePlanPlanConfigScaleIn(dict):
|
|
|
403
258
|
"""
|
|
404
259
|
return pulumi.get(self, "plan_cron_time")
|
|
405
260
|
|
|
406
|
-
@property
|
|
407
|
-
@pulumi.getter(name="planTaskStatus")
|
|
408
|
-
def plan_task_status(self) -> Optional[str]:
|
|
409
|
-
"""
|
|
410
|
-
(Available since v1.231.0) The status of the plan task.
|
|
411
|
-
"""
|
|
412
|
-
return pulumi.get(self, "plan_task_status")
|
|
413
|
-
|
|
414
261
|
@property
|
|
415
262
|
@pulumi.getter(name="segmentNodeNum")
|
|
416
263
|
def segment_node_num(self) -> Optional[str]:
|
|
@@ -429,8 +276,6 @@ class DbInstancePlanPlanConfigScaleOut(dict):
|
|
|
429
276
|
suggest = "execute_time"
|
|
430
277
|
elif key == "planCronTime":
|
|
431
278
|
suggest = "plan_cron_time"
|
|
432
|
-
elif key == "planTaskStatus":
|
|
433
|
-
suggest = "plan_task_status"
|
|
434
279
|
elif key == "segmentNodeNum":
|
|
435
280
|
suggest = "segment_node_num"
|
|
436
281
|
|
|
@@ -448,20 +293,16 @@ class DbInstancePlanPlanConfigScaleOut(dict):
|
|
|
448
293
|
def __init__(__self__, *,
|
|
449
294
|
execute_time: Optional[str] = None,
|
|
450
295
|
plan_cron_time: Optional[str] = None,
|
|
451
|
-
plan_task_status: Optional[str] = None,
|
|
452
296
|
segment_node_num: Optional[str] = None):
|
|
453
297
|
"""
|
|
454
298
|
:param str execute_time: The executed time of the Plan.
|
|
455
299
|
:param str plan_cron_time: The Cron Time of the plan.
|
|
456
|
-
:param str plan_task_status: (Available since v1.231.0) The status of the plan task.
|
|
457
300
|
:param str segment_node_num: The segment Node Num of the Plan.
|
|
458
301
|
"""
|
|
459
302
|
if execute_time is not None:
|
|
460
303
|
pulumi.set(__self__, "execute_time", execute_time)
|
|
461
304
|
if plan_cron_time is not None:
|
|
462
305
|
pulumi.set(__self__, "plan_cron_time", plan_cron_time)
|
|
463
|
-
if plan_task_status is not None:
|
|
464
|
-
pulumi.set(__self__, "plan_task_status", plan_task_status)
|
|
465
306
|
if segment_node_num is not None:
|
|
466
307
|
pulumi.set(__self__, "segment_node_num", segment_node_num)
|
|
467
308
|
|
|
@@ -481,14 +322,6 @@ class DbInstancePlanPlanConfigScaleOut(dict):
|
|
|
481
322
|
"""
|
|
482
323
|
return pulumi.get(self, "plan_cron_time")
|
|
483
324
|
|
|
484
|
-
@property
|
|
485
|
-
@pulumi.getter(name="planTaskStatus")
|
|
486
|
-
def plan_task_status(self) -> Optional[str]:
|
|
487
|
-
"""
|
|
488
|
-
(Available since v1.231.0) The status of the plan task.
|
|
489
|
-
"""
|
|
490
|
-
return pulumi.get(self, "plan_task_status")
|
|
491
|
-
|
|
492
325
|
@property
|
|
493
326
|
@pulumi.getter(name="segmentNodeNum")
|
|
494
327
|
def segment_node_num(self) -> Optional[str]:
|
|
@@ -498,84 +331,6 @@ class DbInstancePlanPlanConfigScaleOut(dict):
|
|
|
498
331
|
return pulumi.get(self, "segment_node_num")
|
|
499
332
|
|
|
500
333
|
|
|
501
|
-
@pulumi.output_type
|
|
502
|
-
class DbInstancePlanPlanConfigScaleUp(dict):
|
|
503
|
-
@staticmethod
|
|
504
|
-
def __key_warning(key: str):
|
|
505
|
-
suggest = None
|
|
506
|
-
if key == "executeTime":
|
|
507
|
-
suggest = "execute_time"
|
|
508
|
-
elif key == "instanceSpec":
|
|
509
|
-
suggest = "instance_spec"
|
|
510
|
-
elif key == "planCronTime":
|
|
511
|
-
suggest = "plan_cron_time"
|
|
512
|
-
elif key == "planTaskStatus":
|
|
513
|
-
suggest = "plan_task_status"
|
|
514
|
-
|
|
515
|
-
if suggest:
|
|
516
|
-
pulumi.log.warn(f"Key '{key}' not found in DbInstancePlanPlanConfigScaleUp. Access the value via the '{suggest}' property getter instead.")
|
|
517
|
-
|
|
518
|
-
def __getitem__(self, key: str) -> Any:
|
|
519
|
-
DbInstancePlanPlanConfigScaleUp.__key_warning(key)
|
|
520
|
-
return super().__getitem__(key)
|
|
521
|
-
|
|
522
|
-
def get(self, key: str, default = None) -> Any:
|
|
523
|
-
DbInstancePlanPlanConfigScaleUp.__key_warning(key)
|
|
524
|
-
return super().get(key, default)
|
|
525
|
-
|
|
526
|
-
def __init__(__self__, *,
|
|
527
|
-
execute_time: Optional[str] = None,
|
|
528
|
-
instance_spec: Optional[str] = None,
|
|
529
|
-
plan_cron_time: Optional[str] = None,
|
|
530
|
-
plan_task_status: Optional[str] = None):
|
|
531
|
-
"""
|
|
532
|
-
:param str execute_time: The executed time of the Plan.
|
|
533
|
-
:param str instance_spec: The specification of segment nodes of the Plan.
|
|
534
|
-
:param str plan_cron_time: The Cron Time of the plan.
|
|
535
|
-
:param str plan_task_status: (Available since v1.231.0) The status of the plan task.
|
|
536
|
-
"""
|
|
537
|
-
if execute_time is not None:
|
|
538
|
-
pulumi.set(__self__, "execute_time", execute_time)
|
|
539
|
-
if instance_spec is not None:
|
|
540
|
-
pulumi.set(__self__, "instance_spec", instance_spec)
|
|
541
|
-
if plan_cron_time is not None:
|
|
542
|
-
pulumi.set(__self__, "plan_cron_time", plan_cron_time)
|
|
543
|
-
if plan_task_status is not None:
|
|
544
|
-
pulumi.set(__self__, "plan_task_status", plan_task_status)
|
|
545
|
-
|
|
546
|
-
@property
|
|
547
|
-
@pulumi.getter(name="executeTime")
|
|
548
|
-
def execute_time(self) -> Optional[str]:
|
|
549
|
-
"""
|
|
550
|
-
The executed time of the Plan.
|
|
551
|
-
"""
|
|
552
|
-
return pulumi.get(self, "execute_time")
|
|
553
|
-
|
|
554
|
-
@property
|
|
555
|
-
@pulumi.getter(name="instanceSpec")
|
|
556
|
-
def instance_spec(self) -> Optional[str]:
|
|
557
|
-
"""
|
|
558
|
-
The specification of segment nodes of the Plan.
|
|
559
|
-
"""
|
|
560
|
-
return pulumi.get(self, "instance_spec")
|
|
561
|
-
|
|
562
|
-
@property
|
|
563
|
-
@pulumi.getter(name="planCronTime")
|
|
564
|
-
def plan_cron_time(self) -> Optional[str]:
|
|
565
|
-
"""
|
|
566
|
-
The Cron Time of the plan.
|
|
567
|
-
"""
|
|
568
|
-
return pulumi.get(self, "plan_cron_time")
|
|
569
|
-
|
|
570
|
-
@property
|
|
571
|
-
@pulumi.getter(name="planTaskStatus")
|
|
572
|
-
def plan_task_status(self) -> Optional[str]:
|
|
573
|
-
"""
|
|
574
|
-
(Available since v1.231.0) The status of the plan task.
|
|
575
|
-
"""
|
|
576
|
-
return pulumi.get(self, "plan_task_status")
|
|
577
|
-
|
|
578
|
-
|
|
579
334
|
@pulumi.output_type
|
|
580
335
|
class InstanceIpWhitelist(dict):
|
|
581
336
|
@staticmethod
|
|
@@ -642,120 +397,6 @@ class InstanceIpWhitelist(dict):
|
|
|
642
397
|
return pulumi.get(self, "security_ip_list")
|
|
643
398
|
|
|
644
399
|
|
|
645
|
-
@pulumi.output_type
|
|
646
|
-
class InstanceParameter(dict):
|
|
647
|
-
@staticmethod
|
|
648
|
-
def __key_warning(key: str):
|
|
649
|
-
suggest = None
|
|
650
|
-
if key == "defaultValue":
|
|
651
|
-
suggest = "default_value"
|
|
652
|
-
elif key == "forceRestartInstance":
|
|
653
|
-
suggest = "force_restart_instance"
|
|
654
|
-
elif key == "isChangeableConfig":
|
|
655
|
-
suggest = "is_changeable_config"
|
|
656
|
-
elif key == "optionalRange":
|
|
657
|
-
suggest = "optional_range"
|
|
658
|
-
elif key == "parameterDescription":
|
|
659
|
-
suggest = "parameter_description"
|
|
660
|
-
|
|
661
|
-
if suggest:
|
|
662
|
-
pulumi.log.warn(f"Key '{key}' not found in InstanceParameter. Access the value via the '{suggest}' property getter instead.")
|
|
663
|
-
|
|
664
|
-
def __getitem__(self, key: str) -> Any:
|
|
665
|
-
InstanceParameter.__key_warning(key)
|
|
666
|
-
return super().__getitem__(key)
|
|
667
|
-
|
|
668
|
-
def get(self, key: str, default = None) -> Any:
|
|
669
|
-
InstanceParameter.__key_warning(key)
|
|
670
|
-
return super().get(key, default)
|
|
671
|
-
|
|
672
|
-
def __init__(__self__, *,
|
|
673
|
-
name: str,
|
|
674
|
-
value: str,
|
|
675
|
-
default_value: Optional[str] = None,
|
|
676
|
-
force_restart_instance: Optional[str] = None,
|
|
677
|
-
is_changeable_config: Optional[str] = None,
|
|
678
|
-
optional_range: Optional[str] = None,
|
|
679
|
-
parameter_description: Optional[str] = None):
|
|
680
|
-
"""
|
|
681
|
-
:param str name: The name of the parameter.
|
|
682
|
-
:param str value: The value of the parameter.
|
|
683
|
-
:param str default_value: (Available since v1.231.0) The default value of the parameter.
|
|
684
|
-
:param str force_restart_instance: (Available since v1.231.0) Whether to force restart the instance to config the parameter.
|
|
685
|
-
:param str is_changeable_config: (Available since v1.231.0) Whether the parameter is changeable.
|
|
686
|
-
:param str optional_range: (Available since v1.231.0) The optional range of the parameter.
|
|
687
|
-
:param str parameter_description: (Available since v1.231.0) The description of the parameter.
|
|
688
|
-
"""
|
|
689
|
-
pulumi.set(__self__, "name", name)
|
|
690
|
-
pulumi.set(__self__, "value", value)
|
|
691
|
-
if default_value is not None:
|
|
692
|
-
pulumi.set(__self__, "default_value", default_value)
|
|
693
|
-
if force_restart_instance is not None:
|
|
694
|
-
pulumi.set(__self__, "force_restart_instance", force_restart_instance)
|
|
695
|
-
if is_changeable_config is not None:
|
|
696
|
-
pulumi.set(__self__, "is_changeable_config", is_changeable_config)
|
|
697
|
-
if optional_range is not None:
|
|
698
|
-
pulumi.set(__self__, "optional_range", optional_range)
|
|
699
|
-
if parameter_description is not None:
|
|
700
|
-
pulumi.set(__self__, "parameter_description", parameter_description)
|
|
701
|
-
|
|
702
|
-
@property
|
|
703
|
-
@pulumi.getter
|
|
704
|
-
def name(self) -> str:
|
|
705
|
-
"""
|
|
706
|
-
The name of the parameter.
|
|
707
|
-
"""
|
|
708
|
-
return pulumi.get(self, "name")
|
|
709
|
-
|
|
710
|
-
@property
|
|
711
|
-
@pulumi.getter
|
|
712
|
-
def value(self) -> str:
|
|
713
|
-
"""
|
|
714
|
-
The value of the parameter.
|
|
715
|
-
"""
|
|
716
|
-
return pulumi.get(self, "value")
|
|
717
|
-
|
|
718
|
-
@property
|
|
719
|
-
@pulumi.getter(name="defaultValue")
|
|
720
|
-
def default_value(self) -> Optional[str]:
|
|
721
|
-
"""
|
|
722
|
-
(Available since v1.231.0) The default value of the parameter.
|
|
723
|
-
"""
|
|
724
|
-
return pulumi.get(self, "default_value")
|
|
725
|
-
|
|
726
|
-
@property
|
|
727
|
-
@pulumi.getter(name="forceRestartInstance")
|
|
728
|
-
def force_restart_instance(self) -> Optional[str]:
|
|
729
|
-
"""
|
|
730
|
-
(Available since v1.231.0) Whether to force restart the instance to config the parameter.
|
|
731
|
-
"""
|
|
732
|
-
return pulumi.get(self, "force_restart_instance")
|
|
733
|
-
|
|
734
|
-
@property
|
|
735
|
-
@pulumi.getter(name="isChangeableConfig")
|
|
736
|
-
def is_changeable_config(self) -> Optional[str]:
|
|
737
|
-
"""
|
|
738
|
-
(Available since v1.231.0) Whether the parameter is changeable.
|
|
739
|
-
"""
|
|
740
|
-
return pulumi.get(self, "is_changeable_config")
|
|
741
|
-
|
|
742
|
-
@property
|
|
743
|
-
@pulumi.getter(name="optionalRange")
|
|
744
|
-
def optional_range(self) -> Optional[str]:
|
|
745
|
-
"""
|
|
746
|
-
(Available since v1.231.0) The optional range of the parameter.
|
|
747
|
-
"""
|
|
748
|
-
return pulumi.get(self, "optional_range")
|
|
749
|
-
|
|
750
|
-
@property
|
|
751
|
-
@pulumi.getter(name="parameterDescription")
|
|
752
|
-
def parameter_description(self) -> Optional[str]:
|
|
753
|
-
"""
|
|
754
|
-
(Available since v1.231.0) The description of the parameter.
|
|
755
|
-
"""
|
|
756
|
-
return pulumi.get(self, "parameter_description")
|
|
757
|
-
|
|
758
|
-
|
|
759
400
|
@pulumi.output_type
|
|
760
401
|
class GetAccountsAccountResult(dict):
|
|
761
402
|
def __init__(__self__, *,
|
|
@@ -818,156 +459,6 @@ class GetAccountsAccountResult(dict):
|
|
|
818
459
|
return pulumi.get(self, "status")
|
|
819
460
|
|
|
820
461
|
|
|
821
|
-
@pulumi.output_type
|
|
822
|
-
class GetDataBackupsBackupResult(dict):
|
|
823
|
-
def __init__(__self__, *,
|
|
824
|
-
backup_end_time: str,
|
|
825
|
-
backup_end_time_local: str,
|
|
826
|
-
backup_method: str,
|
|
827
|
-
backup_mode: str,
|
|
828
|
-
backup_set_id: str,
|
|
829
|
-
backup_size: int,
|
|
830
|
-
backup_start_time: str,
|
|
831
|
-
backup_start_time_local: str,
|
|
832
|
-
bakset_name: str,
|
|
833
|
-
consistent_time: int,
|
|
834
|
-
data_type: str,
|
|
835
|
-
db_instance_id: str,
|
|
836
|
-
status: str):
|
|
837
|
-
"""
|
|
838
|
-
:param str backup_end_time: The backup end time. Format: yyyy-MM-ddTHH:mm:ssZ(UTC time).
|
|
839
|
-
:param str backup_end_time_local: The end time of the backup (local time).
|
|
840
|
-
:param str backup_method: Backup method. Value Description:-**Physical**: Physical backup.-**Snapshot**: the Snapshot backup.
|
|
841
|
-
:param str backup_mode: Backup mode.Full Backup Value Description:-**Automated**: The system is automatically backed up.-**Manual**: Manual backup.Recovery point value description:-**Automated**: The recovery point after a full backup.-**Manual**: The recovery point triggered manually by the user.-**Period**: The recovery point triggered periodically because of the backup policy.
|
|
842
|
-
:param str backup_set_id: The ID of the backup set.
|
|
843
|
-
:param int backup_size: The size of the backup file. Unit: Byte.
|
|
844
|
-
:param str backup_start_time: The backup start time. Format: yyyy-MM-ddTHH:mm:ssZ(UTC time).
|
|
845
|
-
:param str backup_start_time_local: The start time of the backup (local time).
|
|
846
|
-
:param str bakset_name: The name of the recovery point or full backup set.
|
|
847
|
-
:param int consistent_time: -Full backup: Returns the timestamp of the consistent point in time.-Recoverable point: Returns the timestamp of the recoverable point in time.
|
|
848
|
-
:param str data_type: The backup type. Value Description:-**DATA**: Full backup.-**RESTOREPOI**: Recoverable point.
|
|
849
|
-
:param str db_instance_id: The instance ID.
|
|
850
|
-
:param str status: Backup set status. Value Description:-Success: The backup has been completed.-Failed: Backup Failed.If not, return all.
|
|
851
|
-
"""
|
|
852
|
-
pulumi.set(__self__, "backup_end_time", backup_end_time)
|
|
853
|
-
pulumi.set(__self__, "backup_end_time_local", backup_end_time_local)
|
|
854
|
-
pulumi.set(__self__, "backup_method", backup_method)
|
|
855
|
-
pulumi.set(__self__, "backup_mode", backup_mode)
|
|
856
|
-
pulumi.set(__self__, "backup_set_id", backup_set_id)
|
|
857
|
-
pulumi.set(__self__, "backup_size", backup_size)
|
|
858
|
-
pulumi.set(__self__, "backup_start_time", backup_start_time)
|
|
859
|
-
pulumi.set(__self__, "backup_start_time_local", backup_start_time_local)
|
|
860
|
-
pulumi.set(__self__, "bakset_name", bakset_name)
|
|
861
|
-
pulumi.set(__self__, "consistent_time", consistent_time)
|
|
862
|
-
pulumi.set(__self__, "data_type", data_type)
|
|
863
|
-
pulumi.set(__self__, "db_instance_id", db_instance_id)
|
|
864
|
-
pulumi.set(__self__, "status", status)
|
|
865
|
-
|
|
866
|
-
@property
|
|
867
|
-
@pulumi.getter(name="backupEndTime")
|
|
868
|
-
def backup_end_time(self) -> str:
|
|
869
|
-
"""
|
|
870
|
-
The backup end time. Format: yyyy-MM-ddTHH:mm:ssZ(UTC time).
|
|
871
|
-
"""
|
|
872
|
-
return pulumi.get(self, "backup_end_time")
|
|
873
|
-
|
|
874
|
-
@property
|
|
875
|
-
@pulumi.getter(name="backupEndTimeLocal")
|
|
876
|
-
def backup_end_time_local(self) -> str:
|
|
877
|
-
"""
|
|
878
|
-
The end time of the backup (local time).
|
|
879
|
-
"""
|
|
880
|
-
return pulumi.get(self, "backup_end_time_local")
|
|
881
|
-
|
|
882
|
-
@property
|
|
883
|
-
@pulumi.getter(name="backupMethod")
|
|
884
|
-
def backup_method(self) -> str:
|
|
885
|
-
"""
|
|
886
|
-
Backup method. Value Description:-**Physical**: Physical backup.-**Snapshot**: the Snapshot backup.
|
|
887
|
-
"""
|
|
888
|
-
return pulumi.get(self, "backup_method")
|
|
889
|
-
|
|
890
|
-
@property
|
|
891
|
-
@pulumi.getter(name="backupMode")
|
|
892
|
-
def backup_mode(self) -> str:
|
|
893
|
-
"""
|
|
894
|
-
Backup mode.Full Backup Value Description:-**Automated**: The system is automatically backed up.-**Manual**: Manual backup.Recovery point value description:-**Automated**: The recovery point after a full backup.-**Manual**: The recovery point triggered manually by the user.-**Period**: The recovery point triggered periodically because of the backup policy.
|
|
895
|
-
"""
|
|
896
|
-
return pulumi.get(self, "backup_mode")
|
|
897
|
-
|
|
898
|
-
@property
|
|
899
|
-
@pulumi.getter(name="backupSetId")
|
|
900
|
-
def backup_set_id(self) -> str:
|
|
901
|
-
"""
|
|
902
|
-
The ID of the backup set.
|
|
903
|
-
"""
|
|
904
|
-
return pulumi.get(self, "backup_set_id")
|
|
905
|
-
|
|
906
|
-
@property
|
|
907
|
-
@pulumi.getter(name="backupSize")
|
|
908
|
-
def backup_size(self) -> int:
|
|
909
|
-
"""
|
|
910
|
-
The size of the backup file. Unit: Byte.
|
|
911
|
-
"""
|
|
912
|
-
return pulumi.get(self, "backup_size")
|
|
913
|
-
|
|
914
|
-
@property
|
|
915
|
-
@pulumi.getter(name="backupStartTime")
|
|
916
|
-
def backup_start_time(self) -> str:
|
|
917
|
-
"""
|
|
918
|
-
The backup start time. Format: yyyy-MM-ddTHH:mm:ssZ(UTC time).
|
|
919
|
-
"""
|
|
920
|
-
return pulumi.get(self, "backup_start_time")
|
|
921
|
-
|
|
922
|
-
@property
|
|
923
|
-
@pulumi.getter(name="backupStartTimeLocal")
|
|
924
|
-
def backup_start_time_local(self) -> str:
|
|
925
|
-
"""
|
|
926
|
-
The start time of the backup (local time).
|
|
927
|
-
"""
|
|
928
|
-
return pulumi.get(self, "backup_start_time_local")
|
|
929
|
-
|
|
930
|
-
@property
|
|
931
|
-
@pulumi.getter(name="baksetName")
|
|
932
|
-
def bakset_name(self) -> str:
|
|
933
|
-
"""
|
|
934
|
-
The name of the recovery point or full backup set.
|
|
935
|
-
"""
|
|
936
|
-
return pulumi.get(self, "bakset_name")
|
|
937
|
-
|
|
938
|
-
@property
|
|
939
|
-
@pulumi.getter(name="consistentTime")
|
|
940
|
-
def consistent_time(self) -> int:
|
|
941
|
-
"""
|
|
942
|
-
-Full backup: Returns the timestamp of the consistent point in time.-Recoverable point: Returns the timestamp of the recoverable point in time.
|
|
943
|
-
"""
|
|
944
|
-
return pulumi.get(self, "consistent_time")
|
|
945
|
-
|
|
946
|
-
@property
|
|
947
|
-
@pulumi.getter(name="dataType")
|
|
948
|
-
def data_type(self) -> str:
|
|
949
|
-
"""
|
|
950
|
-
The backup type. Value Description:-**DATA**: Full backup.-**RESTOREPOI**: Recoverable point.
|
|
951
|
-
"""
|
|
952
|
-
return pulumi.get(self, "data_type")
|
|
953
|
-
|
|
954
|
-
@property
|
|
955
|
-
@pulumi.getter(name="dbInstanceId")
|
|
956
|
-
def db_instance_id(self) -> str:
|
|
957
|
-
"""
|
|
958
|
-
The instance ID.
|
|
959
|
-
"""
|
|
960
|
-
return pulumi.get(self, "db_instance_id")
|
|
961
|
-
|
|
962
|
-
@property
|
|
963
|
-
@pulumi.getter
|
|
964
|
-
def status(self) -> str:
|
|
965
|
-
"""
|
|
966
|
-
Backup set status. Value Description:-Success: The backup has been completed.-Failed: Backup Failed.If not, return all.
|
|
967
|
-
"""
|
|
968
|
-
return pulumi.get(self, "status")
|
|
969
|
-
|
|
970
|
-
|
|
971
462
|
@pulumi.output_type
|
|
972
463
|
class GetDbInstancePlansPlanResult(dict):
|
|
973
464
|
def __init__(__self__, *,
|
|
@@ -1683,90 +1174,6 @@ class GetInstancesInstanceIpWhitelistResult(dict):
|
|
|
1683
1174
|
return pulumi.get(self, "security_ip_list")
|
|
1684
1175
|
|
|
1685
1176
|
|
|
1686
|
-
@pulumi.output_type
|
|
1687
|
-
class GetLogBackupsLogbackupResult(dict):
|
|
1688
|
-
def __init__(__self__, *,
|
|
1689
|
-
db_instance_id: str,
|
|
1690
|
-
log_backup_id: str,
|
|
1691
|
-
log_file_name: str,
|
|
1692
|
-
log_file_size: int,
|
|
1693
|
-
log_time: str,
|
|
1694
|
-
record_total: int,
|
|
1695
|
-
segment_name: str):
|
|
1696
|
-
"""
|
|
1697
|
-
:param str db_instance_id: The ID of the Master node of the instance.
|
|
1698
|
-
:param str log_backup_id: The first ID of the resource
|
|
1699
|
-
:param str log_file_name: Log file name (OSS path).
|
|
1700
|
-
:param int log_file_size: Size of the backup log file. Unit: Byte.
|
|
1701
|
-
:param str log_time: The log timestamp.
|
|
1702
|
-
:param int record_total: Total number of records.
|
|
1703
|
-
:param str segment_name: The node name.
|
|
1704
|
-
"""
|
|
1705
|
-
pulumi.set(__self__, "db_instance_id", db_instance_id)
|
|
1706
|
-
pulumi.set(__self__, "log_backup_id", log_backup_id)
|
|
1707
|
-
pulumi.set(__self__, "log_file_name", log_file_name)
|
|
1708
|
-
pulumi.set(__self__, "log_file_size", log_file_size)
|
|
1709
|
-
pulumi.set(__self__, "log_time", log_time)
|
|
1710
|
-
pulumi.set(__self__, "record_total", record_total)
|
|
1711
|
-
pulumi.set(__self__, "segment_name", segment_name)
|
|
1712
|
-
|
|
1713
|
-
@property
|
|
1714
|
-
@pulumi.getter(name="dbInstanceId")
|
|
1715
|
-
def db_instance_id(self) -> str:
|
|
1716
|
-
"""
|
|
1717
|
-
The ID of the Master node of the instance.
|
|
1718
|
-
"""
|
|
1719
|
-
return pulumi.get(self, "db_instance_id")
|
|
1720
|
-
|
|
1721
|
-
@property
|
|
1722
|
-
@pulumi.getter(name="logBackupId")
|
|
1723
|
-
def log_backup_id(self) -> str:
|
|
1724
|
-
"""
|
|
1725
|
-
The first ID of the resource
|
|
1726
|
-
"""
|
|
1727
|
-
return pulumi.get(self, "log_backup_id")
|
|
1728
|
-
|
|
1729
|
-
@property
|
|
1730
|
-
@pulumi.getter(name="logFileName")
|
|
1731
|
-
def log_file_name(self) -> str:
|
|
1732
|
-
"""
|
|
1733
|
-
Log file name (OSS path).
|
|
1734
|
-
"""
|
|
1735
|
-
return pulumi.get(self, "log_file_name")
|
|
1736
|
-
|
|
1737
|
-
@property
|
|
1738
|
-
@pulumi.getter(name="logFileSize")
|
|
1739
|
-
def log_file_size(self) -> int:
|
|
1740
|
-
"""
|
|
1741
|
-
Size of the backup log file. Unit: Byte.
|
|
1742
|
-
"""
|
|
1743
|
-
return pulumi.get(self, "log_file_size")
|
|
1744
|
-
|
|
1745
|
-
@property
|
|
1746
|
-
@pulumi.getter(name="logTime")
|
|
1747
|
-
def log_time(self) -> str:
|
|
1748
|
-
"""
|
|
1749
|
-
The log timestamp.
|
|
1750
|
-
"""
|
|
1751
|
-
return pulumi.get(self, "log_time")
|
|
1752
|
-
|
|
1753
|
-
@property
|
|
1754
|
-
@pulumi.getter(name="recordTotal")
|
|
1755
|
-
def record_total(self) -> int:
|
|
1756
|
-
"""
|
|
1757
|
-
Total number of records.
|
|
1758
|
-
"""
|
|
1759
|
-
return pulumi.get(self, "record_total")
|
|
1760
|
-
|
|
1761
|
-
@property
|
|
1762
|
-
@pulumi.getter(name="segmentName")
|
|
1763
|
-
def segment_name(self) -> str:
|
|
1764
|
-
"""
|
|
1765
|
-
The node name.
|
|
1766
|
-
"""
|
|
1767
|
-
return pulumi.get(self, "segment_name")
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
1177
|
@pulumi.output_type
|
|
1771
1178
|
class GetZonesZoneResult(dict):
|
|
1772
1179
|
def __init__(__self__, *,
|