pulumi-alicloud 3.59.0a1720785756__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.

Files changed (123) 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/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -129,6 +129,13 @@ class AutoProvisioningGroupLaunchTemplateConfig(dict):
129
129
  weighted_capacity: str,
130
130
  instance_type: Optional[str] = None,
131
131
  priority: Optional[str] = None):
132
+ """
133
+ :param str max_price: The maximum price of the instance type specified in the Nth extended configurations of the launch template.
134
+ :param str vswitch_id: The ID of the VSwitch in the Nth extended configurations of the launch template.
135
+ :param str weighted_capacity: The weight of the instance type specified in the Nth extended configurations of the launch template.
136
+ :param str instance_type: The instance type of the Nth extended configurations of the launch template.
137
+ :param str priority: The priority of the instance type specified in the Nth extended configurations of the launch template. A value of 0 indicates the highest priority.
138
+ """
132
139
  pulumi.set(__self__, "max_price", max_price)
133
140
  pulumi.set(__self__, "vswitch_id", vswitch_id)
134
141
  pulumi.set(__self__, "weighted_capacity", weighted_capacity)
@@ -140,26 +147,41 @@ class AutoProvisioningGroupLaunchTemplateConfig(dict):
140
147
  @property
141
148
  @pulumi.getter(name="maxPrice")
142
149
  def max_price(self) -> str:
150
+ """
151
+ The maximum price of the instance type specified in the Nth extended configurations of the launch template.
152
+ """
143
153
  return pulumi.get(self, "max_price")
144
154
 
145
155
  @property
146
156
  @pulumi.getter(name="vswitchId")
147
157
  def vswitch_id(self) -> str:
158
+ """
159
+ The ID of the VSwitch in the Nth extended configurations of the launch template.
160
+ """
148
161
  return pulumi.get(self, "vswitch_id")
149
162
 
150
163
  @property
151
164
  @pulumi.getter(name="weightedCapacity")
152
165
  def weighted_capacity(self) -> str:
166
+ """
167
+ The weight of the instance type specified in the Nth extended configurations of the launch template.
168
+ """
153
169
  return pulumi.get(self, "weighted_capacity")
154
170
 
155
171
  @property
156
172
  @pulumi.getter(name="instanceType")
157
173
  def instance_type(self) -> Optional[str]:
174
+ """
175
+ The instance type of the Nth extended configurations of the launch template.
176
+ """
158
177
  return pulumi.get(self, "instance_type")
159
178
 
160
179
  @property
161
180
  @pulumi.getter
162
181
  def priority(self) -> Optional[str]:
182
+ """
183
+ The priority of the instance type specified in the Nth extended configurations of the launch template. A value of 0 indicates the highest priority.
184
+ """
163
185
  return pulumi.get(self, "priority")
164
186
 
165
187
 
@@ -1383,10 +1405,14 @@ class InstanceNetworkInterfaces(dict):
1383
1405
  @staticmethod
1384
1406
  def __key_warning(key: str):
1385
1407
  suggest = None
1386
- if key == "networkInterfaceId":
1408
+ if key == "networkCardIndex":
1409
+ suggest = "network_card_index"
1410
+ elif key == "networkInterfaceId":
1387
1411
  suggest = "network_interface_id"
1388
1412
  elif key == "networkInterfaceTrafficMode":
1389
1413
  suggest = "network_interface_traffic_mode"
1414
+ elif key == "queuePairNumber":
1415
+ suggest = "queue_pair_number"
1390
1416
  elif key == "securityGroupIds":
1391
1417
  suggest = "security_group_ids"
1392
1418
  elif key == "vswitchId":
@@ -1404,32 +1430,48 @@ class InstanceNetworkInterfaces(dict):
1404
1430
  return super().get(key, default)
1405
1431
 
1406
1432
  def __init__(__self__, *,
1433
+ network_card_index: Optional[int] = None,
1407
1434
  network_interface_id: Optional[str] = None,
1408
1435
  network_interface_traffic_mode: Optional[str] = None,
1436
+ queue_pair_number: Optional[int] = None,
1409
1437
  security_group_ids: Optional[Sequence[str]] = None,
1410
1438
  vswitch_id: Optional[str] = None):
