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
@@ -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
 
@@ -1731,8 +1753,28 @@ class LaunchTemplateSystemDisk(dict):
1731
1753
  performance_level: Optional[str] = None,
1732
1754
  size: Optional[int] = None):
1733
1755
  """
1756
+ :param str category: The category of the disk:
1757
+ - cloud: Basic cloud disk.
1758
+ - cloud_efficiency: Ultra cloud disk.
1759
+ - cloud_ssd: SSD cloud Disks.
1760
+ - ephemeral_ssd: local SSD Disks
1761
+ - cloud_essd: ESSD cloud Disks.
1762
+
1763
+ Default to `cloud_efficiency`.
1764
+ :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.
1765
+
1766
+ Default to true
1734
1767
  :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.
1768
+ :param bool encrypted: Encrypted the data in this disk.
1769
+
1770
+ Default to false
1735
1771
  :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://".
1772
+ :param int size: The size of the data disk.
1773
+ - cloud:[5, 2000]
1774
+ - cloud_efficiency:[20, 32768]
1775
+ - cloud_ssd:[20, 32768]
1776
+ - cloud_essd:[20, 32768]
1777
+ - ephemeral_ssd: [5, 800]
1736
1778
  """
1737
1779
  if category is not None:
1738
1780
  pulumi.set(__self__, "category", category)
@@ -1754,11 +1796,26 @@ class LaunchTemplateSystemDisk(dict):
1754
1796
  @property
1755
1797
  @pulumi.getter
1756
1798
  def category(self) -> Optional[str]:
1799
+ """
1800
+ The category of the disk:
1801
+ - cloud: Basic cloud disk.
1802
+ - cloud_efficiency: Ultra cloud disk.
1803
+ - cloud_ssd: SSD cloud Disks.
1804
+ - ephemeral_ssd: local SSD Disks
1805
+ - cloud_essd: ESSD cloud Disks.
1806
+
1807
+ Default to `cloud_efficiency`.
1808
+ """
1757
1809
  return pulumi.get(self, "category")
1758
1810
 
1759
1811
  @property
1760
1812
  @pulumi.getter(name="deleteWithInstance")
1761
1813
  def delete_with_instance(self) -> Optional[bool]:
1814
+ """
1815
+ 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.
1816
+
1817
+ Default to true
1818
+ """
1762
1819
  return pulumi.get(self, "delete_with_instance")
1763
1820
 
1764
1821
  @property
@@ -1772,6 +1829,11 @@ class LaunchTemplateSystemDisk(dict):
1772
1829
  @property
1773
1830
  @pulumi.getter
1774
1831
  def encrypted(self) -> Optional[bool]:
1832
+ """
1833
+ Encrypted the data in this disk.
1834
+
1835
+ Default to false
1836
+ """
1775
1837
  return pulumi.get(self, "encrypted")
1776
1838
 
1777
1839
  @property
@@ -1795,6 +1857,14 @@ class LaunchTemplateSystemDisk(dict):
1795
1857
  @property
1796
1858
  @pulumi.getter
1797
1859
  def size(self) -> Optional[int]:
1860
+ """
1861
+ The size of the data disk.
1862
+ - cloud:[5, 2000]
1863
+ - cloud_efficiency:[20, 32768]
1864
+ - cloud_ssd:[20, 32768]
1865
+ - cloud_essd:[20, 32768]
1866
+ - ephemeral_ssd: [5, 800]
1867
+ """
1798
1868
  return pulumi.get(self, "size")
1799
1869
 
1800
1870
 
@@ -4852,7 +4922,11 @@ class GetEcsKeyPairsKeyPairResult(dict):
4852
4922
  tags: Mapping[str, Any]):
4853
4923
  """
4854
4924
  :param str finger_print: The finger print of the key pair.
4925
+ :param str id: The ID of the Key Pair.
4926
+ :param Sequence['GetEcsKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
4927
+ :param str key_name: The Key Pair Name.
4855
4928
  :param str resource_group_id: The resource group Id.
4929
+ :param Mapping[str, Any] tags: The tags.
4856
4930
  """
4857
4931
  pulumi.set(__self__, "finger_print", finger_print)
4858
4932
  pulumi.set(__self__, "id", id)
@@ -4873,16 +4947,25 @@ class GetEcsKeyPairsKeyPairResult(dict):
4873
4947
  @property
