pulumi-alicloud 3.60.0a1720848019__py3-none-any.whl → 3.60.0a1721282795__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.

Files changed (107) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
@@ -268,6 +268,21 @@ class BgpPolicyContentFingerPrintRuleListArgs:
268
268
  offset: Optional[pulumi.Input[int]] = None,
269
269
  payload_bytes: Optional[pulumi.Input[str]] = None,
270
270
  rate_value: Optional[pulumi.Input[int]] = None):
271
+ """
272
+ :param pulumi.Input[int] dst_port_end: End of destination port 0-65535.
273
+ :param pulumi.Input[int] dst_port_start: Destination Port start 0-65535.
274
+ :param pulumi.Input[str] match_action: Action. Currently, only drop is supported.
275
+ :param pulumi.Input[int] max_pkt_len: Maximum bag length.
276
+ :param pulumi.Input[int] min_pkt_len: Minimum package length.
277
+ :param pulumi.Input[str] protocol: Protocol, tcp or udp.
278
+ :param pulumi.Input[int] seq_no: Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
279
+ :param pulumi.Input[int] src_port_end: Source Port end 0-65535.
280
+ :param pulumi.Input[int] src_port_start: Source port start 0-65535.
281
+ :param pulumi.Input[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.
282
+ :param pulumi.Input[int] offset: Offset.
283
+ :param pulumi.Input[str] payload_bytes: Load match, hexadecimal string; Similar to 'abcd'.
284
+ :param pulumi.Input[int] rate_value: Speed limit value 1-100000.
285
+ """
271
286
  pulumi.set(__self__, "dst_port_end", dst_port_end)
272
287
  pulumi.set(__self__, "dst_port_start", dst_port_start)
273
288
  pulumi.set(__self__, "match_action", match_action)
@@ -289,6 +304,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
289
304
  @property
290
305
  @pulumi.getter(name="dstPortEnd")
291
306
  def dst_port_end(self) -> pulumi.Input[int]:
307
+ """
308
+ End of destination port 0-65535.
309
+ """
292
310
  return pulumi.get(self, "dst_port_end")
293
311
 
294
312
  @dst_port_end.setter
@@ -298,6 +316,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
298
316
  @property
299
317
  @pulumi.getter(name="dstPortStart")
300
318
  def dst_port_start(self) -> pulumi.Input[int]:
319
+ """
320
+ Destination Port start 0-65535.
321
+ """
301
322
  return pulumi.get(self, "dst_port_start")
302
323
 
303
324
  @dst_port_start.setter
@@ -307,6 +328,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
307
328
  @property
308
329
  @pulumi.getter(name="matchAction")
309
330
  def match_action(self) -> pulumi.Input[str]:
331
+ """
332
+ Action. Currently, only drop is supported.
333
+ """
310
334
  return pulumi.get(self, "match_action")
311
335
 
312
336
  @match_action.setter
@@ -316,6 +340,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
316
340
  @property
317
341
  @pulumi.getter(name="maxPktLen")
318
342
  def max_pkt_len(self) -> pulumi.Input[int]:
343
+ """
344
+ Maximum bag length.
345
+ """
319
346
  return pulumi.get(self, "max_pkt_len")
320
347
 
321
348
  @max_pkt_len.setter
@@ -325,6 +352,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
325
352
  @property
326
353
  @pulumi.getter(name="minPktLen")
327
354
  def min_pkt_len(self) -> pulumi.Input[int]:
355
+ """
356
+ Minimum package length.
357
+ """
328
358
  return pulumi.get(self, "min_pkt_len")
329
359
 
330
360
  @min_pkt_len.setter
@@ -334,6 +364,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
334
364
  @property
335
365
  @pulumi.getter
336
366
  def protocol(self) -> pulumi.Input[str]:
367
+ """
368
+ Protocol, tcp or udp.
369
+ """
337
370
  return pulumi.get(self, "protocol")
338
371
 
339
372
  @protocol.setter
@@ -343,6 +376,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
343
376
  @property
344
377
  @pulumi.getter(name="seqNo")
345
378
  def seq_no(self) -> pulumi.Input[int]:
379
+ """
380
+ Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
381
+ """
346
382
  return pulumi.get(self, "seq_no")
347
383
 
348
384
  @seq_no.setter
@@ -352,6 +388,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
352
388
  @property