1411
1439
  """
1412
- :param str network_interface_id: The ID of the secondary ENI.
1413
- :param str network_interface_traffic_mode: The communication mode of the ENI. Default value: `Standard`. Valid values:
1440
+ :param int network_card_index: The index of the network card for Secondary ENI.
1441
+ :param str network_interface_id: The ID of the Secondary ENI.
1442
+ :param str network_interface_traffic_mode: The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
1414
1443
  - `Standard`: Uses the TCP communication mode.
1415
1444
  - `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
1416
- :param Sequence[str] security_group_ids: The ID of security group N to which to assign ENI N.
1417
- :param str vswitch_id: The ID of the vSwitch to which to connect ENI N.
1445
+ :param int queue_pair_number: The number of queues supported by the ERI.
1446
+ :param Sequence[str] security_group_ids: The ID of security group N to which to assign Secondary ENI N.
1447
+ :param str vswitch_id: The ID of the vSwitch to which to connect Secondary ENI N.
1418
1448
  """
1449
+ if network_card_index is not None:
1450
+ pulumi.set(__self__, "network_card_index", network_card_index)
1419
1451
  if network_interface_id is not None:
1420
1452
  pulumi.set(__self__, "network_interface_id", network_interface_id)
1421
1453
  if network_interface_traffic_mode is not None:
1422
1454
  pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
1455
+ if queue_pair_number is not None:
1456
+ pulumi.set(__self__, "queue_pair_number", queue_pair_number)
1423
1457
  if security_group_ids is not None:
1424
1458
  pulumi.set(__self__, "security_group_ids", security_group_ids)
1425
1459
  if vswitch_id is not None:
1426
1460
  pulumi.set(__self__, "vswitch_id", vswitch_id)
1427
1461
 
1462
+ @property
1463
+ @pulumi.getter(name="networkCardIndex")
1464
+ def network_card_index(self) -> Optional[int]:
1465
+ """
1466
+ The index of the network card for Secondary ENI.
1467
+ """
1468
+ return pulumi.get(self, "network_card_index")
1469
+
1428
1470
  @property
1429
1471
  @pulumi.getter(name="networkInterfaceId")
1430
1472
  def network_interface_id(self) -> Optional[str]:
1431
1473
  """
1432
- The ID of the secondary ENI.
1474
+ The ID of the Secondary ENI.
1433
1475
  """
1434
1476
  return pulumi.get(self, "network_interface_id")
1435
1477
 
@@ -1437,17 +1479,25 @@ class InstanceNetworkInterfaces(dict):
1437
1479
  @pulumi.getter(name="networkInterfaceTrafficMode")
1438
1480
  def network_interface_traffic_mode(self) -> Optional[str]:
1439
1481
  """
1440
- The communication mode of the ENI. Default value: `Standard`. Valid values:
1482
+ The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
1441
1483
  - `Standard`: Uses the TCP communication mode.
1442
1484
  - `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
1443
1485
  """
1444
1486
  return pulumi.get(self, "network_interface_traffic_mode")
1445
1487
 
1488
+ @property
1489
+ @pulumi.getter(name="queuePairNumber")
1490
+ def queue_pair_number(self) -> Optional[int]:
1491
+ """
1492
+ The number of queues supported by the ERI.
1493
+ """
1494
+ return pulumi.get(self, "queue_pair_number")
1495
+
1446
1496
  @property
1447
1497
  @pulumi.getter(name="securityGroupIds")
1448
1498
  def security_group_ids(self) -> Optional[Sequence[str]]:
1449
1499
  """
1450
- The ID of security group N to which to assign ENI N.
1500
+ The ID of security group N to which to assign Secondary ENI N.
1451
1501
  """
1452
1502
  return pulumi.get(self, "security_group_ids")
1453
1503
 
@@ -1455,7 +1505,7 @@ class InstanceNetworkInterfaces(dict):
1455
1505
  @pulumi.getter(name="vswitchId")
1456
1506
  def vswitch_id(self) -> Optional[str]:
1457
1507
  """
1458
- The ID of the vSwitch to which to connect ENI N.
1508
+ The ID of the vSwitch to which to connect Secondary ENI N.
1459
1509
  """
1460
1510
  return pulumi.get(self, "vswitch_id")
1461
1511
 