4874
4948
  @pulumi.getter
4875
4949
  def id(self) -> str:
4950
+ """
4951
+ The ID of the Key Pair.
4952
+ """
4876
4953
  return pulumi.get(self, "id")
4877
4954
 
4878
4955
  @property
4879
4956
  @pulumi.getter
4880
4957
  def instances(self) -> Sequence['outputs.GetEcsKeyPairsKeyPairInstanceResult']:
4958
+ """
4959
+ A list of ECS instances that has been bound this key pair.
4960
+ """
4881
4961
  return pulumi.get(self, "instances")
4882
4962
 
4883
4963
  @property
4884
4964
  @pulumi.getter(name="keyName")
4885
4965
  def key_name(self) -> str:
4966
+ """
4967
+ The Key Pair Name.
4968
+ """
4886
4969
  return pulumi.get(self, "key_name")
4887
4970
 
4888
4971
  @property
@@ -4901,6 +4984,9 @@ class GetEcsKeyPairsKeyPairResult(dict):
4901
4984
  @property
4902
4985
  @pulumi.getter
4903
4986
  def tags(self) -> Mapping[str, Any]:
4987
+ """
4988
+ The tags.
4989
+ """
4904
4990
  return pulumi.get(self, "tags")
4905
4991
 
4906
4992
 
@@ -4919,6 +5005,15 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4919
5005
  region_id: str,
4920
5006
  status: str,
4921
5007
  vswitch_id: str):
5008
+ """
5009
+ :param str availability_zone: The ID of the availability zone where the ECS instance is located.
5010
+ :param str instance_id: The ID of the ECS instance.
5011
+ :param str instance_name: The name of the ECS instance.
5012
+ :param str key_name: The Key Pair Name.
5013
+ :param str private_ip: The private IP address of the ECS instance.
5014
+ :param str public_ip: The public IP address or EIP of the ECS instance.
5015
+ :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
5016
+ """
4922
5017
  pulumi.set(__self__, "availability_zone", availability_zone)
4923
5018
  pulumi.set(__self__, "description", description)
4924
5019
  pulumi.set(__self__, "image_id", image_id)
@@ -4935,6 +5030,9 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4935
5030
  @property
4936
5031
  @pulumi.getter(name="availabilityZone")
4937
5032
  def availability_zone(self) -> str:
5033
+ """
5034
+ The ID of the availability zone where the ECS instance is located.
5035
+ """
4938
5036
  return pulumi.get(self, "availability_zone")
4939
5037
 
4940
5038
  @property
@@ -4950,11 +5048,17 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4950
5048
  @property
4951
5049
  @pulumi.getter(name="instanceId")
4952
5050
  def instance_id(self) -> str:
5051
+ """
5052
+ The ID of the ECS instance.
5053
+ """
4953
5054
  return pulumi.get(self, "instance_id")
4954
5055
 
4955
5056
  @property
4956
5057
  @pulumi.getter(name="instanceName")
4957
5058
  def instance_name(self) -> str:
5059
+ """
5060
+ The name of the ECS instance.
5061
+ """
4958
5062
  return pulumi.get(self, "instance_name")
4959
5063
 
4960
5064
  @property
@@ -4965,16 +5069,25 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4965
5069
  @property
4966
5070
  @pulumi.getter(name="keyName")
4967
5071
  def key_name(self) -> str:
5072
+ """
5073
+ The Key Pair Name.
5074
+ """
4968
5075
  return pulumi.get(self, "key_name")
4969
5076
 
4970
5077
  @property
4971
5078
  @pulumi.getter(name="privateIp")
4972
5079
  def private_ip(self) -> str:
5080
+ """
5081
+ The private IP address of the ECS instance.
5082
+ """
4973
5083
  return pulumi.get(self, "private_ip")
4974
5084
 
4975
5085
  @property
4976
5086
  @pulumi.getter(name="publicIp")
4977
5087
  def public_ip(self) -> str:
5088
+ """
5089
+ The public IP address or EIP of the ECS instance.
5090
+ """
4978
5091
  return pulumi.get(self, "public_ip")
4979
5092
 
4980
5093
  @property
@@ -4990,6 +5103,9 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
4990
5103
  @property
4991
5104
  @pulumi.getter(name="vswitchId")
4992
5105
  def vswitch_id(self) -> str:
5106
+ """
5107
+ The ID of the VSwitch attached to the ECS instance.
5108
+ """
4993
5109
  return pulumi.get(self, "vswitch_id")
4994
5110
 
4995
5111
 
@@ -5006,6 +5122,7 @@ class GetEcsKeyPairsPairResult(dict):
5006
5122
  """
5007
5123
  :param str finger_print: The finger print of the key pair.
5008
5124
  :param str id: The ID of the Key Pair.
5125
+ :param Sequence['GetEcsKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
5009
5126
  :param str key_name: The Key Pair Name.
5010
5127
  :param str resource_group_id: The Resource Group Id.
5011
5128
  :param Mapping[str, Any] tags: The tags.
@@ -5037,6 +5154,9 @@ class GetEcsKeyPairsPairResult(dict):
5037
5154
  @property
5038
5155
  @pulumi.getter
5039
5156
  def instances(self) -> Sequence['outputs.GetEcsKeyPairsPairInstanceResult']:
5157
+ """
5158
+ A list of ECS instances that has been bound this key pair.
5159
+ """
5040
5160
  return pulumi.get(self, "instances")
5041
5161
 
5042
5162
  @property
@@ -5084,6 +5204,15 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5084
5204
  region_id: str,
5085
5205
  status: str,
5086
5206
  vswitch_id: str):
5207
+ """
5208
+ :param str availability_zone: The ID of the availability zone where the ECS instance is located.
5209
+ :param str instance_id: The ID of the ECS instance.
5210
+ :param str instance_name: The name of the ECS instance.
5211
+ :param str key_name: The Key Pair Name.
5212
+ :param str private_ip: The private IP address of the ECS instance.
5213
+ :param str public_ip: The public IP address or EIP of the ECS instance.
5214
+ :param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
5215
+ """
5087
5216
  pulumi.set(__self__, "availability_zone", availability_zone)
5088
5217
  pulumi.set(__self__, "description", description)
5089
5218
  pulumi.set(__self__, "image_id", image_id)
@@ -5100,6 +5229,9 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5100
5229
  @property
5101
5230
  @pulumi.getter(name="availabilityZone")
5102
5231
  def availability_zone(self) -> str:
5232
+ """
5233
+ The ID of the availability zone where the ECS instance is located.
5234
+ """
5103
5235
  return pulumi.get(self, "availability_zone")
5104
5236
 
5105
5237
  @property
@@ -5115,11 +5247,17 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5115
5247
  @property
5116
5248
  @pulumi.getter(name="instanceId")
5117
5249
  def instance_id(self) -> str:
5250
+ """
5251
+ The ID of the ECS instance.
5252
+ """
5118
5253
  return pulumi.get(self, "instance_id")
5119
5254
 
5120
5255
  @property
5121
5256
  @pulumi.getter(name="instanceName")
5122
5257
  def instance_name(self) -> str:
5258
+ """
5259
+ The name of the ECS instance.
5260
+ """
5123
5261
  return pulumi.get(self, "instance_name")
5124
5262
 
5125
5263
  @property
@@ -5130,16 +5268,25 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5130
5268
  @property
5131
5269
  @pulumi.getter(name="keyName")
5132
5270
  def key_name(self) -> str:
5271
+ """
5272
+ The Key Pair Name.
5273
+ """
5133
5274
  return pulumi.get(self, "key_name")
5134
5275
 
5135
5276
  @property
5136
5277
  @pulumi.getter(name="privateIp")
5137
5278
  def private_ip(self) -> str:
5279
+ """
5280
+ The private IP address of the ECS instance.
5281
+ """
5138
5282
  return pulumi.get(self, "private_ip")
5139
5283
 
5140
5284
  @property
5141
5285
  @pulumi.getter(name="publicIp")
5142
5286
  def public_ip(self) -> str:
5287
+ """
5288
+ The public IP address or EIP of the ECS instance.
5289
+ """
5143
5290
  return pulumi.get(self, "public_ip")
5144
5291
 
5145
5292
  @property
@@ -5155,6 +5302,9 @@ class GetEcsKeyPairsPairInstanceResult(dict):
5155
5302
  @property
5156
5303
  @pulumi.getter(name="vswitchId")
5157
5304
  def vswitch_id(self) -> str:
5305
+ """
5306
+ The ID of the VSwitch attached to the ECS instance.
5307
+ """
5158
5308
  return pulumi.get(self, "vswitch_id")
5159
5309
 
5160
5310
 
@@ -6388,6 +6538,9 @@ class GetEcsPrefixListsListEntryResult(dict):
6388
6538
  def __init__(__self__, *,
6389
6539
  cidr: str,
6390
6540
  description: str):
6541
+ """
6542
+ :param str description: The description of the prefix list.
6543
+ """
6391
6544
  pulumi.set(__self__, "cidr", cidr)
6392
6545
  pulumi.set(__self__, "description", description)
6393
6546
 
@@ -6399,6 +6552,9 @@ class GetEcsPrefixListsListEntryResult(dict):
6399
6552
  @property
6400
6553
  @pulumi.getter
6401
6554
  def description(self) -> str:
6555
+ """
6556
+ The description of the prefix list.
6557
+ """
6402
6558
  return pulumi.get(self, "description")
6403
6559
 
6404
6560
 
@@ -7253,6 +7409,12 @@ class GetEipAddressesEipResult(dict):
7253
7409
  ip_address: str,
7254
7410
  status: str):
7255
7411
  """