353
389
  @pulumi.getter(name="srcPortEnd")
354
390
  def src_port_end(self) -> pulumi.Input[int]:
391
+ """
392
+ Source Port end 0-65535.
393
+ """
355
394
  return pulumi.get(self, "src_port_end")
356
395
 
357
396
  @src_port_end.setter
@@ -361,6 +400,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
361
400
  @property
362
401
  @pulumi.getter(name="srcPortStart")
363
402
  def src_port_start(self) -> pulumi.Input[int]:
403
+ """
404
+ Source port start 0-65535.
405
+ """
364
406
  return pulumi.get(self, "src_port_start")
365
407
 
366
408
  @src_port_start.setter
@@ -370,6 +412,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
370
412
  @property
371
413
  @pulumi.getter(name="fingerPrintRuleId")
372
414
  def finger_print_rule_id(self) -> Optional[pulumi.Input[str]]:
415
+ """
416
+ The UUID of the rule is required to be deleted and modified, and it is not required to be created.
417
+ """
373
418
  return pulumi.get(self, "finger_print_rule_id")
374
419
 
375
420
  @finger_print_rule_id.setter
@@ -379,6 +424,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
379
424
  @property
380
425
  @pulumi.getter
381
426
  def offset(self) -> Optional[pulumi.Input[int]]:
427
+ """
428
+ Offset.
429
+ """
382
430
  return pulumi.get(self, "offset")
383
431
 
384
432
  @offset.setter
@@ -388,6 +436,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
388
436
  @property
389
437
  @pulumi.getter(name="payloadBytes")
390
438
  def payload_bytes(self) -> Optional[pulumi.Input[str]]:
439
+ """
440
+ Load match, hexadecimal string; Similar to 'abcd'.
441
+ """
391
442
  return pulumi.get(self, "payload_bytes")
392
443
 
393
444
  @payload_bytes.setter
@@ -397,6 +448,9 @@ class BgpPolicyContentFingerPrintRuleListArgs:
397
448
  @property
398
449
  @pulumi.getter(name="rateValue")
399
450
  def rate_value(self) -> Optional[pulumi.Input[int]]:
451
+ """
452
+ Speed limit value 1-100000.
453
+ """
400
454
  return pulumi.get(self, "rate_value")
401
455
 
402
456
  @rate_value.setter
@@ -414,6 +468,15 @@ class BgpPolicyContentLayer4RuleListArgs:
414
468
  method: pulumi.Input[str],
415
469
  name: pulumi.Input[str],
416
470
  priority: pulumi.Input[int]):
471
+ """
472
+ :param pulumi.Input[str] action: 1 for observation 2 for blocking.
473
+ :param pulumi.Input[Sequence[pulumi.Input['BgpPolicyContentLayer4RuleListConditionListArgs']]] condition_lists: Matching Condition. See `condition_list` below.
474
+ :param pulumi.Input[int] limited: .
475
+ :param pulumi.Input[str] match: 0 indicates that the condition is not met 1 indicates that the condition is met.
476
+ :param pulumi.Input[str] method: Char indicates a string match hex match.
477
+ :param pulumi.Input[str] name: Rule Name.
478
+ :param pulumi.Input[int] priority: 1-100, priority, the lower the number, the higher the priority.
479
+ """
417
480
  pulumi.set(__self__, "action", action)
418
481
  pulumi.set(__self__, "condition_lists", condition_lists)
419
482
  pulumi.set(__self__, "limited", limited)
@@ -425,6 +488,9 @@ class BgpPolicyContentLayer4RuleListArgs:
425
488
  @property
426
489
  @pulumi.getter
427
490
  def action(self) -> pulumi.Input[str]:
491
+ """
492
+ 1 for observation 2 for blocking.
493
+ """
428
494
  return pulumi.get(self, "action")
429
495
 
430
496
  @action.setter
@@ -434,6 +500,9 @@ class BgpPolicyContentLayer4RuleListArgs:
434
500
  @property
435
501
  @pulumi.getter(name="conditionLists")
436
502
  def condition_lists(self) -> pulumi.Input[Sequence[pulumi.Input['BgpPolicyContentLayer4RuleListConditionListArgs']]]:
503
+ """
504
+ Matching Condition. See `condition_list` below.
505
+ """
437
506
  return pulumi.get(self, "condition_lists")