@@ -1731,8 +1781,28 @@ class LaunchTemplateSystemDisk(dict):
1731
1781
  performance_level: Optional[str] = None,
1732
1782
  size: Optional[int] = None):
1733
1783
  """
1784
+ :param str category: The category of the disk:
1785
+ - cloud: Basic cloud disk.
1786
+ - cloud_efficiency: Ultra cloud disk.
1787
+ - cloud_ssd: SSD cloud Disks.
1788
+ - ephemeral_ssd: local SSD Disks
1789
+ - cloud_essd: ESSD cloud Disks.
1790
+
1791
+ Default to `cloud_efficiency`.
1792
+ :param bool delete_with_instance: Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param.
1793
+
1794
+ Default to true
1734
1795
  :param str description: Description of instance launch template version 1. It can be [2, 256] characters in length. It cannot start with "http://" or "https://". The default value is null.
1796
+ :param bool encrypted: Encrypted the data in this disk.
1797
+
1798
+ Default to false
1735
1799
  :param str name: Instance launch template name. Can contain [2, 128] characters in length. It must start with an English letter or Chinese, can contain numbers, periods (.), colons (:), underscores (_), and hyphens (-). It cannot start with "http://" or "https://".
1800
+ :param int size: The size of the data disk.
1801
+ - cloud:[5, 2000]
1802
+ - cloud_efficiency:[20, 32768]
1803
+ - cloud_ssd:[20, 32768]
1804
+ - cloud_essd:[20, 32768]
1805
+ - ephemeral_ssd: [5, 800]
1736
1806
  """
1737
1807
  if category is not None:
1738
1808
  pulumi.set(__self__, "category", category)
@@ -1754,11 +1824,26 @@ class LaunchTemplateSystemDisk(dict):
1754
1824
  @property
1755
1825
  @pulumi.getter
1756
1826
  def category(self) -> Optional[str]:
1827
+ """
1828
+ The category of the disk:
1829
+ - cloud: Basic cloud disk.
1830
+ - cloud_efficiency: Ultra cloud disk.
1831
+ - cloud_ssd: SSD cloud Disks.
1832
+ - ephemeral_ssd: local SSD Disks
1833
+ - cloud_essd: ESSD cloud Disks.
1834
+
1835
+ Default to `cloud_efficiency`.
1836
+ """
1757
1837
  return pulumi.get(self, "category")
1758
1838
 
1759
1839
  @property
1760
1840
  @pulumi.getter(name="deleteWithInstance")
1761
1841
  def delete_with_instance(self) -> Optional[bool]:
1842
+ """
1843
+ Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param.
1844
+
1845
+ Default to true
1846
+ """
1762
1847
  return pulumi.get(self, "delete_with_instance")
1763
1848
 
1764
1849
  @property
@@ -1772,6 +1857,11 @@ class LaunchTemplateSystemDisk(dict):
1772
1857
  @property
1773
1858
  @pulumi.getter
1774
1859
  def encrypted(self) -> Optional[bool]:
1860
+ """
1861
+ Encrypted the data in this disk.
1862
+
1863
+ Default to false
1864
+ """
1775
1865
  return pulumi.get(self, "encrypted")
1776
1866
 
1777
1867
  @property
@@ -1795,6 +1885,14 @@ class LaunchTemplateSystemDisk(dict):
1795
1885
  @property
1796
1886
  @pulumi.getter
1797
1887
  def size(self) -> Optional[int]:
1888
+ """
1889
+ The size of the data disk.
1890
+ - cloud:[5, 2000]
1891
+ - cloud_efficiency:[20, 32768]
1892
+ - cloud_ssd:[20, 32768]
1893
+ - cloud_essd:[20, 32768]
1894
+ - ephemeral_ssd: [5, 800]
1895
+ """
1798
1896
  return pulumi.get(self, "size")
1799
1897
 
1800
1898
 
@@ -4852,7 +4950,11 @@ class GetEcsKeyPairsKeyPairResult(dict):
4852
4950
  tags: Mapping[str, Any]):
4853
4951
  """
4854
4952
  :param str finger_print: The finger print of the key pair.
4953
+ :param str id: The ID of the Key Pair.
4954
+ :param Sequence['GetEcsKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
4955
+ :param str key_name: The Key Pair Name.
4855
4956
  :param str resource_group_id: The resource group Id.
4957
+ :param Mapping[str, Any] tags: The tags.
4856
4958
  """