7412
+ :param str bandwidth: The maximum bandwidth of the EIP. Unit: Mbit/s.
7413
+ :param bool deletion_protection: Indicates whether deletion protection is enabled.
7414
+ :param str id: The ID of the Address.
7415
+ :param str instance_id: The ID of the instance with which the EIP is associated.
7416
+ :param str instance_type: The type of the instance with which the EIP is associated.
7417
+ :param str internet_charge_type: The metering method of the EIP.
7256
7418
  :param str ip_address: The eip address.
7257
7419
  :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
7420
  """
@@ -7269,6 +7431,9 @@ class GetEipAddressesEipResult(dict):
7269
7431
  @property
7270
7432
  @pulumi.getter
7271
7433
  def bandwidth(self) -> str:
7434
+ """
7435
+ The maximum bandwidth of the EIP. Unit: Mbit/s.
7436
+ """
7272
7437
  return pulumi.get(self, "bandwidth")
7273
7438
 
7274
7439
  @property
@@ -7279,26 +7444,41 @@ class GetEipAddressesEipResult(dict):
7279
7444
  @property
7280
7445
  @pulumi.getter(name="deletionProtection")
7281
7446
  def deletion_protection(self) -> bool:
7447
+ """
7448
+ Indicates whether deletion protection is enabled.
7449
+ """
7282
7450
  return pulumi.get(self, "deletion_protection")
7283
7451
 
7284
7452
  @property
7285
7453
  @pulumi.getter
7286
7454
  def id(self) -> str:
7455
+ """
7456
+ The ID of the Address.
7457
+ """
7287
7458
  return pulumi.get(self, "id")
7288
7459
 
7289
7460
  @property
7290
7461
  @pulumi.getter(name="instanceId")
7291
7462
  def instance_id(self) -> str:
7463
+ """
7464
+ The ID of the instance with which the EIP is associated.
7465
+ """
7292
7466
  return pulumi.get(self, "instance_id")
7293
7467
 
7294
7468
  @property
7295
7469
  @pulumi.getter(name="instanceType")
7296
7470
  def instance_type(self) -> str:
7471
+ """
7472
+ The type of the instance with which the EIP is associated.
7473
+ """
7297
7474
  return pulumi.get(self, "instance_type")
7298
7475
 
7299
7476
  @property
7300
7477
  @pulumi.getter(name="internetChargeType")
7301
7478
  def internet_charge_type(self) -> str:
7479
+ """
7480
+ The metering method of the EIP.
7481
+ """
7302
7482
  return pulumi.get(self, "internet_charge_type")
7303
7483
 
7304
7484
  @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
@@ -142,6 +142,11 @@ class K8sSlbAttachmentSlbConfigPortMapping(dict):
142
142
  loadbalancer_protocol: str,
143
143
  service_port: 'outputs.K8sSlbAttachmentSlbConfigPortMappingServicePort',
144
144
  cert_id: Optional[str] = None):
145
+ """
146
+ :param str loadbalancer_protocol: The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.
147
+ :param 'K8sSlbAttachmentSlbConfigPortMappingServicePortArgs' service_port: The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See `service_port` below.
148
+ :param str cert_id: The ID of your tls certification, this is used for 'HTTPS' protocol only.
149
+ """
145
150
  pulumi.set(__self__, "loadbalancer_protocol", loadbalancer_protocol)
146
151
  pulumi.set(__self__, "service_port", service_port)
147
152
  if cert_id is not None:
@@ -150,16 +155,25 @@ class K8sSlbAttachmentSlbConfigPortMapping(dict):
150
155
  @property
151
156
  @pulumi.getter(name="loadbalancerProtocol")
152
157
  def loadbalancer_protocol(self) -> str:
158
+ """
159
+ The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.
160
+ """
153
161
  return pulumi.get(self, "loadbalancer_protocol")
154
162
 
155
163
  @property
156
164
  @pulumi.getter(name="servicePort")
157
165
  def service_port(self) -> 'outputs.K8sSlbAttachmentSlbConfigPortMappingServicePort':
166
+ """
167
+ The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See `service_port` below.
168
+ """
158
169
  return pulumi.get(self, "service_port")
159
170
 
160
171
  @property
161
172
  @pulumi.getter(name="certId")
162
173
  def cert_id(self) -> Optional[str]:
174
+ """
175
+ The ID of your tls certification, this is used for 'HTTPS' protocol only.
176
+ """
163
177
  return pulumi.get(self, "cert_id")
164
178
 
165
179
 
@@ -186,6 +200,11 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePort(dict):
186
200
  port: int,
187
201
  protocol: str,
188
202
  target_port: int):
203
+ """
204
+ :param int port: The port of k8s service, values should be within range [1, 65535].
205
+ :param str protocol: The protocol of k8s service, values can be 'TCP' or 'UDP'.
206
+ :param int target_port: The port of k8s pod, values should be within range [1, 65535].
207
+ """
189
208
  pulumi.set(__self__, "port", port)
190
209
  pulumi.set(__self__, "protocol", protocol)
191
210
  pulumi.set(__self__, "target_port", target_port)
@@ -193,16 +212,25 @@ class K8sSlbAttachmentSlbConfigPortMappingServicePort(dict):
193
212
  @property
194
213
  @pulumi.getter
195
214
  def port(self) -> int:
215
+ """
216
+ The port of k8s service, values should be within range [1, 65535].
217
+ """
196
218
  return pulumi.get(self, "port")
197
219
 
198
220
  @property
199
221
  @pulumi.getter
200
222
  def protocol(self) -> str:
223
+ """
224
+ The protocol of k8s service, values can be 'TCP' or 'UDP'.
225
+ """
201
226
  return pulumi.get(self, "protocol")
202
227
 
203
228
  @property
204
229
  @pulumi.getter(name="targetPort")
205
230
  def target_port(self) -> int:
231
+ """
232
+ The port of k8s pod, values should be within range [1, 65535].
233
+ """
206
234
  return pulumi.get(self, "target_port")
207
235
 
208
236
 
@@ -187,12 +187,18 @@ class ClusterAdditionalVolumeArgs:
187
187
  class ClusterAdditionalVolumeRoleArgs:
188
188
  def __init__(__self__, *,
189
189
  name: Optional[pulumi.Input[str]] = None):
190
+ """
191
+ :param pulumi.Input[str] name: The type of the nodes to which the additional file system is attached.
192
+ """
190
193
  if name is not None:
191
194
  pulumi.set(__self__, "name", name)
192
195
 
193
196
  @property
194
197
  @pulumi.getter
195
198
  def name(self) -> Optional[pulumi.Input[str]]:
199
+ """
200
+ The type of the nodes to which the additional file system is attached.
201
+ """
196
202
  return pulumi.get(self, "name")
197
203
 
198
204
  @name.setter
@@ -183,12 +183,18 @@ class ClusterAdditionalVolume(dict):
183
183
  class ClusterAdditionalVolumeRole(dict):
184
184
  def __init__(__self__, *,
185
185
  name: Optional[str] = None):
186
+ """
187
+ :param str name: The type of the nodes to which the additional file system is attached.
188
+ """
186
189
  if name is not None:
187
190
  pulumi.set(__self__, "name", name)
188
191
 
189
192
  @property
190
193
  @pulumi.getter
191
194
  def name(self) -> Optional[str]:
195
+ """
196
+ The type of the nodes to which the additional file system is attached.
197
+ """
192
198
  return pulumi.get(self, "name")
193
199
 
194
200