438
507
 
439
508
  @condition_lists.setter
@@ -443,6 +512,9 @@ class BgpPolicyContentLayer4RuleListArgs:
443
512
  @property
444
513
  @pulumi.getter
445
514
  def limited(self) -> pulumi.Input[int]:
515
+ """
516
+ .
517
+ """
446
518
  return pulumi.get(self, "limited")
447
519
 
448
520
  @limited.setter
@@ -452,6 +524,9 @@ class BgpPolicyContentLayer4RuleListArgs:
452
524
  @property
453
525
  @pulumi.getter
454
526
  def match(self) -> pulumi.Input[str]:
527
+ """
528
+ 0 indicates that the condition is not met 1 indicates that the condition is met.
529
+ """
455
530
  return pulumi.get(self, "match")
456
531
 
457
532
  @match.setter
@@ -461,6 +536,9 @@ class BgpPolicyContentLayer4RuleListArgs:
461
536
  @property
462
537
  @pulumi.getter
463
538
  def method(self) -> pulumi.Input[str]:
539
+ """
540
+ Char indicates a string match hex match.
541
+ """
464
542
  return pulumi.get(self, "method")
465
543
 
466
544
  @method.setter
@@ -470,6 +548,9 @@ class BgpPolicyContentLayer4RuleListArgs:
470
548
  @property
471
549
  @pulumi.getter
472
550
  def name(self) -> pulumi.Input[str]:
551
+ """
552
+ Rule Name.
553
+ """
473
554
  return pulumi.get(self, "name")
474
555
 
475
556
  @name.setter
@@ -479,6 +560,9 @@ class BgpPolicyContentLayer4RuleListArgs:
479
560
  @property
480
561
  @pulumi.getter
481
562
  def priority(self) -> pulumi.Input[int]:
563
+ """
564
+ 1-100, priority, the lower the number, the higher the priority.
565
+ """
482
566
  return pulumi.get(self, "priority")
483
567
 
484
568
  @priority.setter
@@ -492,6 +576,11 @@ class BgpPolicyContentLayer4RuleListConditionListArgs:
492
576
  arg: pulumi.Input[str],
493
577
  depth: pulumi.Input[int],
494
578
  position: pulumi.Input[int]):
579
+ """
580
+ :param pulumi.Input[str] arg: Matching target character.
581
+ :param pulumi.Input[int] depth: Depth of Matching.
582
+ :param pulumi.Input[int] position: Position to start matching, starting from 0.
583
+ """
495
584
  pulumi.set(__self__, "arg", arg)
496
585
  pulumi.set(__self__, "depth", depth)
497
586
  pulumi.set(__self__, "position", position)
@@ -499,6 +588,9 @@ class BgpPolicyContentLayer4RuleListConditionListArgs:
499
588
  @property
500
589
  @pulumi.getter
501
590
  def arg(self) -> pulumi.Input[str]:
591
+ """
592
+ Matching target character.
593
+ """
502
594
  return pulumi.get(self, "arg")
503
595
 
504
596
  @arg.setter
@@ -508,6 +600,9 @@ class BgpPolicyContentLayer4RuleListConditionListArgs:
508
600
  @property
509
601
  @pulumi.getter
510
602
  def depth(self) -> pulumi.Input[int]:
603
+ """
604
+ Depth of Matching.
605
+ """
511
606
  return pulumi.get(self, "depth")
512
607
 
513
608
  @depth.setter
@@ -517,6 +612,9 @@ class BgpPolicyContentLayer4RuleListConditionListArgs:
517
612
  @property
518
613
  @pulumi.getter
519
614
  def position(self) -> pulumi.Input[int]:
615
+ """
616
+ Position to start matching, starting from 0.
617
+ """
520
618
  return pulumi.get(self, "position")
521
619
 
522
620
  @position.setter
@@ -535,6 +633,16 @@ class BgpPolicyContentPortRuleListArgs:
535
633
  src_port_end: pulumi.Input[int],
536
634
  src_port_start: pulumi.Input[int],
537
635
  port_rule_id: Optional[pulumi.Input[str]] = None):