4857
4959
  pulumi.set(__self__, "finger_print", finger_print)
4858
4960
  pulumi.set(__self__, "id", id)
@@ -4873,16 +4975,25 @@ class GetEcsKeyPairsKeyPairResult(dict):
4873
4975
  @property
4874
4976
  @pulumi.getter
4875
4977
  def id(self) -> str:
4978
+ """
4979
+ The ID of the Key Pair.
4980
+ """
4876
4981
  return pulumi.get(self, "id")
4877
4982
 
4878
4983
  @property
4879
4984
  @pulumi.getter
4880
4985
  def instances(self) -> Sequence['outputs.GetEcsKeyPairsKeyPairInstanceResult']:
4986
+ """
4987
+ A list of ECS instances that has been bound this key pair.
4988
+ """
4881
4989
  return pulumi.get(self, "instances")
4882
4990
 
4883
4991
  @property
4884
4992
  @pulumi.getter(name="keyName")
4885
4993
  def key_name(self) -> str:
4994
+ """
4995
+ The Key Pair Name.
4996
+ """
4886
4997
  return pulumi.get(self, "key_name")
4887
4998
 
4888
4999
  @property
@@ -4901,6 +5012,9 @@ class GetEcsKeyPairsKeyPairResult(dict):
4901
5012
  @property
4902
5013
  @pulumi.getter
4903
5014
  def tags(self) -> Mapping[str, Any]:
5015
+ """
5016
+ The tags.
5017
+ """
4904
5018
  return pulumi.get(self, "tags")
4905
5019
 
4906
5020
 
@@ -4919,6 +5033,15 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4919
5033
  region_id: str,
4920
5034
  status: str,
4921
5035
  vswitch_id: str):
5036
+ """
5037
+ :param str availability_zone: The ID of the availability zone where the ECS instance is located.
5038
+ :param str instance_id: The ID of the ECS instance.
5039
+ :param str instance_name: The name of the ECS instance.
5040
+ :param str key_name: The Key Pair Name.
5041
+ :param str private_ip: The private IP address of the ECS instance.
5042
+ :param str public_ip: The public IP address or EIP of the ECS instance.
5043
+ :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
5044
+ """
4922
5045
  pulumi.set(__self__, "availability_zone", availability_zone)
4923
5046
  pulumi.set(__self__, "description", description)
4924
5047
  pulumi.set(__self__, "image_id", image_id)
@@ -4935,6 +5058,9 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4935
5058
  @property
4936
5059
  @pulumi.getter(name="availabilityZone")
4937
5060
  def availability_zone(self) -> str:
5061
+ """
5062
+ The ID of the availability zone where the ECS instance is located.
5063
+ """
4938
5064
  return pulumi.get(self, "availability_zone")
4939
5065
 
4940
5066
  @property
@@ -4950,11 +5076,17 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4950
5076
  @property
4951
5077
  @pulumi.getter(name="instanceId")
4952
5078
  def instance_id(self) -> str:
5079
+ """
5080
+ The ID of the ECS instance.
5081
+ """
4953
5082
  return pulumi.get(self, "instance_id")
4954
5083
 
4955
5084
  @property
4956
5085
  @pulumi.getter(name="instanceName")
4957
5086
  def instance_name(self) -> str:
5087
+ """
5088
+ The name of the ECS instance.
5089
+ """
4958
5090
  return pulumi.get(self, "instance_name")
4959
5091
 
4960
5092
  @property
@@ -4965,16 +5097,25 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4965
5097
  @property
4966
5098
  @pulumi.getter(name="keyName")
4967
5099
  def key_name(self) -> str:
5100
+ """
5101
+ The Key Pair Name.
5102
+ """
4968
5103
  return pulumi.get(self, "key_name")
4969
5104
 
4970
5105
  @property
4971
5106
  @pulumi.getter(name="privateIp")
4972
5107
  def private_ip(self) -> str:
5108
+ """
5109
+ The private IP address of the ECS instance.
5110
+ """
4973
5111
  return pulumi.get(self, "private_ip")
4974
5112
 
4975
5113
  @property
