pulumi-alicloud 3.59.0a1720761596__py3-none-any.whl → 3.59.1__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 +48 -0
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/adb/resource_group.py +115 -119
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cen/get_transit_router_service.py +2 -2
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/get_regions.py +2 -2
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +150 -27
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/node_pool.py +7 -7
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +555 -27
- pulumi_alicloud/dcdn/domain.py +366 -217
- pulumi_alicloud/dcdn/outputs.py +550 -22
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/dfs/file_system.py +52 -19
- pulumi_alicloud/directmail/get_domains.py +31 -24
- pulumi_alicloud/directmail/outputs.py +131 -32
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +100 -0
- pulumi_alicloud/eci/outputs.py +100 -0
- pulumi_alicloud/ecs/_inputs.py +242 -16
- pulumi_alicloud/ecs/ecs_disk.py +7 -0
- pulumi_alicloud/ecs/image.py +607 -121
- pulumi_alicloud/ecs/instance.py +304 -102
- pulumi_alicloud/ecs/outputs.py +348 -17
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +714 -0
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/outputs.py +724 -0
- pulumi_alicloud/ens/__init__.py +2 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +480 -0
- pulumi_alicloud/ens/instance.py +16 -17
- pulumi_alicloud/ens/nat_gateway.py +458 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/eci_scaling_configuration.py +94 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/bandwidth_package_attachment.py +34 -34
- pulumi_alicloud/ga/listener.py +122 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/__init__.py +4 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/external_data_service.py +485 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/gpdb/remote_adb_data_source.py +763 -0
- pulumi_alicloud/gpdb/streaming_data_service.py +481 -0
- pulumi_alicloud/gpdb/streaming_data_source.py +645 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +54 -34
- pulumi_alicloud/maxcompute/outputs.py +54 -34
- pulumi_alicloud/maxcompute/project.py +230 -66
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/cluster.py +28 -28
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/rdc/organization.py +2 -2
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/redis/tair_instance.py +161 -67
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/slb/_inputs.py +8 -8
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +140 -84
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +50 -12
- pulumi_alicloud/vpc/network.py +332 -134
- pulumi_alicloud/vpc/outputs.py +50 -12
- pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +144 -138
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ddos/outputs.py
CHANGED
|
@@ -299,6 +299,21 @@ class BgpPolicyContentFingerPrintRuleList(dict):
|
|
|
299
299
|
offset: Optional[int] = None,
|
|
300
300
|
payload_bytes: Optional[str] = None,
|
|
301
301
|
rate_value: Optional[int] = None):
|
|
302
|
+
"""
|
|
303
|
+
:param int dst_port_end: End of destination port 0-65535.
|
|
304
|
+
:param int dst_port_start: Destination Port start 0-65535.
|
|
305
|
+
:param str match_action: Action. Currently, only drop is supported.
|
|
306
|
+
:param int max_pkt_len: Maximum bag length.
|
|
307
|
+
:param int min_pkt_len: Minimum package length.
|
|
308
|
+
:param str protocol: Protocol, tcp or udp.
|
|
309
|
+
:param int seq_no: Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
|
|
310
|
+
:param int src_port_end: Source Port end 0-65535.
|
|
311
|
+
:param int src_port_start: Source port start 0-65535.
|
|
312
|
+
:param str finger_print_rule_id: The UUID of the rule is required to be deleted and modified, and it is not required to be created.
|
|
313
|
+
:param int offset: Offset.
|
|
314
|
+
:param str payload_bytes: Load match, hexadecimal string; Similar to 'abcd'.
|
|
315
|
+
:param int rate_value: Speed limit value 1-100000.
|
|
316
|
+
"""
|
|
302
317
|
pulumi.set(__self__, "dst_port_end", dst_port_end)
|
|
303
318
|
pulumi.set(__self__, "dst_port_start", dst_port_start)
|
|
304
319
|
pulumi.set(__self__, "match_action", match_action)
|
|
@@ -320,66 +335,105 @@ class BgpPolicyContentFingerPrintRuleList(dict):
|
|
|
320
335
|
@property
|
|
321
336
|
@pulumi.getter(name="dstPortEnd")
|
|
322
337
|
def dst_port_end(self) -> int:
|
|
338
|
+
"""
|
|
339
|
+
End of destination port 0-65535.
|
|
340
|
+
"""
|
|
323
341
|
return pulumi.get(self, "dst_port_end")
|
|
324
342
|
|
|
325
343
|
@property
|
|
326
344
|
@pulumi.getter(name="dstPortStart")
|
|
327
345
|
def dst_port_start(self) -> int:
|
|
346
|
+
"""
|
|
347
|
+
Destination Port start 0-65535.
|
|
348
|
+
"""
|
|
328
349
|
return pulumi.get(self, "dst_port_start")
|
|
329
350
|
|
|
330
351
|
@property
|
|
331
352
|
@pulumi.getter(name="matchAction")
|
|
332
353
|
def match_action(self) -> str:
|
|
354
|
+
"""
|
|
355
|
+
Action. Currently, only drop is supported.
|
|
356
|
+
"""
|
|
333
357
|
return pulumi.get(self, "match_action")
|
|
334
358
|
|
|
335
359
|
@property
|
|
336
360
|
@pulumi.getter(name="maxPktLen")
|
|
337
361
|
def max_pkt_len(self) -> int:
|
|
362
|
+
"""
|
|
363
|
+
Maximum bag length.
|
|
364
|
+
"""
|
|
338
365
|
return pulumi.get(self, "max_pkt_len")
|
|
339
366
|
|
|
340
367
|
@property
|
|
341
368
|
@pulumi.getter(name="minPktLen")
|
|
342
369
|
def min_pkt_len(self) -> int:
|
|
370
|
+
"""
|
|
371
|
+
Minimum package length.
|
|
372
|
+
"""
|
|
343
373
|
return pulumi.get(self, "min_pkt_len")
|
|
344
374
|
|
|
345
375
|
@property
|
|
346
376
|
@pulumi.getter
|
|
347
377
|
def protocol(self) -> str:
|
|
378
|
+
"""
|
|
379
|
+
Protocol, tcp or udp.
|
|
380
|
+
"""
|
|
348
381
|
return pulumi.get(self, "protocol")
|
|
349
382
|
|
|
350
383
|
@property
|
|
351
384
|
@pulumi.getter(name="seqNo")
|
|
352
385
|
def seq_no(self) -> int:
|
|
386
|
+
"""
|
|
387
|
+
Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
|
|
388
|
+
"""
|
|
353
389
|
return pulumi.get(self, "seq_no")
|
|
354
390
|
|
|
355
391
|
@property
|
|
356
392
|
@pulumi.getter(name="srcPortEnd")
|
|
357
393
|
def src_port_end(self) -> int:
|
|
394
|
+
"""
|
|
395
|
+
Source Port end 0-65535.
|
|
396
|
+
"""
|
|
358
397
|
return pulumi.get(self, "src_port_end")
|
|
359
398
|
|
|
360
399
|
@property
|
|
361
400
|
@pulumi.getter(name="srcPortStart")
|
|
362
401
|
def src_port_start(self) -> int:
|
|
402
|
+
"""
|
|
403
|
+
Source port start 0-65535.
|
|
404
|
+
"""
|
|
363
405
|
return pulumi.get(self, "src_port_start")
|
|
364
406
|
|
|
365
407
|
@property
|
|
366
408
|
@pulumi.getter(name="fingerPrintRuleId")
|
|
367
409
|
def finger_print_rule_id(self) -> Optional[str]:
|
|
410
|
+
"""
|
|
411
|
+
The UUID of the rule is required to be deleted and modified, and it is not required to be created.
|
|
412
|
+
"""
|
|
368
413
|
return pulumi.get(self, "finger_print_rule_id")
|
|
369
414
|
|
|
370
415
|
@property
|
|
371
416
|
@pulumi.getter
|
|
372
417
|
def offset(self) -> Optional[int]:
|
|
418
|
+
"""
|
|
419
|
+
Offset.
|
|
420
|
+
"""
|
|
373
421
|
return pulumi.get(self, "offset")
|
|
374
422
|
|
|
375
423
|
@property
|
|
376
424
|
@pulumi.getter(name="payloadBytes")
|
|
377
425
|
def payload_bytes(self) -> Optional[str]:
|
|
426
|
+
"""
|
|
427
|
+
Load match, hexadecimal string; Similar to 'abcd'.
|
|
428
|
+
"""
|
|
378
429
|
return pulumi.get(self, "payload_bytes")
|
|
379
430
|
|
|
380
431
|
@property
|
|
381
432
|
@pulumi.getter(name="rateValue")
|
|
382
433
|
def rate_value(self) -> Optional[int]:
|
|
434
|
+
"""
|
|
435
|
+
Speed limit value 1-100000.
|
|
436
|
+
"""
|
|
383
437
|
return pulumi.get(self, "rate_value")
|
|
384
438
|
|
|
385
439
|
|
|
@@ -410,6 +464,15 @@ class BgpPolicyContentLayer4RuleList(dict):
|
|
|
410
464
|
method: str,
|
|
411
465
|
name: str,
|
|
412
466
|
priority: int):
|
|
467
|
+
"""
|
|
468
|
+
:param str action: 1 for observation 2 for blocking.
|
|
469
|
+
:param Sequence['BgpPolicyContentLayer4RuleListConditionListArgs'] condition_lists: Matching Condition. See `condition_list` below.
|
|
470
|
+
:param int limited: .
|
|
471
|
+
:param str match: 0 indicates that the condition is not met 1 indicates that the condition is met.
|
|
472
|
+
:param str method: Char indicates a string match hex match.
|
|
473
|
+
:param str name: Rule Name.
|
|
474
|
+
:param int priority: 1-100, priority, the lower the number, the higher the priority.
|
|
475
|
+
"""
|
|
413
476
|
pulumi.set(__self__, "action", action)
|
|
414
477
|
pulumi.set(__self__, "condition_lists", condition_lists)
|
|
415
478
|
pulumi.set(__self__, "limited", limited)
|
|
@@ -421,36 +484,57 @@ class BgpPolicyContentLayer4RuleList(dict):
|
|
|
421
484
|
@property
|
|
422
485
|
@pulumi.getter
|
|
423
486
|
def action(self) -> str:
|
|
487
|
+
"""
|
|
488
|
+
1 for observation 2 for blocking.
|
|
489
|
+
"""
|
|
424
490
|
return pulumi.get(self, "action")
|
|
425
491
|
|
|
426
492
|
@property
|
|
427
493
|
@pulumi.getter(name="conditionLists")
|
|
428
494
|
def condition_lists(self) -> Sequence['outputs.BgpPolicyContentLayer4RuleListConditionList']:
|
|
495
|
+
"""
|
|
496
|
+
Matching Condition. See `condition_list` below.
|
|
497
|
+
"""
|
|
429
498
|
return pulumi.get(self, "condition_lists")
|
|
430
499
|
|
|
431
500
|
@property
|
|
432
501
|
@pulumi.getter
|
|
433
502
|
def limited(self) -> int:
|
|
503
|
+
"""
|
|
504
|
+
.
|
|
505
|
+
"""
|
|
434
506
|
return pulumi.get(self, "limited")
|
|
435
507
|
|
|
436
508
|
@property
|
|
437
509
|
@pulumi.getter
|
|
438
510
|
def match(self) -> str:
|
|
511
|
+
"""
|
|
512
|
+
0 indicates that the condition is not met 1 indicates that the condition is met.
|
|
513
|
+
"""
|
|
439
514
|
return pulumi.get(self, "match")
|
|
440
515
|
|
|
441
516
|
@property
|
|
442
517
|
@pulumi.getter
|
|
443
518
|
def method(self) -> str:
|
|
519
|
+
"""
|
|
520
|
+
Char indicates a string match hex match.
|
|
521
|
+
"""
|
|
444
522
|
return pulumi.get(self, "method")
|
|
445
523
|
|
|
446
524
|
@property
|
|
447
525
|
@pulumi.getter
|
|
448
526
|
def name(self) -> str:
|
|
527
|
+
"""
|
|
528
|
+
Rule Name.
|
|
529
|
+
"""
|
|
449
530
|
return pulumi.get(self, "name")
|
|
450
531
|
|
|
451
532
|
@property
|
|
452
533
|
@pulumi.getter
|
|
453
534
|
def priority(self) -> int:
|
|
535
|
+
"""
|
|
536
|
+
1-100, priority, the lower the number, the higher the priority.
|
|
537
|
+
"""
|
|
454
538
|
return pulumi.get(self, "priority")
|
|
455
539
|
|
|
456
540
|
|
|
@@ -460,6 +544,11 @@ class BgpPolicyContentLayer4RuleListConditionList(dict):
|
|
|
460
544
|
arg: str,
|
|
461
545
|
depth: int,
|
|
462
546
|
position: int):
|
|
547
|
+
"""
|
|
548
|
+
:param str arg: Matching target character.
|
|
549
|
+
:param int depth: Depth of Matching.
|
|
550
|
+
:param int position: Position to start matching, starting from 0.
|
|
551
|
+
"""
|
|
463
552
|
pulumi.set(__self__, "arg", arg)
|
|
464
553
|
pulumi.set(__self__, "depth", depth)
|
|
465
554
|
pulumi.set(__self__, "position", position)
|
|
@@ -467,16 +556,25 @@ class BgpPolicyContentLayer4RuleListConditionList(dict):
|
|
|
467
556
|
@property
|
|
468
557
|
@pulumi.getter
|
|
469
558
|
def arg(self) -> str:
|
|
559
|
+
"""
|
|
560
|
+
Matching target character.
|
|
561
|
+
"""
|
|
470
562
|
return pulumi.get(self, "arg")
|
|
471
563
|
|
|
472
564
|
@property
|
|
473
565
|
@pulumi.getter
|
|
474
566
|
def depth(self) -> int:
|
|
567
|
+
"""
|
|
568
|
+
Depth of Matching.
|
|
569
|
+
"""
|
|
475
570
|
return pulumi.get(self, "depth")
|
|
476
571
|
|
|
477
572
|
@property
|
|
478
573
|
@pulumi.getter
|
|
479
574
|
def position(self) -> int:
|
|
575
|
+
"""
|
|
576
|
+
Position to start matching, starting from 0.
|
|
577
|
+
"""
|
|
480
578
|
return pulumi.get(self, "position")
|
|
481
579
|
|
|
482
580
|
|
|
@@ -520,6 +618,16 @@ class BgpPolicyContentPortRuleList(dict):
|
|
|
520
618
|
src_port_end: int,
|
|
521
619
|
src_port_start: int,
|
|
522
620
|
port_rule_id: Optional[str] = None):
|
|
621
|
+
"""
|
|
622
|
+
:param int dst_port_end: End of destination port 0-65535.
|
|
623
|
+
:param int dst_port_start: Destination Port start 0-65535.
|
|
624
|
+
:param str match_action: Action. Currently, only drop is supported.
|
|
625
|
+
:param str protocol: Protocol, tcp or udp.
|
|
626
|
+
:param int seq_no: Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
|
|
627
|
+
:param int src_port_end: Source Port end 0-65535.
|
|
628
|
+
:param int src_port_start: Source port start 0-65535.
|
|
629
|
+
:param str port_rule_id: Rule UUID is required to be deleted and modified, and is not required to be created.
|
|
630
|
+
"""
|
|
523
631
|
pulumi.set(__self__, "dst_port_end", dst_port_end)
|
|
524
632
|
pulumi.set(__self__, "dst_port_start", dst_port_start)
|
|
525
633
|
pulumi.set(__self__, "match_action", match_action)
|
|
@@ -533,41 +641,65 @@ class BgpPolicyContentPortRuleList(dict):
|
|
|
533
641
|
@property
|
|
534
642
|
@pulumi.getter(name="dstPortEnd")
|
|
535
643
|
def dst_port_end(self) -> int:
|
|
644
|
+
"""
|
|
645
|
+
End of destination port 0-65535.
|
|
646
|
+
"""
|
|
536
647
|
return pulumi.get(self, "dst_port_end")
|
|
537
648
|
|
|
538
649
|
@property
|
|
539
650
|
@pulumi.getter(name="dstPortStart")
|
|
540
651
|
def dst_port_start(self) -> int:
|
|
652
|
+
"""
|
|
653
|
+
Destination Port start 0-65535.
|
|
654
|
+
"""
|
|
541
655
|
return pulumi.get(self, "dst_port_start")
|
|
542
656
|
|
|
543
657
|
@property
|
|
544
658
|
@pulumi.getter(name="matchAction")
|
|
545
659
|
def match_action(self) -> str:
|
|
660
|
+
"""
|
|
661
|
+
Action. Currently, only drop is supported.
|
|
662
|
+
"""
|
|
546
663
|
return pulumi.get(self, "match_action")
|
|
547
664
|
|
|
548
665
|
@property
|
|
549
666
|
@pulumi.getter
|
|
550
667
|
def protocol(self) -> str:
|
|
668
|
+
"""
|
|
669
|
+
Protocol, tcp or udp.
|
|
670
|
+
"""
|
|
551
671
|
return pulumi.get(self, "protocol")
|
|
552
672
|
|
|
553
673
|
@property
|
|
554
674
|
@pulumi.getter(name="seqNo")
|
|
555
675
|
def seq_no(self) -> int:
|
|
676
|
+
"""
|
|
677
|
+
Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
|
|
678
|
+
"""
|
|
556
679
|
return pulumi.get(self, "seq_no")
|
|
557
680
|
|
|
558
681
|
@property
|
|
559
682
|
@pulumi.getter(name="srcPortEnd")
|
|
560
683
|
def src_port_end(self) -> int:
|
|
684
|
+
"""
|
|
685
|
+
Source Port end 0-65535.
|
|
686
|
+
"""
|
|
561
687
|
return pulumi.get(self, "src_port_end")
|
|
562
688
|
|
|
563
689
|
@property
|
|
564
690
|
@pulumi.getter(name="srcPortStart")
|
|
565
691
|
def src_port_start(self) -> int:
|
|
692
|
+
"""
|
|
693
|
+
Source port start 0-65535.
|
|
694
|
+
"""
|
|
566
695
|
return pulumi.get(self, "src_port_start")
|
|
567
696
|
|
|
568
697
|
@property
|
|
569
698
|
@pulumi.getter(name="portRuleId")
|
|
570
699
|
def port_rule_id(self) -> Optional[str]:
|
|
700
|
+
"""
|
|
701
|
+
Rule UUID is required to be deleted and modified, and is not required to be created.
|
|
702
|
+
"""
|
|
571
703
|
return pulumi.get(self, "port_rule_id")
|
|
572
704
|
|
|
573
705
|
|
|
@@ -600,6 +732,9 @@ class BgpPolicyContentSourceBlockList(dict):
|
|
|
600
732
|
exceed_limit_times: int,
|
|
601
733
|
type: int):
|
|
602
734
|
"""
|
|
735
|
+
:param int block_expire_seconds: Statistical cycle range 60-1200.
|
|
736
|
+
:param int every_seconds: The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.
|
|
737
|
+
:param int exceed_limit_times: The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.
|
|
603
738
|
:param int type: Type
|
|
604
739
|
"""
|
|
605
740
|
pulumi.set(__self__, "block_expire_seconds", block_expire_seconds)
|
|
@@ -610,16 +745,25 @@ class BgpPolicyContentSourceBlockList(dict):
|
|
|
610
745
|
@property
|
|
611
746
|
@pulumi.getter(name="blockExpireSeconds")
|
|
612
747
|
def block_expire_seconds(self) -> int:
|
|
748
|
+
"""
|
|
749
|
+
Statistical cycle range 60-1200.
|
|
750
|
+
"""
|
|
613
751
|
return pulumi.get(self, "block_expire_seconds")
|
|
614
752
|
|
|
615
753
|
@property
|
|
616
754
|
@pulumi.getter(name="everySeconds")
|
|
617
755
|
def every_seconds(self) -> int:
|
|
756
|
+
"""
|
|
757
|
+
The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.
|
|
758
|
+
"""
|
|
618
759
|
return pulumi.get(self, "every_seconds")
|
|
619
760
|
|
|
620
761
|
@property
|
|
621
762
|
@pulumi.getter(name="exceedLimitTimes")
|
|
622
763
|
def exceed_limit_times(self) -> int:
|
|
764
|
+
"""
|
|
765
|
+
The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.
|
|
766
|
+
"""
|
|
623
767
|
return pulumi.get(self, "exceed_limit_times")
|
|
624
768
|
|
|
625
769
|
@property
|
|
@@ -657,6 +801,12 @@ class BgpPolicyContentSourceLimit(dict):
|
|
|
657
801
|
pps: Optional[int] = None,
|
|
658
802
|
syn_bps: Optional[int] = None,
|
|
659
803
|
syn_pps: Optional[int] = None):
|
|
804
|
+
"""
|
|
805
|
+
:param int bps: bps range 1024~268435456.
|
|
806
|
+
:param int pps: Pps range 32~500000.
|
|
807
|
+
:param int syn_bps: SynBps range 1024~268435456.
|
|
808
|
+
:param int syn_pps: SynPps range 1~100000.
|
|
809
|
+
"""
|
|
660
810
|
if bps is not None:
|
|
661
811
|
pulumi.set(__self__, "bps", bps)
|
|
662
812
|
if pps is not None:
|
|
@@ -669,21 +819,33 @@ class BgpPolicyContentSourceLimit(dict):
|
|
|
669
819
|
@property
|
|
670
820
|
@pulumi.getter
|
|
671
821
|
def bps(self) -> Optional[int]:
|
|
822
|
+
"""
|
|
823
|
+
bps range 1024~268435456.
|
|
824
|
+
"""
|
|
672
825
|
return pulumi.get(self, "bps")
|
|
673
826
|
|
|
674
827
|
@property
|
|
675
828
|
@pulumi.getter
|
|
676
829
|
def pps(self) -> Optional[int]:
|
|
830
|
+
"""
|
|
831
|
+
Pps range 32~500000.
|
|
832
|
+
"""
|
|
677
833
|
return pulumi.get(self, "pps")
|
|
678
834
|
|
|
679
835
|
@property
|
|
680
836
|
@pulumi.getter(name="synBps")
|
|
681
837
|
def syn_bps(self) -> Optional[int]:
|
|
838
|
+
"""
|
|
839
|
+
SynBps range 1024~268435456.
|
|
840
|
+
"""
|
|
682
841
|
return pulumi.get(self, "syn_bps")
|
|
683
842
|
|
|
684
843
|
@property
|
|
685
844
|
@pulumi.getter(name="synPps")
|
|
686
845
|
def syn_pps(self) -> Optional[int]:
|
|
846
|
+
"""
|
|
847
|
+
SynPps range 1~100000.
|
|
848
|
+
"""
|
|
687
849
|
return pulumi.get(self, "syn_pps")
|
|
688
850
|
|
|
689
851
|
|
|
@@ -18,20 +18,20 @@ class FileSystemArgs:
|
|
|
18
18
|
protocol_type: pulumi.Input[str],
|
|
19
19
|
space_capacity: pulumi.Input[int],
|
|
20
20
|
storage_type: pulumi.Input[str],
|
|
21
|
-
zone_id: pulumi.Input[str],
|
|
22
21
|
data_redundancy_type: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
dedicated_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
23
23
|
description: Optional[pulumi.Input[str]] = None,
|
|
24
24
|
partition_number: Optional[pulumi.Input[int]] = None,
|
|
25
25
|
provisioned_throughput_in_mi_bps: Optional[pulumi.Input[int]] = None,
|
|
26
26
|
storage_set_name: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
throughput_mode: Optional[pulumi.Input[str]] = None
|
|
27
|
+
throughput_mode: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
zone_id: Optional[pulumi.Input[str]] = None):
|
|
28
29
|
"""
|
|
29
30
|
The set of arguments for constructing a FileSystem resource.
|
|
30
31
|
:param pulumi.Input[str] file_system_name: The file system name. The naming rules are as follows: The length is 6~64 characters. Globally unique and cannot be an empty string. English letters are supported and can contain numbers, underscores (_), and dashes (-).
|
|
31
32
|
:param pulumi.Input[str] protocol_type: The protocol type. Only HDFS(Hadoop Distributed File System) is supported.
|
|
32
33
|
:param pulumi.Input[int] space_capacity: File system capacity. When the actual amount of data stored reaches the capacity of the file system, data cannot be written. Unit: GiB.
|
|
33
34
|
:param pulumi.Input[str] storage_type: The storage media type. Value: STANDARD (default): STANDARD PERFORMANCE: PERFORMANCE type.
|
|
34
|
-
:param pulumi.Input[str] zone_id: Zone Id, which is used to create file system resources to the specified zone.
|
|
35
35
|
:param pulumi.Input[str] data_redundancy_type: Redundancy mode of the file system. Value:
|
|
36
36
|
- LRS (default): Local redundancy.
|
|
37
37
|
- ZRS: Same-City redundancy. When ZRS is selected, zoneId is a string consisting of multiple zones that are expected to be redundant in the same city, for example, 'zoneId1,zoneId2 '.
|
|
@@ -40,14 +40,16 @@ class FileSystemArgs:
|
|
|
40
40
|
:param pulumi.Input[int] provisioned_throughput_in_mi_bps: Provisioned throughput. This parameter is required when ThroughputMode is set to Provisioned. Unit: MB/s Value range: 1~5120.
|
|
41
41
|
:param pulumi.Input[str] storage_set_name: Save set identity, used to select a user-specified save set.
|
|
42
42
|
:param pulumi.Input[str] throughput_mode: The throughput mode. Value: Standard (default): Standard throughput Provisioned: preset throughput.
|
|
43
|
+
:param pulumi.Input[str] zone_id: Zone Id, which is used to create file system resources to the specified zone.
|
|
43
44
|
"""
|
|
44
45
|
pulumi.set(__self__, "file_system_name", file_system_name)
|
|
45
46
|
pulumi.set(__self__, "protocol_type", protocol_type)
|
|
46
47
|
pulumi.set(__self__, "space_capacity", space_capacity)
|
|
47
48
|
pulumi.set(__self__, "storage_type", storage_type)
|
|
48
|
-
pulumi.set(__self__, "zone_id", zone_id)
|
|
49
49
|
if data_redundancy_type is not None:
|
|
50
50
|
pulumi.set(__self__, "data_redundancy_type", data_redundancy_type)
|
|
51
|
+
if dedicated_cluster_id is not None:
|
|
52
|
+
pulumi.set(__self__, "dedicated_cluster_id", dedicated_cluster_id)
|
|
51
53
|
if description is not None:
|
|
52
54
|
pulumi.set(__self__, "description", description)
|
|
53
55
|
if partition_number is not None:
|
|
@@ -58,6 +60,8 @@ class FileSystemArgs:
|
|
|
58
60
|
pulumi.set(__self__, "storage_set_name", storage_set_name)
|
|
59
61
|
if throughput_mode is not None:
|
|
60
62
|
pulumi.set(__self__, "throughput_mode", throughput_mode)
|
|
63
|
+
if zone_id is not None:
|
|
64
|
+
pulumi.set(__self__, "zone_id", zone_id)
|
|
61
65
|
|
|
62
66
|
@property
|
|
63
67
|
@pulumi.getter(name="fileSystemName")
|
|
@@ -107,18 +111,6 @@ class FileSystemArgs:
|
|
|
107
111
|
def storage_type(self, value: pulumi.Input[str]):
|
|
108
112
|
pulumi.set(self, "storage_type", value)
|
|
109
113
|
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter(name="zoneId")
|
|
112
|
-
def zone_id(self) -> pulumi.Input[str]:
|
|
113
|
-
"""
|
|
114
|
-
Zone Id, which is used to create file system resources to the specified zone.
|
|
115
|
-
"""
|
|
116
|
-
return pulumi.get(self, "zone_id")
|
|
117
|
-
|
|
118
|
-
@zone_id.setter
|
|
119
|
-
def zone_id(self, value: pulumi.Input[str]):
|
|
120
|
-
pulumi.set(self, "zone_id", value)
|
|
121
|
-
|
|
122
114
|
@property
|
|
123
115
|
@pulumi.getter(name="dataRedundancyType")
|
|
124
116
|
def data_redundancy_type(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -133,6 +125,15 @@ class FileSystemArgs:
|
|
|
133
125
|
def data_redundancy_type(self, value: Optional[pulumi.Input[str]]):
|
|
134
126
|
pulumi.set(self, "data_redundancy_type", value)
|
|
135
127
|
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="dedicatedClusterId")
|
|
130
|
+
def dedicated_cluster_id(self) -> Optional[pulumi.Input[str]]:
|
|
131
|
+
return pulumi.get(self, "dedicated_cluster_id")
|
|
132
|
+
|
|
133
|
+
@dedicated_cluster_id.setter
|
|
134
|
+
def dedicated_cluster_id(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
pulumi.set(self, "dedicated_cluster_id", value)
|
|
136
|
+
|
|
136
137
|
@property
|
|
137
138
|
@pulumi.getter
|
|
138
139
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -193,12 +194,25 @@ class FileSystemArgs:
|
|
|
193
194
|
def throughput_mode(self, value: Optional[pulumi.Input[str]]):
|
|
194
195
|
pulumi.set(self, "throughput_mode", value)
|
|
195
196
|
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="zoneId")
|
|
199
|
+
def zone_id(self) -> Optional[pulumi.Input[str]]:
|
|
200
|
+
"""
|
|
201
|
+
Zone Id, which is used to create file system resources to the specified zone.
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "zone_id")
|
|
204
|
+
|
|
205
|
+
@zone_id.setter
|
|
206
|
+
def zone_id(self, value: Optional[pulumi.Input[str]]):
|
|
207
|
+
pulumi.set(self, "zone_id", value)
|
|
208
|
+
|
|
196
209
|
|
|
197
210
|
@pulumi.input_type
|
|
198
211
|
class _FileSystemState:
|
|
199
212
|
def __init__(__self__, *,
|
|
200
213
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
201
214
|
data_redundancy_type: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
dedicated_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
202
216
|
description: Optional[pulumi.Input[str]] = None,
|
|
203
217
|
file_system_name: Optional[pulumi.Input[str]] = None,
|
|
204
218
|
partition_number: Optional[pulumi.Input[int]] = None,
|
|
@@ -230,6 +244,8 @@ class _FileSystemState:
|
|
|
230
244
|
pulumi.set(__self__, "create_time", create_time)
|
|
231
245
|
if data_redundancy_type is not None:
|
|
232
246
|
pulumi.set(__self__, "data_redundancy_type", data_redundancy_type)
|
|
247
|
+
if dedicated_cluster_id is not None:
|
|
248
|
+
pulumi.set(__self__, "dedicated_cluster_id", dedicated_cluster_id)
|
|
233
249
|
if description is not None:
|
|
234
250
|
pulumi.set(__self__, "description", description)
|
|
235
251
|
if file_system_name is not None:
|
|
@@ -277,6 +293,15 @@ class _FileSystemState:
|
|
|
277
293
|
def data_redundancy_type(self, value: Optional[pulumi.Input[str]]):
|
|
278
294
|
pulumi.set(self, "data_redundancy_type", value)
|
|
279
295
|
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="dedicatedClusterId")
|
|
298
|
+
def dedicated_cluster_id(self) -> Optional[pulumi.Input[str]]:
|
|
299
|
+
return pulumi.get(self, "dedicated_cluster_id")
|
|
300
|
+
|
|
301
|
+
@dedicated_cluster_id.setter
|
|
302
|
+
def dedicated_cluster_id(self, value: Optional[pulumi.Input[str]]):
|
|
303
|
+
pulumi.set(self, "dedicated_cluster_id", value)
|
|
304
|
+
|
|
280
305
|
@property
|
|
281
306
|
@pulumi.getter
|
|
282
307
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -404,6 +429,7 @@ class FileSystem(pulumi.CustomResource):
|
|
|
404
429
|
resource_name: str,
|
|
405
430
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
406
431
|
data_redundancy_type: Optional[pulumi.Input[str]] = None,
|
|
432
|
+
dedicated_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
407
433
|
description: Optional[pulumi.Input[str]] = None,
|
|
408
434
|
file_system_name: Optional[pulumi.Input[str]] = None,
|
|
409
435
|
partition_number: Optional[pulumi.Input[int]] = None,
|
|
@@ -531,6 +557,7 @@ class FileSystem(pulumi.CustomResource):
|
|
|
531
557
|
resource_name: str,
|
|
532
558
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
533
559
|
data_redundancy_type: Optional[pulumi.Input[str]] = None,
|
|
560
|
+
dedicated_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
534
561
|
description: Optional[pulumi.Input[str]] = None,
|
|
535
562
|
file_system_name: Optional[pulumi.Input[str]] = None,
|
|
536
563
|
partition_number: Optional[pulumi.Input[int]] = None,
|
|
@@ -551,6 +578,7 @@ class FileSystem(pulumi.CustomResource):
|
|
|
551
578
|
__props__ = FileSystemArgs.__new__(FileSystemArgs)
|
|
552
579
|
|
|
553
580
|
__props__.__dict__["data_redundancy_type"] = data_redundancy_type
|
|
581
|
+
__props__.__dict__["dedicated_cluster_id"] = dedicated_cluster_id
|
|
554
582
|
__props__.__dict__["description"] = description
|
|
555
583
|
if file_system_name is None and not opts.urn:
|
|
556
584
|
raise TypeError("Missing required property 'file_system_name'")
|
|
@@ -568,8 +596,6 @@ class FileSystem(pulumi.CustomResource):
|
|
|
568
596
|
raise TypeError("Missing required property 'storage_type'")
|
|
569
597
|
__props__.__dict__["storage_type"] = storage_type
|
|
570
598
|
__props__.__dict__["throughput_mode"] = throughput_mode
|
|
571
|
-
if zone_id is None and not opts.urn:
|
|
572
|
-
raise TypeError("Missing required property 'zone_id'")
|
|
573
599
|
__props__.__dict__["zone_id"] = zone_id
|
|
574
600
|
__props__.__dict__["create_time"] = None
|
|
575
601
|
super(FileSystem, __self__).__init__(
|
|
@@ -584,6 +610,7 @@ class FileSystem(pulumi.CustomResource):
|
|
|
584
610
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
585
611
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
586
612
|
data_redundancy_type: Optional[pulumi.Input[str]] = None,
|
|
613
|
+
dedicated_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
587
614
|
description: Optional[pulumi.Input[str]] = None,
|
|
588
615
|
file_system_name: Optional[pulumi.Input[str]] = None,
|
|
589
616
|
partition_number: Optional[pulumi.Input[int]] = None,
|
|
@@ -622,6 +649,7 @@ class FileSystem(pulumi.CustomResource):
|
|
|
622
649
|
|
|
623
650
|
__props__.__dict__["create_time"] = create_time
|
|
624
651
|
__props__.__dict__["data_redundancy_type"] = data_redundancy_type
|
|
652
|
+
__props__.__dict__["dedicated_cluster_id"] = dedicated_cluster_id
|
|
625
653
|
__props__.__dict__["description"] = description
|
|
626
654
|
__props__.__dict__["file_system_name"] = file_system_name
|
|
627
655
|
__props__.__dict__["partition_number"] = partition_number
|
|
@@ -652,6 +680,11 @@ class FileSystem(pulumi.CustomResource):
|
|
|
652
680
|
"""
|
|
653
681
|
return pulumi.get(self, "data_redundancy_type")
|
|
654
682
|
|
|
683
|
+
@property
|
|
684
|
+
@pulumi.getter(name="dedicatedClusterId")
|
|
685
|
+
def dedicated_cluster_id(self) -> pulumi.Output[Optional[str]]:
|
|
686
|
+
return pulumi.get(self, "dedicated_cluster_id")
|
|
687
|
+
|
|
655
688
|
@property
|
|
656
689
|
@pulumi.getter
|
|
657
690
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -726,7 +759,7 @@ class FileSystem(pulumi.CustomResource):
|
|
|
726
759
|
|
|
727
760
|
@property
|
|
728
761
|
@pulumi.getter(name="zoneId")
|
|
729
|
-
def zone_id(self) -> pulumi.Output[str]:
|
|
762
|
+
def zone_id(self) -> pulumi.Output[Optional[str]]:
|
|
730
763
|
"""
|
|
731
764
|
Zone Id, which is used to create file system resources to the specified zone.
|
|
732
765
|
"""
|