pulumi-alicloud 3.74.0a1737989015__py3-none-any.whl → 3.75.0__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 (165) hide show
  1. pulumi_alicloud/__init__.py +230 -0
  2. pulumi_alicloud/_inputs.py +33 -0
  3. pulumi_alicloud/_utilities.py +8 -4
  4. pulumi_alicloud/ackone/__init__.py +1 -0
  5. pulumi_alicloud/ackone/cluster.py +73 -8
  6. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  7. pulumi_alicloud/alb/_inputs.py +217 -17
  8. pulumi_alicloud/alb/load_balancer.py +7 -35
  9. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  10. pulumi_alicloud/alb/outputs.py +150 -12
  11. pulumi_alicloud/alb/server_group.py +197 -42
  12. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  13. pulumi_alicloud/aligreen/biz_type.py +2 -2
  14. pulumi_alicloud/aligreen/callback.py +2 -2
  15. pulumi_alicloud/aligreen/image_lib.py +2 -2
  16. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  17. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  18. pulumi_alicloud/apigateway/instance.py +51 -4
  19. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  20. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  21. pulumi_alicloud/cfg/aggregator.py +6 -4
  22. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  23. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  24. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  25. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  26. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  27. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  28. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  29. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  30. pulumi_alicloud/cloudphone/__init__.py +12 -0
  31. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  32. pulumi_alicloud/cloudphone/image.py +323 -0
  33. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  34. pulumi_alicloud/cloudphone/outputs.py +138 -0
  35. pulumi_alicloud/cloudphone/policy.py +522 -0
  36. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  37. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  38. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  39. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  40. pulumi_alicloud/config/outputs.py +20 -0
  41. pulumi_alicloud/cs/_inputs.py +9 -9
  42. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  43. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  44. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  45. pulumi_alicloud/cs/managed_kubernetes.py +47 -35
  46. pulumi_alicloud/cs/node_pool.py +49 -21
  47. pulumi_alicloud/cs/outputs.py +6 -6
  48. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  49. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  50. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  51. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  52. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  53. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  54. pulumi_alicloud/ecs/eip.py +1 -1
  55. pulumi_alicloud/ecs/eip_address.py +1 -1
  56. pulumi_alicloud/ecs/instance.py +43 -30
  57. pulumi_alicloud/eds/command.py +10 -2
  58. pulumi_alicloud/emrv2/__init__.py +1 -0
  59. pulumi_alicloud/emrv2/_inputs.py +47 -7
  60. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  61. pulumi_alicloud/emrv2/outputs.py +195 -5
  62. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  63. pulumi_alicloud/ens/nat_gateway.py +6 -6
  64. pulumi_alicloud/ens/vswitch.py +36 -36
  65. pulumi_alicloud/esa/__init__.py +19 -0
  66. pulumi_alicloud/esa/_inputs.py +431 -0
  67. pulumi_alicloud/esa/cache_rule.py +1405 -0
  68. pulumi_alicloud/esa/certificate.py +724 -0
  69. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  70. pulumi_alicloud/esa/client_certificate.py +452 -0
  71. pulumi_alicloud/esa/compression_rule.py +582 -0
  72. pulumi_alicloud/esa/get_sites.py +421 -0
  73. pulumi_alicloud/esa/http_request_header_modification_rule.py +2 -2
  74. pulumi_alicloud/esa/http_response_header_modification_rule.py +560 -0
  75. pulumi_alicloud/esa/https_application_configuration.py +925 -0
  76. pulumi_alicloud/esa/https_basic_configuration.py +1027 -0
  77. pulumi_alicloud/esa/image_transform.py +484 -0
  78. pulumi_alicloud/esa/kv_namespace.py +276 -0
  79. pulumi_alicloud/esa/list.py +2 -2
  80. pulumi_alicloud/esa/network_optimization.py +750 -0
  81. pulumi_alicloud/esa/origin_pool.py +485 -0
  82. pulumi_alicloud/esa/origin_rule.py +768 -0
  83. pulumi_alicloud/esa/outputs.py +425 -0
  84. pulumi_alicloud/esa/page.py +2 -2
  85. pulumi_alicloud/esa/rate_plan_instance.py +2 -2
  86. pulumi_alicloud/esa/record.py +2 -2
  87. pulumi_alicloud/esa/redirect_rule.py +734 -0
  88. pulumi_alicloud/esa/rewrite_url_rule.py +702 -0
  89. pulumi_alicloud/esa/site.py +307 -2
  90. pulumi_alicloud/esa/waiting_room.py +1257 -0
  91. pulumi_alicloud/esa/waiting_room_event.py +1392 -0
  92. pulumi_alicloud/esa/waiting_room_rule.py +504 -0
  93. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  94. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  95. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  96. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  97. pulumi_alicloud/ga/outputs.py +10 -4
  98. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  99. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  100. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  101. pulumi_alicloud/hbr/policy.py +67 -6
  102. pulumi_alicloud/hbr/vault.py +210 -9
  103. pulumi_alicloud/kms/get_keys.py +10 -0
  104. pulumi_alicloud/message/__init__.py +3 -0
  105. pulumi_alicloud/message/_inputs.py +149 -0
  106. pulumi_alicloud/message/outputs.py +112 -0
  107. pulumi_alicloud/message/service_endpoint.py +218 -0
  108. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  109. pulumi_alicloud/message/service_queue.py +49 -0
  110. pulumi_alicloud/message/service_subscription.py +91 -14
  111. pulumi_alicloud/mse/nacos_config.py +4 -0
  112. pulumi_alicloud/nlb/_inputs.py +114 -24
  113. pulumi_alicloud/nlb/listener.py +87 -20
  114. pulumi_alicloud/nlb/outputs.py +93 -16
  115. pulumi_alicloud/nlb/server_group.py +55 -20
  116. pulumi_alicloud/ots/_inputs.py +3 -3
  117. pulumi_alicloud/ots/outputs.py +2 -2
  118. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  119. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  120. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  121. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  122. pulumi_alicloud/pai/workspace_run.py +2 -2
  123. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  124. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  125. pulumi_alicloud/privatelink/outputs.py +11 -0
  126. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  127. pulumi_alicloud/pulumi-plugin.json +1 -1
  128. pulumi_alicloud/ram/access_key.py +20 -4
  129. pulumi_alicloud/ram/user.py +10 -2
  130. pulumi_alicloud/rds/instance.py +7 -0
  131. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  132. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  133. pulumi_alicloud/tag/__init__.py +1 -0
  134. pulumi_alicloud/tag/associated_rule.py +306 -0
  135. pulumi_alicloud/tag/policy.py +27 -36
  136. pulumi_alicloud/vpc/__init__.py +1 -0
  137. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  138. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  139. pulumi_alicloud/vpc/flow_log.py +184 -49
  140. pulumi_alicloud/vpc/forward_entry.py +8 -4
  141. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  142. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  143. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  144. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  145. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  146. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  147. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  148. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  149. pulumi_alicloud/vpc/ipam_ipam_pool.py +2 -30
  150. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  151. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  152. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  153. pulumi_alicloud/vpc/ipam_ipam_scope.py +2 -9
  154. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  155. pulumi_alicloud/vpc/outputs.py +12 -2
  156. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  157. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  158. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  159. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +11 -2
  160. pulumi_alicloud/vpn/get_gateways.py +21 -1
  161. pulumi_alicloud/vpn/outputs.py +23 -12
  162. {pulumi_alicloud-3.74.0a1737989015.dist-info → pulumi_alicloud-3.75.0.dist-info}/METADATA +1 -1
  163. {pulumi_alicloud-3.74.0a1737989015.dist-info → pulumi_alicloud-3.75.0.dist-info}/RECORD +165 -128
  164. {pulumi_alicloud-3.74.0a1737989015.dist-info → pulumi_alicloud-3.75.0.dist-info}/WHEEL +1 -1
  165. {pulumi_alicloud-3.74.0a1737989015.dist-info → pulumi_alicloud-3.75.0.dist-info}/top_level.txt +0 -0