636
+ """
637
+ :param pulumi.Input[int] dst_port_end: End of destination port 0-65535.
638
+ :param pulumi.Input[int] dst_port_start: Destination Port start 0-65535.
639
+ :param pulumi.Input[str] match_action: Action. Currently, only drop is supported.
640
+ :param pulumi.Input[str] protocol: Protocol, tcp or udp.
641
+ :param pulumi.Input[int] seq_no: Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
642
+ :param pulumi.Input[int] src_port_end: Source Port end 0-65535.
643
+ :param pulumi.Input[int] src_port_start: Source port start 0-65535.
644
+ :param pulumi.Input[str] port_rule_id: Rule UUID is required to be deleted and modified, and is not required to be created.
645
+ """
538
646
  pulumi.set(__self__, "dst_port_end", dst_port_end)
539
647
  pulumi.set(__self__, "dst_port_start", dst_port_start)
540
648
  pulumi.set(__self__, "match_action", match_action)
@@ -548,6 +656,9 @@ class BgpPolicyContentPortRuleListArgs:
548
656
  @property
549
657
  @pulumi.getter(name="dstPortEnd")
550
658
  def dst_port_end(self) -> pulumi.Input[int]:
659
+ """
660
+ End of destination port 0-65535.
661
+ """
551
662
  return pulumi.get(self, "dst_port_end")
552
663
 
553
664
  @dst_port_end.setter
@@ -557,6 +668,9 @@ class BgpPolicyContentPortRuleListArgs:
557
668
  @property
558
669
  @pulumi.getter(name="dstPortStart")
559
670
  def dst_port_start(self) -> pulumi.Input[int]:
671
+ """
672
+ Destination Port start 0-65535.
673
+ """
560
674
  return pulumi.get(self, "dst_port_start")
561
675
 
562
676
  @dst_port_start.setter
@@ -566,6 +680,9 @@ class BgpPolicyContentPortRuleListArgs:
566
680
  @property
567
681
  @pulumi.getter(name="matchAction")
568
682
  def match_action(self) -> pulumi.Input[str]:
683
+ """
684
+ Action. Currently, only drop is supported.
685
+ """
569
686
  return pulumi.get(self, "match_action")
570
687
 
571
688
  @match_action.setter
@@ -575,6 +692,9 @@ class BgpPolicyContentPortRuleListArgs:
575
692
  @property
576
693
  @pulumi.getter
577
694
  def protocol(self) -> pulumi.Input[str]:
695
+ """
696
+ Protocol, tcp or udp.
697
+ """
578
698
  return pulumi.get(self, "protocol")
579
699
 
580
700
  @protocol.setter
@@ -584,6 +704,9 @@ class BgpPolicyContentPortRuleListArgs:
584
704
  @property
585
705
  @pulumi.getter(name="seqNo")
586
706
  def seq_no(self) -> pulumi.Input[int]:
707
+ """
708
+ Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
709
+ """
587
710
  return pulumi.get(self, "seq_no")
588
711
 
589
712
  @seq_no.setter
@@ -593,6 +716,9 @@ class BgpPolicyContentPortRuleListArgs:
593
716
  @property
594
717
  @pulumi.getter(name="srcPortEnd")
595
718
  def src_port_end(self) -> pulumi.Input[int]:
719
+ """
720
+ Source Port end 0-65535.
721
+ """
596
722
  return pulumi.get(self, "src_port_end")
597
723
 
598
724
  @src_port_end.setter
@@ -602,6 +728,9 @@ class BgpPolicyContentPortRuleListArgs:
602
728
  @property
603
729
  @pulumi.getter(name="srcPortStart")
604
730
  def src_port_start(self) -> pulumi.Input[int]:
731
+ """
732
+ Source port start 0-65535.
733
+ """
605
734
  return pulumi.get(self, "src_port_start")
606
735
 
607
736
  @src_port_start.setter
@@ -611,6 +740,9 @@ class BgpPolicyContentPortRuleListArgs:
611
740
  @property
612
741
  @pulumi.getter(name="portRuleId")
613
742
  def port_rule_id(self) -> Optional[pulumi.Input[str]]:
743
+ """
744
+ Rule UUID is required to be deleted and modified, and is not required to be created.
745
+ """
614
746
  return pulumi.get(self, "port_rule_id")
615
747
 
616
748
  @port_rule_id.setter
@@ -626,6 +758,9 @@ class BgpPolicyContentSourceBlockListArgs:
626
758
  exceed_limit_times: pulumi.Input[int],
