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
@@ -42,6 +42,13 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
42
42
  weighted_capacity: pulumi.Input[str],
43
43
  instance_type: Optional[pulumi.Input[str]] = None,
44
44
  priority: Optional[pulumi.Input[str]] = None):
45
+ """
46
+ :param pulumi.Input[str] max_price: The maximum price of the instance type specified in the Nth extended configurations of the launch template.
47
+ :param pulumi.Input[str] vswitch_id: The ID of the VSwitch in the Nth extended configurations of the launch template.
48
+ :param pulumi.Input[str] weighted_capacity: The weight of the instance type specified in the Nth extended configurations of the launch template.
49
+ :param pulumi.Input[str] instance_type: The instance type of the Nth extended configurations of the launch template.
50
+ :param pulumi.Input[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.
51
+ """
45
52
  pulumi.set(__self__, "max_price", max_price)
46
53
  pulumi.set(__self__, "vswitch_id", vswitch_id)
47
54
  pulumi.set(__self__, "weighted_capacity", weighted_capacity)
@@ -53,6 +60,9 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
53
60
  @property
54
61
  @pulumi.getter(name="maxPrice")
55
62
  def max_price(self) -> pulumi.Input[str]:
63
+ """
64
+ The maximum price of the instance type specified in the Nth extended configurations of the launch template.
65
+ """
56
66
  return pulumi.get(self, "max_price")
57
67
 
58
68
  @max_price.setter
@@ -62,6 +72,9 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
62
72
  @property
63
73
  @pulumi.getter(name="vswitchId")
64
74
  def vswitch_id(self) -> pulumi.Input[str]:
75
+ """
76
+ The ID of the VSwitch in the Nth extended configurations of the launch template.
77
+ """
65
78
  return pulumi.get(self, "vswitch_id")
66
79
 
67
80
  @vswitch_id.setter
@@ -71,6 +84,9 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
71
84
  @property
72
85
  @pulumi.getter(name="weightedCapacity")
73
86
  def weighted_capacity(self) -> pulumi.Input[str]:
87
+ """
88
+ The weight of the instance type specified in the Nth extended configurations of the launch template.
89
+ """
74
90
  return pulumi.get(self, "weighted_capacity")
75
91
 
76
92
  @weighted_capacity.setter
@@ -80,6 +96,9 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
80
96
  @property
81
97
  @pulumi.getter(name="instanceType")
82
98
  def instance_type(self) -> Optional[pulumi.Input[str]]:
99
+ """
100
+ The instance type of the Nth extended configurations of the launch template.
101
+ """
83
102
  return pulumi.get(self, "instance_type")
84
103
 
85
104
  @instance_type.setter
@@ -89,6 +108,9 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
89
108
  @property
90
109
  @pulumi.getter
91
110
  def priority(self) -> Optional[pulumi.Input[str]]:
111
+ """
112
+ The priority of the instance type specified in the Nth extended configurations of the launch template. A value of 0 indicates the highest priority.
113
+ """
92
114
  return pulumi.get(self, "priority")
93
115
 
94
116
  @priority.setter
@@ -1349,32 +1371,52 @@ class InstanceMaintenanceTimeArgs:
1349
1371
  @pulumi.input_type
1350
1372
  class InstanceNetworkInterfacesArgs:
1351
1373
  def __init__(__self__, *,
1374
+ network_card_index: Optional[pulumi.Input[int]] = None,
1352
1375
  network_interface_id: Optional[pulumi.Input[str]] = None,
1353
1376
  network_interface_traffic_mode: Optional[pulumi.Input[str]] = None,
1377
+ queue_pair_number: Optional[pulumi.Input[int]] = None,
1354
1378
  security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1355
1379
  vswitch_id: Optional[pulumi.Input[str]] = None):
1356
1380
  """
1357
- :param pulumi.Input[str] network_interface_id: The ID of the secondary ENI.
1358
- :param pulumi.Input[str] network_interface_traffic_mode: The communication mode of the ENI. Default value: `Standard`. Valid values:
1381
+ :param pulumi.Input[int] network_card_index: The index of the network card for Secondary ENI.
1382
+ :param pulumi.Input[str] network_interface_id: The ID of the Secondary ENI.
1383
+ :param pulumi.Input[str] network_interface_traffic_mode: The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
1359
1384
  - `Standard`: Uses the TCP communication mode.
1360
1385
  - `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
1361
- :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The ID of security group N to which to assign ENI N.
1362
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which to connect ENI N.
1386
+ :param pulumi.Input[int] queue_pair_number: The number of queues supported by the ERI.
1387
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The ID of security group N to which to assign Secondary ENI N.
1388
+ :param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which to connect Secondary ENI N.
1363
1389
  """
1390
+ if network_card_index is not None:
1391
+ pulumi.set(__self__, "network_card_index", network_card_index)
1364
1392
  if network_interface_id is not None:
1365
1393
  pulumi.set(__self__, "network_interface_id", network_interface_id)
1366
1394
  if network_interface_traffic_mode is not None:
1367
1395
  pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
1396
+ if queue_pair_number is not None:
1397
+ pulumi.set(__self__, "queue_pair_number", queue_pair_number)
1368
1398
  if security_group_ids is not None:
1369
1399
  pulumi.set(__self__, "security_group_ids", security_group_ids)
1370
1400
  if vswitch_id is not None:
1371
1401
  pulumi.set(__self__, "vswitch_id", vswitch_id)
1372
1402
 
1403
+ @property
1404
+ @pulumi.getter(name="networkCardIndex")
1405
+ def network_card_index(self) -> Optional[pulumi.Input[int]]:
1406
+ """
1407
+ The index of the network card for Secondary ENI.
1408
+ """
1409
+ return pulumi.get(self, "network_card_index")
1410
+
1411
+ @network_card_index.setter
1412
+ def network_card_index(self, value: Optional[pulumi.Input[int]]):
1413
+ pulumi.set(self, "network_card_index", value)
1414
+
1373
1415
  @property
1374
1416
  @pulumi.getter(name="networkInterfaceId")
1375
1417
  def network_interface_id(self) -> Optional[pulumi.Input[str]]:
1376
1418
  """
1377
- The ID of the secondary ENI.
1419
+ The ID of the Secondary ENI.
1378
1420
  """
1379
1421
  return pulumi.get(self, "network_interface_id")
1380
1422
 
@@ -1386,7 +1428,7 @@ class InstanceNetworkInterfacesArgs:
1386
1428
  @pulumi.getter(name="networkInterfaceTrafficMode")
1387
1429
  def network_interface_traffic_mode(self) -> Optional[pulumi.Input[str]]:
1388
1430
  """
1389
- The communication mode of the ENI. Default value: `Standard`. Valid values:
1431
+ The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
1390
1432
  - `Standard`: Uses the TCP communication mode.
1391
1433
  - `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
1392
1434
  """
@@ -1396,11 +1438,23 @@ class InstanceNetworkInterfacesArgs:
1396
1438
  def network_interface_traffic_mode(self, value: Optional[pulumi.Input[str]]):
1397
1439
  pulumi.set(self, "network_interface_traffic_mode", value)
1398
1440
 
1441
+ @property
1442
+ @pulumi.getter(name="queuePairNumber")
1443
+ def queue_pair_number(self) -> Optional[pulumi.Input[int]]:
1444
+ """
1445
+ The number of queues supported by the ERI.
1446
+ """
1447
+ return pulumi.get(self, "queue_pair_number")
1448
+
1449
+ @queue_pair_number.setter
1450
+ def queue_pair_number(self, value: Optional[pulumi.Input[int]]):
1451
+ pulumi.set(self, "queue_pair_number", value)
1452
+
1399
1453
  @property
1400
1454
  @pulumi.getter(name="securityGroupIds")
1401
1455
  def security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1402
1456
  """
1403
- The ID of security group N to which to assign ENI N.
1457
+ The ID of security group N to which to assign Secondary ENI N.
1404
1458
  """
1405
1459
  return pulumi.get(self, "security_group_ids")
1406
1460
 
@@ -1412,7 +1466,7 @@ class InstanceNetworkInterfacesArgs:
1412
1466
  @pulumi.getter(name="vswitchId")
1413
1467
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
1414
1468
  """
1415
- The ID of the vSwitch to which to connect ENI N.
1469
+ The ID of the vSwitch to which to connect Secondary ENI N.
1416
1470
  """
1417
1471
  return pulumi.get(self, "vswitch_id")
1418
1472
 
@@ -1683,8 +1737,28 @@ class LaunchTemplateSystemDiskArgs:
1683
1737
  performance_level: Optional[pulumi.Input[str]] = None,
1684
1738
  size: Optional[pulumi.Input[int]] = None):
1685
1739
  """
1740
+ :param pulumi.Input[str] category: The category of the disk:
1741
+ - cloud: Basic cloud disk.
1742
+ - cloud_efficiency: Ultra cloud disk.
1743
+ - cloud_ssd: SSD cloud Disks.
1744
+ - ephemeral_ssd: local SSD Disks
1745
+ - cloud_essd: ESSD cloud Disks.
1746
+
1747
+ Default to `cloud_efficiency`.
1748
+ :param pulumi.Input[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.
1749
+
1750
+ Default to true
1686
1751
  :param pulumi.Input[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.
1752
+ :param pulumi.Input[bool] encrypted: Encrypted the data in this disk.
1753
+
1754
+ Default to false
1687
1755
  :param pulumi.Input[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://".
1756
+ :param pulumi.Input[int] size: The size of the data disk.
1757
+ - cloud:[5, 2000]
1758
+ - cloud_efficiency:[20, 32768]
1759
+ - cloud_ssd:[20, 32768]
1760
+ - cloud_essd:[20, 32768]
1761
+ - ephemeral_ssd: [5, 800]
1688
1762
  """