@@ -34,17 +34,26 @@ class CommonBandwithPackageArgs:
34
34
  zone: Optional[pulumi.Input[str]] = None):
35
35
  """
36
36
  The set of arguments for constructing a CommonBandwithPackage resource.
37
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
38
- :param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
37
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
38
+ Valid values: `1` to `1000`. Default value: `1`.
39
+ :param pulumi.Input[str] bandwidth_package_name: The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
39
40
  :param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
40
- :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
41
+ :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance.
42
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
41
43
  :param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
42
- :param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
44
+ :param pulumi.Input[str] internet_charge_type: Billing method of Internet Shared Bandwidth. Valid values:
45
+ `PayByTraffic`: billed by primary traffic.
46
+
47
+ - `PayByBandwidth` (default): Billing by bandwidth.
48
+ - `PayBy95`: Billed as Enhanced 95.
49
+ - `PayByDominantTraffic`: billed by primary traffic.
43
50
  :param pulumi.Input[str] isp: The line type. Valid values:
44
- - `BGP` All regions support BGP (Multi-ISP).
51
+
52
+ - `BGP` (default) All regions support BGP (Multi-ISP).
45
53
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
46
54
 
47
55
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
56
+
48
57
  - `ChinaTelecom`
49
58
  - `ChinaUnicom`
50
59
  - `ChinaMobile`
@@ -62,7 +71,7 @@ class CommonBandwithPackageArgs:
62
71
  > **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
63
72
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
64
73
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
65
- :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
74
+ :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
66
75
 
67
76
  The following arguments will be discarded. Please use new fields as soon as possible:
68
77
  """