627
759
  type: pulumi.Input[int]):
628
760
  """
761
+ :param pulumi.Input[int] block_expire_seconds: Statistical cycle range 60-1200.
762
+ :param pulumi.Input[int] every_seconds: The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.
763
+ :param pulumi.Input[int] exceed_limit_times: The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.
629
764
  :param pulumi.Input[int] type: Type
630
765
  """
631
766
  pulumi.set(__self__, "block_expire_seconds", block_expire_seconds)
@@ -636,6 +771,9 @@ class BgpPolicyContentSourceBlockListArgs:
636
771
  @property
637
772
  @pulumi.getter(name="blockExpireSeconds")
638
773
  def block_expire_seconds(self) -> pulumi.Input[int]:
774
+ """
775
+ Statistical cycle range 60-1200.
776
+ """
639
777
  return pulumi.get(self, "block_expire_seconds")
640
778
 
641
779
  @block_expire_seconds.setter
@@ -645,6 +783,9 @@ class BgpPolicyContentSourceBlockListArgs:
645
783
  @property
646
784
  @pulumi.getter(name="everySeconds")
647
785
  def every_seconds(self) -> pulumi.Input[int]:
786
+ """
787
+ The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.
788
+ """
648
789
  return pulumi.get(self, "every_seconds")
649
790
 
650
791
  @every_seconds.setter
@@ -654,6 +795,9 @@ class BgpPolicyContentSourceBlockListArgs:
654
795
  @property
655
796
  @pulumi.getter(name="exceedLimitTimes")
656
797
  def exceed_limit_times(self) -> pulumi.Input[int]:
798
+ """
799
+ The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.
800
+ """
657
801
  return pulumi.get(self, "exceed_limit_times")
658
802
 
659
803
  @exceed_limit_times.setter
@@ -680,6 +824,12 @@ class BgpPolicyContentSourceLimitArgs:
680
824
  pps: Optional[pulumi.Input[int]] = None,
681
825
  syn_bps: Optional[pulumi.Input[int]] = None,
682
826
  syn_pps: Optional[pulumi.Input[int]] = None):
827
+ """
828
+ :param pulumi.Input[int] bps: bps range 1024~268435456.
829
+ :param pulumi.Input[int] pps: Pps range 32~500000.
830
+ :param pulumi.Input[int] syn_bps: SynBps range 1024~268435456.
831
+ :param pulumi.Input[int] syn_pps: SynPps range 1~100000.
832
+ """
683
833
  if bps is not None:
684
834
  pulumi.set(__self__, "bps", bps)
685
835
  if pps is not None:
@@ -692,6 +842,9 @@ class BgpPolicyContentSourceLimitArgs:
692
842
  @property
693
843
  @pulumi.getter
694
844
  def bps(self) -> Optional[pulumi.Input[int]]:
845
+ """
846
+ bps range 1024~268435456.
847
+ """
695
848
  return pulumi.get(self, "bps")
696
849
 
697
850
  @bps.setter
@@ -701,6 +854,9 @@ class BgpPolicyContentSourceLimitArgs:
701
854
  @property
702
855
  @pulumi.getter
703
856
  def pps(self) -> Optional[pulumi.Input[int]]:
857
+ """
858
+ Pps range 32~500000.
859
+ """
704
860
  return pulumi.get(self, "pps")
705
861
 
706
862
  @pps.setter
@@ -710,6 +866,9 @@ class BgpPolicyContentSourceLimitArgs:
710
866
  @property
711
867
  @pulumi.getter(name="synBps")
712
868
  def syn_bps(self) -> Optional[pulumi.Input[int]]:
869
+ """
870
+ SynBps range 1024~268435456.
871
+ """
713
872
  return pulumi.get(self, "syn_bps")
714
873
 
715
874
  @syn_bps.setter
@@ -719,6 +878,9 @@ class BgpPolicyContentSourceLimitArgs:
719
878
  @property
720
879
  @pulumi.getter(name="synPps")
721
880
  def syn_pps(self) -> Optional[pulumi.Input[int]]:
881
+ """
882
+ SynPps range 1~100000.
883
+ """
722
884
  return pulumi.get(self, "syn_pps")
723
885
 
724
886
  @syn_pps.setter