4976
5114
  @pulumi.getter(name="publicIp")
4977
5115
  def public_ip(self) -> str:
5116
+ """
5117
+ The public IP address or EIP of the ECS instance.
5118
+ """
4978
5119
  return pulumi.get(self, "public_ip")
4979
5120
 
4980
5121
  @property
@@ -4990,6 +5131,9 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4990
5131
  @property
4991
5132
  @pulumi.getter(name="vswitchId")
4992
5133
  def vswitch_id(self) -> str:
5134
+ """
5135
+ The ID of the VSwitch attached to the ECS instance.
5136
+ """
4993
5137
  return pulumi.get(self, "vswitch_id")
4994
5138
 
4995
5139
 
@@ -5006,6 +5150,7 @@ class GetEcsKeyPairsPairResult(dict):
5006
5150
  """
5007
5151
  :param str finger_print: The finger print of the key pair.
5008
5152
  :param str id: The ID of the Key Pair.
5153
+ :param Sequence['GetEcsKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
5009
5154
  :param str key_name: The Key Pair Name.
5010
5155
  :param str resource_group_id: The Resource Group Id.
5011
5156
  :param Mapping[str, Any] tags: The tags.
@@ -5037,6 +5182,9 @@ class GetEcsKeyPairsPairResult(dict):
5037
5182
  @property
5038
5183
  @pulumi.getter
5039
5184
  def instances(self) -> Sequence['outputs.GetEcsKeyPairsPairInstanceResult']:
5185
+ """
5186
+ A list of ECS instances that has been bound this key pair.
5187
+ """
5040
5188
  return pulumi.get(self, "instances")
5041
5189
 
5042
5190
  @property
@@ -5084,6 +5232,15 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5084
5232
  region_id: str,
5085
5233
  status: str,
5086
5234
  vswitch_id: str):
5235
+ """
5236
+ :param str availability_zone: The ID of the availability zone where the ECS instance is located.
5237
+ :param str instance_id: The ID of the ECS instance.
5238
+ :param str instance_name: The name of the ECS instance.
5239
+ :param str key_name: The Key Pair Name.
5240
+ :param str private_ip: The private IP address of the ECS instance.
5241
+ :param str public_ip: The public IP address or EIP of the ECS instance.
5242
+ :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
5243
+ """
5087
5244
  pulumi.set(__self__, "availability_zone", availability_zone)
5088
5245
  pulumi.set(__self__, "description", description)
5089
5246
  pulumi.set(__self__, "image_id", image_id)
@@ -5100,6 +5257,9 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5100
5257
  @property
5101
5258
  @pulumi.getter(name="availabilityZone")
5102
5259
  def availability_zone(self) -> str:
5260
+ """
5261
+ The ID of the availability zone where the ECS instance is located.
5262
+ """
5103
5263
  return pulumi.get(self, "availability_zone")
5104
5264
 
5105
5265
  @property
@@ -5115,11 +5275,17 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5115
5275
  @property
5116
5276
  @pulumi.getter(name="instanceId")
5117
5277
  def instance_id(self) -> str:
5278
+ """
5279
+ The ID of the ECS instance.
5280
+ """
5118
5281
  return pulumi.get(self, "instance_id")
5119
5282
 
5120
5283
  @property
5121
5284
  @pulumi.getter(name="instanceName")
5122
5285
  def instance_name(self) -> str:
5286
+ """
5287
+ The name of the ECS instance.
5288
+ """
5123
5289
  return pulumi.get(self, "instance_name")
5124
5290
 
5125
5291
  @property
@@ -5130,16 +5296,25 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5130
5296
  @property
5131
5297
  @pulumi.getter(name="keyName")
5132
5298
  def key_name(self) -> str:
5299
+ """
5300
+ The Key Pair Name.
5301
+ """
5133
5302
  return pulumi.get(self, "key_name")
5134
5303
 
5135
5304
  @property
5136
5305
  @pulumi.getter(name="privateIp")
5137
5306
  def private_ip(self) -> str:
5307
+ """
5308
+ The private IP address of the ECS instance.
5309
+ """
5138
5310
  return pulumi.get(self, "private_ip")
5139
5311
 
5140
5312
  @property
5141
5313
  @pulumi.getter(name="publicIp")
5142
5314
  def public_ip(self) -> str:
5315
+ """
5316
+ The public IP address or EIP of the ECS instance.
5317
+ """
5143
5318
  return pulumi.get(self, "public_ip")
5144
5319
 
5145
5320
  @property
@@ -5155,6 +5330,9 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5155
5330
  @property
5156
5331
  @pulumi.getter(name="vswitchId")
5157
5332
  def vswitch_id(self) -> str:
5333
+ """
5334
+ The ID of the VSwitch attached to the ECS instance.
5335
+ """
5158
5336
  return pulumi.get(self, "vswitch_id")
5159
5337
 
5160
5338
 
@@ -6388,6 +6566,9 @@ class GetEcsPrefixListsListEntryResult(dict):
6388
6566
  def __init__(__self__, *,
6389
6567
  cidr: str,
6390
6568
  description: str):
6569
+ """
6570
+ :param str description: The description of the prefix list.
6571
+ """
6391
6572
  pulumi.set(__self__, "cidr", cidr)
6392
6573
  pulumi.set(__self__, "description", description)
6393
6574
 
@@ -6399,6 +6580,9 @@ class GetEcsPrefixListsListEntryResult(dict):
6399
6580
  @property
6400
6581
  @pulumi.getter
6401
6582
  def description(self) -> str:
6583
+ """
6584
+ The description of the prefix list.
6585
+ """
6402
6586
  return pulumi.get(self, "description")
6403
6587
 
6404
6588
 
@@ -7253,6 +7437,12 @@ class GetEipAddressesEipResult(dict):
7253
7437
  ip_address: str,
7254
7438
  status: str):
7255
7439
  """