@@ -99,7 +108,8 @@ class CommonBandwithPackageArgs:
99
108
  @pulumi.getter
100
109
  def bandwidth(self) -> pulumi.Input[str]:
101
110
  """
102
- The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
111
+ The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
112
+ Valid values: `1` to `1000`. Default value: `1`.
103
113
  """
104
114
  return pulumi.get(self, "bandwidth")
105
115
 
@@ -111,7 +121,7 @@ class CommonBandwithPackageArgs:
111
121
  @pulumi.getter(name="bandwidthPackageName")
112
122
  def bandwidth_package_name(self) -> Optional[pulumi.Input[str]]:
113
123
  """
114
- The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
124
+ The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
115
125
  """
116
126
  return pulumi.get(self, "bandwidth_package_name")
117
127
 
@@ -135,7 +145,8 @@ class CommonBandwithPackageArgs:
135
145
  @pulumi.getter
136
146
  def description(self) -> Optional[pulumi.Input[str]]:
137
147
  """
138
- The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
148
+ The description of the Internet Shared Bandwidth instance.
149
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
139
150
  """
140
151
  return pulumi.get(self, "description")
141
152
 
@@ -159,7 +170,12 @@ class CommonBandwithPackageArgs:
159
170
  @pulumi.getter(name="internetChargeType")
160
171
  def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
161
172
  """
162
- The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
173
+ Billing method of Internet Shared Bandwidth. Valid values:
174
+ `PayByTraffic`: billed by primary traffic.
175
+
176
+ - `PayByBandwidth` (default): Billing by bandwidth.
177
+ - `PayBy95`: Billed as Enhanced 95.
178
+ - `PayByDominantTraffic`: billed by primary traffic.
163
179
  """
164
180
  return pulumi.get(self, "internet_charge_type")
165
181
 
@@ -172,10 +188,12 @@ class CommonBandwithPackageArgs:
172
188
  def isp(self) -> Optional[pulumi.Input[str]]:
173
189
  """
174
190
  The line type. Valid values:
175
- - `BGP` All regions support BGP (Multi-ISP).
191
+
192
+ - `BGP` (default) All regions support BGP (Multi-ISP).
176
193
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
177
194
 
178
195
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
196
+
179
197
  - `ChinaTelecom`
180
198
  - `ChinaUnicom`
181
199
  - `ChinaMobile`
@@ -260,7 +278,7 @@ class CommonBandwithPackageArgs:
260
278
  @pulumi.getter
261
279
  def zone(self) -> Optional[pulumi.Input[str]]:
262
280
  """
263
- The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
281
+ The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
264
282
 
265
283
  The following arguments will be discarded. Please use new fields as soon as possible:
266
284
  """
@@ -292,18 +310,27 @@ class _CommonBandwithPackageState:
292
310
  zone: Optional[pulumi.Input[str]] = None):
293
311
  """
294
312
  Input properties used for looking up and filtering CommonBandwithPackage resources.
295
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
296
- :param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
313
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
314
+ Valid values: `1` to `1000`. Default value: `1`.
315
+ :param pulumi.Input[str] bandwidth_package_name: The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
297
316
  :param pulumi.Input[str] create_time: The creation time.
298
317
  :param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
299
- :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
318
+ :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance.
319
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
300
320
  :param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
301
- :param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
321
+ :param pulumi.Input[str] internet_charge_type: Billing method of Internet Shared Bandwidth. Valid values:
322
+ `PayByTraffic`: billed by primary traffic.
323
+
324
+ - `PayByBandwidth` (default): Billing by bandwidth.
325
+ - `PayBy95`: Billed as Enhanced 95.
326
+ - `PayByDominantTraffic`: billed by primary traffic.
302
327
  :param pulumi.Input[str] isp: The line type. Valid values:
303
- - `BGP` All regions support BGP (Multi-ISP).
328
+
329
+ - `BGP` (default) All regions support BGP (Multi-ISP).
304
330
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
305
331
 
306
332
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
333
+
307
334
  - `ChinaTelecom`
308
335
  - `ChinaUnicom`
309
336
  - `ChinaMobile`
@@ -323,7 +350,7 @@ class _CommonBandwithPackageState:
323
350
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
324
351
  :param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance. Default value: `Available`.
325
352
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
326
- :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
353
+ :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
327
354
 
328
355
  The following arguments will be discarded. Please use new fields as soon as possible:
329
356
  """
@@ -367,7 +394,8 @@ class _CommonBandwithPackageState:
367
394
  @pulumi.getter
368
395
  def bandwidth(self) -> Optional[pulumi.Input[str]]:
369
396
  """
370
- The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
397
+ The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
398
+ Valid values: `1` to `1000`. Default value: `1`.
371
399
  """
372
400
  return pulumi.get(self, "bandwidth")
373
401
 
@@ -379,7 +407,7 @@ class _CommonBandwithPackageState:
379
407
  @pulumi.getter(name="bandwidthPackageName")
380
408
  def bandwidth_package_name(self) -> Optional[pulumi.Input[str]]:
381
409
  """
382
- The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
410
+ The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
383
411
  """
384
412
  return pulumi.get(self, "bandwidth_package_name")
385
413
 
@@ -415,7 +443,8 @@ class _CommonBandwithPackageState:
415
443
  @pulumi.getter
416
444
  def description(self) -> Optional[pulumi.Input[str]]:
417
445
  """
418
- The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
446
+ The description of the Internet Shared Bandwidth instance.
447
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
419
448
  """
420
449
  return pulumi.get(self, "description")
421
450
 
@@ -439,7 +468,12 @@ class _CommonBandwithPackageState:
439
468
  @pulumi.getter(name="internetChargeType")
440
469
  def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
441
470
  """
442
- The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
471
+ Billing method of Internet Shared Bandwidth. Valid values:
472
+ `PayByTraffic`: billed by primary traffic.
473
+
474
+ - `PayByBandwidth` (default): Billing by bandwidth.
475
+ - `PayBy95`: Billed as Enhanced 95.
476
+ - `PayByDominantTraffic`: billed by primary traffic.
443
477
  """
444
478
  return pulumi.get(self, "internet_charge_type")
445
479
 
@@ -452,10 +486,12 @@ class _CommonBandwithPackageState:
452
486
  def isp(self) -> Optional[pulumi.Input[str]]:
453
487
  """
454
488
  The line type. Valid values:
455
- - `BGP` All regions support BGP (Multi-ISP).
489
+
490
+ - `BGP` (default) All regions support BGP (Multi-ISP).
456
491
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
457
492
 
458
493
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
494
+
459
495
  - `ChinaTelecom`
460
496
  - `ChinaUnicom`
461
497
  - `ChinaMobile`
