pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721711921__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.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/top_level.txt +0 -0
@@ -407,6 +407,14 @@ class ServiceMeshMeshConfigAccessLog(dict):
407
407
  project: Optional[str] = None,
408
408
  sidecar_enabled: Optional[bool] = None,
409
409
  sidecar_lifecycle: Optional[int] = None):
410
+ """
411
+ :param bool enabled: Enable CNI.
412
+ :param bool gateway_enabled: Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS.
413
+ :param int gateway_lifecycle: Lifecycle of AccessLog of ASM Gateways which have been collected to Alibaba Cloud SLS.
414
+ :param str project: The name of the SLS Project to which the control plane logs are collected.
415
+ :param bool sidecar_enabled: Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS.
416
+ :param int sidecar_lifecycle: Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS.
417
+ """
410
418
  if enabled is not None:
411
419
  pulumi.set(__self__, "enabled", enabled)
412
420
  if gateway_enabled is not None:
@@ -423,31 +431,49 @@ class ServiceMeshMeshConfigAccessLog(dict):
423
431
  @property
424
432
  @pulumi.getter
425
433
  def enabled(self) -> Optional[bool]:
434
+ """
435
+ Enable CNI.
436
+ """
426
437
  return pulumi.get(self, "enabled")
427
438
 
428
439
  @property
429
440
  @pulumi.getter(name="gatewayEnabled")
430
441
  def gateway_enabled(self) -> Optional[bool]:
442
+ """
443
+ Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS.
444
+ """
431
445
  return pulumi.get(self, "gateway_enabled")
432
446
 
433
447
  @property
434
448
  @pulumi.getter(name="gatewayLifecycle")
435
449
  def gateway_lifecycle(self) -> Optional[int]:
450
+ """
451
+ Lifecycle of AccessLog of ASM Gateways which have been collected to Alibaba Cloud SLS.
452
+ """
436
453
  return pulumi.get(self, "gateway_lifecycle")
437
454
 
438
455
  @property
439
456
  @pulumi.getter
440
457
  def project(self) -> Optional[str]:
458
+ """
459
+ The name of the SLS Project to which the control plane logs are collected.
460
+ """
441
461
  return pulumi.get(self, "project")
442
462
 
443
463
  @property
444
464
  @pulumi.getter(name="sidecarEnabled")
445
465
  def sidecar_enabled(self) -> Optional[bool]:
466
+ """
467
+ Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS.
468
+ """
446
469
  return pulumi.get(self, "sidecar_enabled")
447
470
 
448
471
  @property
449
472
  @pulumi.getter(name="sidecarLifecycle")
450
473
  def sidecar_lifecycle(self) -> Optional[int]:
474
+ """
475
+ Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS.
476
+ """
451
477
  return pulumi.get(self, "sidecar_lifecycle")
452
478
 
453
479
 
@@ -456,6 +482,10 @@ class ServiceMeshMeshConfigAudit(dict):
456
482
  def __init__(__self__, *,
457
483
  enabled: Optional[bool] = None,
458
484
  project: Optional[str] = None):
485
+ """
486
+ :param bool enabled: Enable CNI.
487
+ :param str project: The name of the SLS Project to which the control plane logs are collected.
488
+ """
459
489
  if enabled is not None:
460
490
  pulumi.set(__self__, "enabled", enabled)
461
491
  if project is not None:
@@ -464,11 +494,17 @@ class ServiceMeshMeshConfigAudit(dict):
464
494
  @property
465
495
  @pulumi.getter
466
496
  def enabled(self) -> Optional[bool]:
497
+ """
498
+ Enable CNI.
499
+ """
467
500
  return pulumi.get(self, "enabled")
468
501
 
469
502
  @property
470
503
  @pulumi.getter
471
504
  def project(self) -> Optional[str]:
505
+ """
506
+ The name of the SLS Project to which the control plane logs are collected.
507
+ """
472
508
  return pulumi.get(self, "project")
473
509
 
474
510
 
@@ -495,6 +531,11 @@ class ServiceMeshMeshConfigControlPlaneLog(dict):
495
531
  enabled: bool,
496
532
  log_ttl_in_day: Optional[int] = None,
497
533
  project: Optional[str] = None):
534
+ """
535
+ :param bool enabled: Enable CNI.
536
+ :param int log_ttl_in_day: Lifecycle of logs has been collected to Alibaba Cloud SLS.
537
+ :param str project: The name of the SLS Project to which the control plane logs are collected.
538
+ """
498
539
  pulumi.set(__self__, "enabled", enabled)
499
540
  if log_ttl_in_day is not None:
500
541
  pulumi.set(__self__, "log_ttl_in_day", log_ttl_in_day)
@@ -504,16 +545,25 @@ class ServiceMeshMeshConfigControlPlaneLog(dict):
504
545
  @property
505
546
  @pulumi.getter
506
547
  def enabled(self) -> bool:
548
+ """
549
+ Enable CNI.
550
+ """
507
551
  return pulumi.get(self, "enabled")
508
552
 
509
553
  @property
510
554
  @pulumi.getter(name="logTtlInDay")
511
555
  def log_ttl_in_day(self) -> Optional[int]:
556
+ """
557
+ Lifecycle of logs has been collected to Alibaba Cloud SLS.
558
+ """
512
559
  return pulumi.get(self, "log_ttl_in_day")
513
560
 
514
561
  @property
515
562
  @pulumi.getter
516
563
  def project(self) -> Optional[str]:
564
+ """
565
+ The name of the SLS Project to which the control plane logs are collected.
566
+ """
517
567
  return pulumi.get(self, "project")
518
568
 
519
569
 
@@ -523,6 +573,7 @@ class ServiceMeshMeshConfigKiali(dict):
523
573
  enabled: Optional[bool] = None,
524
574
  url: Optional[str] = None):
525
575
  """
576
+ :param bool enabled: Enable CNI.
526
577
  :param str url: Kiali service address.
527
578
  """
528
579
  if enabled is not None:
@@ -533,6 +584,9 @@ class ServiceMeshMeshConfigKiali(dict):
533
584
  @property
534
585
  @pulumi.getter
535
586
  def enabled(self) -> Optional[bool]:
587
+ """
588
+ Enable CNI.
589
+ """
536
590
  return pulumi.get(self, "enabled")
537
591
 
538
592
  @property
@@ -578,6 +632,14 @@ class ServiceMeshMeshConfigOpa(dict):
578
632
  log_level: Optional[str] = None,
579
633
  request_cpu: Optional[str] = None,
580
634
  request_memory: Optional[str] = None):
635
+ """
636
+ :param bool enabled: Enable CNI.
637
+ :param str limit_cpu: Sidecar injector Pods on the throttle.
638
+ :param str limit_memory: Sidecar injector Pods on the throttle.
639
+ :param str log_level: OPA proxy container log level.
640
+ :param str request_cpu: Sidecar injector Pods on the requested resource.
641
+ :param str request_memory: Sidecar injector Pods on the requested resource.
642
+ """
581
643
  if enabled is not None:
582
644
  pulumi.set(__self__, "enabled", enabled)
583
645
  if limit_cpu is not None:
@@ -594,31 +656,49 @@ class ServiceMeshMeshConfigOpa(dict):
594
656
  @property
595
657
  @pulumi.getter
596
658
  def enabled(self) -> Optional[bool]:
659
+ """
660
+ Enable CNI.
661
+ """
597
662
  return pulumi.get(self, "enabled")
598
663
 
599
664
  @property
600
665
  @pulumi.getter(name="limitCpu")
601
666
  def limit_cpu(self) -> Optional[str]:
667
+ """
668
+ Sidecar injector Pods on the throttle.
669
+ """
602
670
  return pulumi.get(self, "limit_cpu")
603
671
 
604
672
  @property
605
673
  @pulumi.getter(name="limitMemory")
606
674
  def limit_memory(self) -> Optional[str]:
675
+ """
676
+ Sidecar injector Pods on the throttle.
677
+ """
607
678
  return pulumi.get(self, "limit_memory")
608
679
 
609
680
  @property
610
681
  @pulumi.getter(name="logLevel")
611
682
  def log_level(self) -> Optional[str]:
683
+ """
684
+ OPA proxy container log level.
685
+ """
612
686
  return pulumi.get(self, "log_level")
613
687
 
614
688
  @property
615
689
  @pulumi.getter(name="requestCpu")
616
690
  def request_cpu(self) -> Optional[str]:
691
+ """
692
+ Sidecar injector Pods on the requested resource.
693
+ """
617
694
  return pulumi.get(self, "request_cpu")
618
695
 
619
696
  @property
620
697
  @pulumi.getter(name="requestMemory")
621
698
  def request_memory(self) -> Optional[str]:
699
+ """
700
+ Sidecar injector Pods on the requested resource.
701
+ """
622
702
  return pulumi.get(self, "request_memory")
623
703
 
624
704
 
@@ -646,6 +726,10 @@ class ServiceMeshMeshConfigPilot(dict):
646
726
  def __init__(__self__, *,
647
727
  http10_enabled: Optional[bool] = None,
648
728
  trace_sampling: Optional[float] = None):