7440
+ :param str bandwidth: The maximum bandwidth of the EIP. Unit: Mbit/s.
7441
+ :param bool deletion_protection: Indicates whether deletion protection is enabled.
7442
+ :param str id: The ID of the Address.
7443
+ :param str instance_id: The ID of the instance with which the EIP is associated.
7444
+ :param str instance_type: The type of the instance with which the EIP is associated.
7445
+ :param str internet_charge_type: The metering method of the EIP.
7256
7446
  :param str ip_address: The eip address.
7257
7447
  :param str status: The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
7258
7448
  """
@@ -7269,6 +7459,9 @@ class GetEipAddressesEipResult(dict):
7269
7459
  @property
7270
7460
  @pulumi.getter
7271
7461
  def bandwidth(self) -> str:
7462
+ """
7463
+ The maximum bandwidth of the EIP. Unit: Mbit/s.
7464
+ """
7272
7465
  return pulumi.get(self, "bandwidth")
7273
7466
 
7274
7467
  @property
@@ -7279,26 +7472,41 @@ class GetEipAddressesEipResult(dict):
7279
7472
  @property
7280
7473
  @pulumi.getter(name="deletionProtection")
7281
7474
  def deletion_protection(self) -> bool:
7475
+ """
7476
+ Indicates whether deletion protection is enabled.
7477
+ """
7282
7478
  return pulumi.get(self, "deletion_protection")
7283
7479
 
7284
7480
  @property
7285
7481
  @pulumi.getter
7286
7482
  def id(self) -> str:
7483
+ """
7484
+ The ID of the Address.
7485
+ """
7287
7486
  return pulumi.get(self, "id")
7288
7487
 
7289
7488
  @property
7290
7489
  @pulumi.getter(name="instanceId")
7291
7490
  def instance_id(self) -> str:
7491
+ """
7492
+ The ID of the instance with which the EIP is associated.
7493
+ """
7292
7494
  return pulumi.get(self, "instance_id")
7293
7495
 
7294
7496
  @property
7295
7497
  @pulumi.getter(name="instanceType")
7296
7498
  def instance_type(self) -> str:
7499
+ """
7500
+ The type of the instance with which the EIP is associated.
7501
+ """
7297
7502
  return pulumi.get(self, "instance_type")
7298
7503
 
7299
7504
  @property
7300
7505
  @pulumi.getter(name="internetChargeType")
7301
7506
  def internet_charge_type(self) -> str:
7507
+ """
7508
+ The metering method of the EIP.
7509
+ """
7302
7510
  return pulumi.get(self, "internet_charge_type")
7303
7511
 
7304
7512
  @property
@@ -121,6 +121,11 @@ class K8sSlbAttachmentSlbConfigPortMappingArgs:
121
121
  loadbalancer_protocol: pulumi.Input[str],
122
122
  service_port: pulumi.Input['K8sSlbAttachmentSlbConfigPortMappingServicePortArgs'],
123
123
  cert_id: Optional[pulumi.Input[str]] = None):
124
+ """
125
+ :param pulumi.Input[str] loadbalancer_protocol: The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.
126
+ :param pulumi.Input['K8sSlbAttachmentSlbConfigPortMappingServicePortArgs'] service_port: The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See `service_port` below.
127
+ :param pulumi.Input[str] cert_id: The ID of your tls certification, this is used for 'HTTPS' protocol only.
128
+ """
124
129
  pulumi.set(__self__, "loadbalancer_protocol", loadbalancer_protocol)
125
130
  pulumi.set(__self__, "service_port", service_port)
126
131
  if cert_id is not None:
@@ -129,6 +134,9 @@ class K8sSlbAttachmentSlbConfigPortMappingArgs:
129
134
  @property
130
135
  @pulumi.getter(name="loadbalancerProtocol")
131
136
  def loadbalancer_protocol(self) -> pulumi.Input[str]:
137
+ """
138
+ The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.
139
+ """
132
140
  return pulumi.get(self, "loadbalancer_protocol")
133
141
 
134
142
  @loadbalancer_protocol.setter
@@ -138,6 +146,9 @@ class K8sSlbAttachmentSlbConfigPortMappingArgs:
138
146
  @property
139
147
  @pulumi.getter(name="servicePort")
140
148
  def service_port(self) -> pulumi.Input['K8sSlbAttachmentSlbConfigPortMappingServicePortArgs']:
149
+ """
150
+ The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See `service_port` below.
151
+ """
141
152
  return pulumi.get(self, "service_port")
142
153
 
143
154
  @service_port.setter
@@ -147,6 +158,9 @@ class K8sSlbAttachmentSlbConfigPortMappingArgs:
147
158
  @property
148
159
  @pulumi.getter(name="certId")
149
160
  def cert_id(self) -> Optional[pulumi.Input[str]]:
161
+ """
162
+ The ID of your tls certification, this is used for 'HTTPS' protocol only.
163
+ """
150
164
  return pulumi.get(self, "cert_id")
151
165
 
152
166
  @cert_id.setter
@@ -160,6 +174,11 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs:
160
174
  port: pulumi.Input[int],
161
175
  protocol: pulumi.Input[str],
162
176
  target_port: pulumi.Input[int]):
177
+ """
178
+ :param pulumi.Input[int] port: The port of k8s service, values should be within range [1, 65535].
179
+ :param pulumi.Input[str] protocol: The protocol of k8s service, values can be 'TCP' or 'UDP'.
180
+ :param pulumi.Input[int] target_port: The port of k8s pod, values should be within range [1, 65535].
181
+ """
163
182
  pulumi.set(__self__, "port", port)
164
183
  pulumi.set(__self__, "protocol", protocol)
165
184
  pulumi.set(__self__, "target_port", target_port)
@@ -167,6 +186,9 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs:
167
186
  @property
168
187
  @pulumi.getter
169
188
  def port(self) -> pulumi.Input[int]:
189
+ """
190
+ The port of k8s service, values should be within range [1, 65535].
191
+ """
170
192
  return pulumi.get(self, "port")
171
193
 
172
194
  @port.setter
@@ -176,6 +198,9 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs:
176
198
  @property
177
199
  @pulumi.getter
178
200
  def protocol(self) -> pulumi.Input[str]:
201
+ """
202
+ The protocol of k8s service, values can be 'TCP' or 'UDP'.
203
+ """
179
204
  return pulumi.get(self, "protocol")
180
205
 
181
206
  @protocol.setter
@@ -185,6 +210,9 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs:
185
210
  @property
186
211
  @pulumi.getter(name="targetPort")
187
212
  def target_port(self) -> pulumi.Input[int]:
213
+ """
214
+ The port of k8s pod, values should be within range [1, 65535].
215
+ """
188
216
  return pulumi.get(self, "target_port")
189
217
 
190
218
  @target_port.setter