@@ -564,7 +600,7 @@ class _CommonBandwithPackageState:
564
600
  @pulumi.getter
565
601
  def zone(self) -> Optional[pulumi.Input[str]]:
566
602
  """
567
- The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
603
+ The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
568
604
 
569
605
  The following arguments will be discarded. Please use new fields as soon as possible:
570
606
  """
@@ -597,7 +633,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
597
633
  """
598
634
  ## Import
599
635
 
600
- CBWP Common Bandwidth Package can be imported using the id, e.g.
636
+ EIP Bandwidth Plan (CBWP) Common Bandwidth Package can be imported using the id, e.g.
601
637
 
602
638
  ```sh
603
639
  $ pulumi import alicloud:vpc/commonBandwithPackage:CommonBandwithPackage example <id>
@@ -605,17 +641,26 @@ class CommonBandwithPackage(pulumi.CustomResource):
605
641
 
606
642
  :param str resource_name: The name of the resource.
607
643
  :param pulumi.ResourceOptions opts: Options for the resource.
608
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
609
- :param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
644
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
645
+ Valid values: `1` to `1000`. Default value: `1`.
646
+ :param pulumi.Input[str] bandwidth_package_name: The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
610
647
  :param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
611
- :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
648
+ :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance.
649
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
612
650
  :param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
613
- :param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
651
+ :param pulumi.Input[str] internet_charge_type: Billing method of Internet Shared Bandwidth. Valid values:
652
+ `PayByTraffic`: billed by primary traffic.
653
+
654
+ - `PayByBandwidth` (default): Billing by bandwidth.
655
+ - `PayBy95`: Billed as Enhanced 95.
656
+ - `PayByDominantTraffic`: billed by primary traffic.
614
657
  :param pulumi.Input[str] isp: The line type. Valid values:
615
- - `BGP` All regions support BGP (Multi-ISP).
658
+
659
+ - `BGP` (default) All regions support BGP (Multi-ISP).
616
660
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
617
661
 
618
662
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
663
+
619
664
  - `ChinaTelecom`
620
665
  - `ChinaUnicom`
621
666
  - `ChinaMobile`
@@ -633,7 +678,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
633
678
  > **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
634
679
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
635
680
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
636
- :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
681
+ :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
637
682
 
638
683
  The following arguments will be discarded. Please use new fields as soon as possible:
639
684
  """
@@ -646,7 +691,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
646
691
  """
647
692
  ## Import
648
693
 
649
- CBWP Common Bandwidth Package can be imported using the id, e.g.
694
+ EIP Bandwidth Plan (CBWP) Common Bandwidth Package can be imported using the id, e.g.
650
695
 
651
696
  ```sh
652
697
  $ pulumi import alicloud:vpc/commonBandwithPackage:CommonBandwithPackage example <id>
@@ -740,18 +785,27 @@ class CommonBandwithPackage(pulumi.CustomResource):
740
785
  :param str resource_name: The unique name of the resulting resource.
741
786
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
742
787
  :param pulumi.ResourceOptions opts: Options for the resource.
743
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
744
- :param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
788
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
789
+ Valid values: `1` to `1000`. Default value: `1`.
790
+ :param pulumi.Input[str] bandwidth_package_name: The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
745
791
  :param pulumi.Input[str] create_time: The creation time.
746
792
  :param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
747
- :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
793
+ :param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance.
794
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
748
795
  :param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
749
- :param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
796
+ :param pulumi.Input[str] internet_charge_type: Billing method of Internet Shared Bandwidth. Valid values:
797
+ `PayByTraffic`: billed by primary traffic.
798
+
799
+ - `PayByBandwidth` (default): Billing by bandwidth.
800
+ - `PayBy95`: Billed as Enhanced 95.
801
+ - `PayByDominantTraffic`: billed by primary traffic.
750
802
  :param pulumi.Input[str] isp: The line type. Valid values:
751
- - `BGP` All regions support BGP (Multi-ISP).
803
+
804
+ - `BGP` (default) All regions support BGP (Multi-ISP).
752
805
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
753
806
 
754
807
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
808
+
755
809
  - `ChinaTelecom`
756
810
  - `ChinaUnicom`
757
811
  - `ChinaMobile`
@@ -771,7 +825,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
771
825
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
772
826
  :param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance. Default value: `Available`.
773
827
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
774
- :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
828
+ :param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
775
829
 
776
830
  The following arguments will be discarded. Please use new fields as soon as possible:
777
831
  """