729
+ """
730
+ :param bool http10_enabled: Whether to support the HTTP1.0.
731
+ :param float trace_sampling: Link trace sampling percentage.
732
+ """
649
733
  if http10_enabled is not None:
650
734
  pulumi.set(__self__, "http10_enabled", http10_enabled)
651
735
  if trace_sampling is not None:
@@ -654,11 +738,17 @@ class ServiceMeshMeshConfigPilot(dict):
654
738
  @property
655
739
  @pulumi.getter(name="http10Enabled")
656
740
  def http10_enabled(self) -> Optional[bool]:
741
+ """
742
+ Whether to support the HTTP1.0.
743
+ """
657
744
  return pulumi.get(self, "http10_enabled")
658
745
 
659
746
  @property
660
747
  @pulumi.getter(name="traceSampling")
661
748
  def trace_sampling(self) -> Optional[float]:
749
+ """
750
+ Link trace sampling percentage.
751
+ """
662
752
  return pulumi.get(self, "trace_sampling")
663
753
 
664
754
 
@@ -745,6 +835,13 @@ class ServiceMeshMeshConfigProxy(dict):
745
835
  limit_memory: Optional[str] = None,
746
836
  request_cpu: Optional[str] = None,
747
837
  request_memory: Optional[str] = None):
838
+ """
839
+ :param str cluster_domain: Cluster domain name.
840
+ :param str limit_cpu: Sidecar injector Pods on the throttle.
841
+ :param str limit_memory: Sidecar injector Pods on the throttle.
842
+ :param str request_cpu: Sidecar injector Pods on the requested resource.
843
+ :param str request_memory: Sidecar injector Pods on the requested resource.
844
+ """
748
845
  if cluster_domain is not None:
749
846
  pulumi.set(__self__, "cluster_domain", cluster_domain)
750
847
  if limit_cpu is not None:
@@ -759,26 +856,41 @@ class ServiceMeshMeshConfigProxy(dict):
759
856
  @property
760
857
  @pulumi.getter(name="clusterDomain")
761
858
  def cluster_domain(self) -> Optional[str]:
859
+ """
860
+ Cluster domain name.
861
+ """
762
862
  return pulumi.get(self, "cluster_domain")
763
863
 
764
864
  @property
765
865
  @pulumi.getter(name="limitCpu")
766
866
  def limit_cpu(self) -> Optional[str]:
867
+ """
868
+ Sidecar injector Pods on the throttle.
869
+ """
767
870
  return pulumi.get(self, "limit_cpu")
768
871
 
769
872
  @property
770
873
  @pulumi.getter(name="limitMemory")
771
874
  def limit_memory(self) -> Optional[str]:
875
+ """
876
+ Sidecar injector Pods on the throttle.
877
+ """
772
878
  return pulumi.get(self, "limit_memory")
773
879
 
774
880
  @property
775
881
  @pulumi.getter(name="requestCpu")
776
882
  def request_cpu(self) -> Optional[str]:
883
+ """
884
+ Sidecar injector Pods on the requested resource.
885
+ """
777
886
  return pulumi.get(self, "request_cpu")
778
887
 
779
888
  @property
780
889
  @pulumi.getter(name="requestMemory")
781
890
  def request_memory(self) -> Optional[str]:
891
+ """
892
+ Sidecar injector Pods on the requested resource.
893
+ """
782
894
  return pulumi.get(self, "request_memory")
783
895
 
784
896
 
@@ -825,6 +937,13 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
825
937
  request_memory: Optional[str] = None,
826
938
  sidecar_injector_webhook_as_yaml: Optional[str] = None):
827
939
  """
940
+ :param bool auto_injection_policy_enabled: Whether to enable by Pod Annotations automatic injection Sidecar.
941
+ :param bool enable_namespaces_by_default: Whether it is the all namespaces you turn on the auto injection capabilities.
942
+ :param 'ServiceMeshMeshConfigSidecarInjectorInitCniConfigurationArgs' init_cni_configuration: CNI configuration. See `init_cni_configuration` below.
943
+ :param str limit_cpu: Sidecar injector Pods on the throttle.
944
+ :param str limit_memory: Sidecar injector Pods on the throttle.
945
+ :param str request_cpu: Sidecar injector Pods on the requested resource.
946
+ :param str request_memory: Sidecar injector Pods on the requested resource.
828
947
  :param str sidecar_injector_webhook_as_yaml: Other automatic injection Sidecar configuration (in YAML format).
829
948
  """