1689
1763
  if category is not None:
1690
1764
  pulumi.set(__self__, "category", category)
@@ -1706,6 +1780,16 @@ class LaunchTemplateSystemDiskArgs:
1706
1780
  @property
1707
1781
  @pulumi.getter
1708
1782
  def category(self) -> Optional[pulumi.Input[str]]:
1783
+ """
1784
+ 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
+ """
1709
1793
  return pulumi.get(self, "category")
1710
1794
 
1711
1795
  @category.setter
@@ -1715,6 +1799,11 @@ class LaunchTemplateSystemDiskArgs:
1715
1799
  @property
1716
1800
  @pulumi.getter(name="deleteWithInstance")
1717
1801
  def delete_with_instance(self) -> Optional[pulumi.Input[bool]]:
1802
+ """
1803
+ 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.
1804
+
1805
+ Default to true
1806
+ """
1718
1807
  return pulumi.get(self, "delete_with_instance")
1719
1808
 
1720
1809
  @delete_with_instance.setter
@@ -1736,6 +1825,11 @@ class LaunchTemplateSystemDiskArgs:
1736
1825
  @property
1737
1826
  @pulumi.getter
1738
1827
  def encrypted(self) -> Optional[pulumi.Input[bool]]:
1828
+ """
1829
+ Encrypted the data in this disk.
1830
+
1831
+ Default to false
1832
+ """
1739
1833
  return pulumi.get(self, "encrypted")
1740
1834
 
1741
1835
  @encrypted.setter
@@ -1775,6 +1869,14 @@ class LaunchTemplateSystemDiskArgs:
1775
1869
  @property
1776
1870
  @pulumi.getter
1777
1871
  def size(self) -> Optional[pulumi.Input[int]]:
1872
+ """
1873
+ The size of the data disk.
1874
+ - cloud:[5, 2000]
1875
+ - cloud_efficiency:[20, 32768]
1876
+ - cloud_ssd:[20, 32768]
1877
+ - cloud_essd:[20, 32768]
1878
+ - ephemeral_ssd: [5, 800]
1879
+ """
1778
1880
  return pulumi.get(self, "size")
1779
1881
 
1780
1882
  @size.setter
@@ -56,6 +56,7 @@ class EcsDiskArgs:
56
56
  :param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
57
57
  :param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
58
58
  :param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
59
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
59
60
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
60
61
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
61
62
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
@@ -306,6 +307,7 @@ class EcsDiskArgs:
306
307
  def performance_level(self) -> Optional[pulumi.Input[str]]:
307
308
  """
308
309
  Specifies the performance level of an ESSD when you create the ESSD. Valid values:
310
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
309
311
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
310
312
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
311
313
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
@@ -459,6 +461,7 @@ class _EcsDiskState:
459
461
  :param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
460
462
  :param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
461
463
  :param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
464
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
462
465
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
463
466
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
464
467
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
@@ -712,6 +715,7 @@ class _EcsDiskState:
712
715
  def performance_level(self) -> Optional[pulumi.Input[str]]:
713
716
  """
714
717
  Specifies the performance level of an ESSD when you create the ESSD. Valid values:
718
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
715
719
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
716
720
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
717
721
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
@@ -888,6 +892,7 @@ class EcsDisk(pulumi.CustomResource):
888
892
  :param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
889
893
  :param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
890
894
  :param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
895
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
891
896
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
892
897
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
893
898
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
@@ -1046,6 +1051,7 @@ class EcsDisk(pulumi.CustomResource):
1046
1051
  :param pulumi.Input[str] name: Field `name` has been deprecated from provider version 1.122.0. New field `disk_name` instead.
1047
1052
  :param pulumi.Input[str] payment_type: Payment method for disk. Valid values: `PayAsYouGo`, `Subscription`. Default to `PayAsYouGo`. If you want to change the disk payment type, the `instance_id` is required.
1048
1053
  :param pulumi.Input[str] performance_level: Specifies the performance level of an ESSD when you create the ESSD. Valid values:
1054
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
1049
1055
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
1050
1056
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
1051
1057
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.
@@ -1213,6 +1219,7 @@ class EcsDisk(pulumi.CustomResource):
1213
1219
  def performance_level(self) -> pulumi.Output[str]:
1214
1220
  """
1215
1221
  Specifies the performance level of an ESSD when you create the ESSD. Valid values:
1222
+ * `PL0`: A single ESSD delivers up to 10,000 random read/write IOPS.
1216
1223
  * `PL1`: A single ESSD delivers up to 50,000 random read/write IOPS.
1217
1224
  * `PL2`: A single ESSD delivers up to 100,000 random read/write IOPS.
1218
1225
  * `PL3`: A single ESSD delivers up to 1,000,000 random read/write IOPS.