@@ -801,7 +855,8 @@ class CommonBandwithPackage(pulumi.CustomResource):
801
855
  @pulumi.getter
802
856
  def bandwidth(self) -> pulumi.Output[str]:
803
857
  """
804
- The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
858
+ The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
859
+ Valid values: `1` to `1000`. Default value: `1`.
805
860
  """
806
861
  return pulumi.get(self, "bandwidth")
807
862
 
@@ -809,7 +864,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
809
864
  @pulumi.getter(name="bandwidthPackageName")
810
865
  def bandwidth_package_name(self) -> pulumi.Output[str]:
811
866
  """
812
- The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
867
+ The description of the EIP bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
813
868
  """
814
869
  return pulumi.get(self, "bandwidth_package_name")
815
870
 
@@ -833,7 +888,8 @@ class CommonBandwithPackage(pulumi.CustomResource):
833
888
  @pulumi.getter
834
889
  def description(self) -> pulumi.Output[Optional[str]]:
835
890
  """
836
- The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
891
+ The description of the Internet Shared Bandwidth instance.
892
+ The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.
837
893
  """
838
894
  return pulumi.get(self, "description")
839
895
 
@@ -849,7 +905,12 @@ class CommonBandwithPackage(pulumi.CustomResource):
849
905
  @pulumi.getter(name="internetChargeType")
850
906
  def internet_charge_type(self) -> pulumi.Output[Optional[str]]:
851
907
  """
852
- The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
908
+ Billing method of Internet Shared Bandwidth. Valid values:
909
+ `PayByTraffic`: billed by primary traffic.
910
+
911
+ - `PayByBandwidth` (default): Billing by bandwidth.
912
+ - `PayBy95`: Billed as Enhanced 95.
913
+ - `PayByDominantTraffic`: billed by primary traffic.
853
914
  """
854
915
  return pulumi.get(self, "internet_charge_type")
855
916
 
@@ -858,10 +919,12 @@ class CommonBandwithPackage(pulumi.CustomResource):
858
919
  def isp(self) -> pulumi.Output[str]:
859
920
  """
860
921
  The line type. Valid values:
861
- - `BGP` All regions support BGP (Multi-ISP).
922
+
923
+ - `BGP` (default) All regions support BGP (Multi-ISP).
862
924
  - `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
863
925
 
864
926
  If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
927
+
865
928
  - `ChinaTelecom`
866
929
  - `ChinaUnicom`
867
930
  - `ChinaMobile`
@@ -938,7 +1001,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
938
1001
  @pulumi.getter
939
1002
  def zone(self) -> pulumi.Output[Optional[str]]:
940
1003
  """
941
- The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
1004
+ The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
942
1005
 
943
1006
  The following arguments will be discarded. Please use new fields as soon as possible:
944
1007
  """
@@ -261,7 +261,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
261
261
 
262
262
  ## Import
263
263
 
264
- CBWP Common Bandwidth Package Attachment can be imported using the id, e.g.
264
+ EIP Bandwidth Plan (CBWP) Common Bandwidth Package Attachment can be imported using the id, e.g.
265
265
 
266
266
  ```sh
267
267
  $ pulumi import alicloud:vpc/commonBandwithPackageAttachment:CommonBandwithPackageAttachment example <bandwidth_package_id>:<instance_id>
@@ -313,7 +313,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
313
313
 
314
314
  ## Import
315
315
 
316
- CBWP Common Bandwidth Package Attachment can be imported using the id, e.g.
316
+ EIP Bandwidth Plan (CBWP) Common Bandwidth Package Attachment can be imported using the id, e.g.
317
317
 
318
318
  ```sh
319
319
  $ pulumi import alicloud:vpc/commonBandwithPackageAttachment:CommonBandwithPackageAttachment example <bandwidth_package_id>:<instance_id>