830
949
  if auto_injection_policy_enabled is not None:
@@ -847,36 +966,57 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
847
966
  @property
848
967
  @pulumi.getter(name="autoInjectionPolicyEnabled")
849
968
  def auto_injection_policy_enabled(self) -> Optional[bool]:
969
+ """
970
+ Whether to enable by Pod Annotations automatic injection Sidecar.
971
+ """
850
972
  return pulumi.get(self, "auto_injection_policy_enabled")
851
973
 
852
974
  @property
853
975
  @pulumi.getter(name="enableNamespacesByDefault")
854
976
  def enable_namespaces_by_default(self) -> Optional[bool]:
977
+ """
978
+ Whether it is the all namespaces you turn on the auto injection capabilities.
979
+ """
855
980
  return pulumi.get(self, "enable_namespaces_by_default")
856
981
 
857
982
  @property
858
983
  @pulumi.getter(name="initCniConfiguration")
859
984
  def init_cni_configuration(self) -> Optional['outputs.ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration']:
985
+ """
986
+ CNI configuration. See `init_cni_configuration` below.
987
+ """
860
988
  return pulumi.get(self, "init_cni_configuration")
861
989
 
862
990
  @property
863
991
  @pulumi.getter(name="limitCpu")
864
992
  def limit_cpu(self) -> Optional[str]:
993
+ """
994
+ Sidecar injector Pods on the throttle.
995
+ """
865
996
  return pulumi.get(self, "limit_cpu")
866
997
 
867
998
  @property
868
999
  @pulumi.getter(name="limitMemory")
869
1000
  def limit_memory(self) -> Optional[str]:
1001
+ """
1002
+ Sidecar injector Pods on the throttle.
1003
+ """
870
1004
  return pulumi.get(self, "limit_memory")
871
1005
 
872
1006
  @property
873
1007
  @pulumi.getter(name="requestCpu")
874
1008
  def request_cpu(self) -> Optional[str]:
1009
+ """
1010
+ Sidecar injector Pods on the requested resource.
1011
+ """
875
1012
  return pulumi.get(self, "request_cpu")
876
1013
 
877
1014
  @property
878
1015
  @pulumi.getter(name="requestMemory")
879
1016
  def request_memory(self) -> Optional[str]:
1017
+ """
1018
+ Sidecar injector Pods on the requested resource.
1019
+ """
880
1020
  return pulumi.get(self, "request_memory")
881
1021
 
882
1022
  @property
@@ -910,6 +1050,10 @@ class ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration(dict):
910
1050
  def __init__(__self__, *,
911
1051
  enabled: Optional[bool] = None,
912
1052
  exclude_namespaces: Optional[str] = None):
1053
+ """
1054
+ :param bool enabled: Enable CNI.
1055
+ :param str exclude_namespaces: The excluded namespace.
1056
+ """
913
1057
  if enabled is not None:
914
1058
  pulumi.set(__self__, "enabled", enabled)
915
1059
  if exclude_namespaces is not None:
@@ -918,11 +1062,17 @@ class ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration(dict):
918
1062
  @property
919
1063
  @pulumi.getter
920
1064
  def enabled(self) -> Optional[bool]:
1065
+ """
1066
+ Enable CNI.
1067
+ """
921
1068
  return pulumi.get(self, "enabled")
922
1069
 
923
1070
  @property
924
1071
  @pulumi.getter(name="excludeNamespaces")
925
1072
  def exclude_namespaces(self) -> Optional[str]:
1073
+ """
1074
+ The excluded namespace.
1075
+ """
926
1076
  return pulumi.get(self, "exclude_namespaces")
927
1077
 
928
1078
 
@@ -2088,6 +2238,7 @@ class GetVersionsVersionResult(dict):
2088
2238
  :param str edition: The edition of the ASM instance. Valid values:
2089
2239
  - Default: Standard Edition
2090
2240
  - Pro: Professional Edition
2241
+ :param str id: The ASM version id. It formats as `<edition>:<version>`.
2091
2242
  :param str version: A list of Service Mesh Service Meshes. Each element contains the following attributes:
2092
2243
  """
2093
2244
  pulumi.set(__self__, "edition", edition)
@@ -2107,6 +2258,9 @@ class GetVersionsVersionResult(dict):
2107
2258
  @property
2108
2259
  @pulumi.getter
2109
2260
  def id(self) -> str:
2261
+ """
2262
+ The ASM version id. It formats as `<edition>:<version>`.
2263
+ """
2110
2264
  return pulumi.get(self, "id")
2111
2265
 
2112
2266
  @property