pulumi-alicloud 3.58.0__py3-none-any.whl → 3.58.0a1718943944__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 (185) hide show
  1. pulumi_alicloud/__init__.py +0 -24
  2. pulumi_alicloud/_inputs.py +9 -9
  3. pulumi_alicloud/_utilities.py +0 -35
  4. pulumi_alicloud/actiontrail/get_trails.py +3 -1
  5. pulumi_alicloud/actiontrail/get_trails_deprecated.py +3 -1
  6. pulumi_alicloud/actiontrail/trail.py +27 -9
  7. pulumi_alicloud/actiontrail/trail_deprecated.py +27 -9
  8. pulumi_alicloud/adb/cluster.py +18 -6
  9. pulumi_alicloud/adb/db_cluster.py +18 -6
  10. pulumi_alicloud/alb/__init__.py +0 -1
  11. pulumi_alicloud/alb/acl.py +9 -3
  12. pulumi_alicloud/alb/get_load_balancers.py +3 -1
  13. pulumi_alicloud/alb/listener.py +9 -3
  14. pulumi_alicloud/alb/outputs.py +3 -1
  15. pulumi_alicloud/alikafka/instance.py +9 -3
  16. pulumi_alicloud/cas/certificate.py +9 -3
  17. pulumi_alicloud/cas/outputs.py +6 -2
  18. pulumi_alicloud/cas/service_certificate.py +9 -3
  19. pulumi_alicloud/cddc/dedicated_host_account.py +0 -4
  20. pulumi_alicloud/cddc/dedicated_host_group.py +0 -4
  21. pulumi_alicloud/cdn/domain.py +135 -45
  22. pulumi_alicloud/cen/__init__.py +0 -1
  23. pulumi_alicloud/cen/bandwidth_package.py +27 -9
  24. pulumi_alicloud/cen/instance.py +9 -3
  25. pulumi_alicloud/cen/transit_router_vpc_attachment.py +18 -6
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +9 -3
  27. pulumi_alicloud/cfg/compliance_pack.py +9 -3
  28. pulumi_alicloud/cfg/get_rules.py +3 -1
  29. pulumi_alicloud/cfg/rule.py +27 -9
  30. pulumi_alicloud/clickhouse/account.py +18 -6
  31. pulumi_alicloud/cloudfirewall/instance.py +9 -3
  32. pulumi_alicloud/cloudstoragegateway/gateway.py +69 -69
  33. pulumi_alicloud/cms/alarm.py +27 -9
  34. pulumi_alicloud/config/outputs.py +6 -6
  35. pulumi_alicloud/cs/_inputs.py +6 -2
  36. pulumi_alicloud/cs/cluster.py +9 -3
  37. pulumi_alicloud/cs/edge_kubernetes.py +18 -6
  38. pulumi_alicloud/cs/kubernetes.py +9 -3
  39. pulumi_alicloud/cs/kubernetes_addon.py +2 -2
  40. pulumi_alicloud/cs/node_pool.py +52 -22
  41. pulumi_alicloud/cs/outputs.py +6 -2
  42. pulumi_alicloud/cs/serverless_kubernetes.py +27 -9
  43. pulumi_alicloud/cs/swarm.py +9 -3
  44. pulumi_alicloud/databasefilesystem/instance.py +18 -6
  45. pulumi_alicloud/ddos/__init__.py +0 -1
  46. pulumi_alicloud/ddos/_inputs.py +0 -712
  47. pulumi_alicloud/ddos/bgp_ip.py +2 -53
  48. pulumi_alicloud/ddos/outputs.py +0 -666
  49. pulumi_alicloud/dms/enterprise_instance.py +15 -5
  50. pulumi_alicloud/dms/enterprise_user.py +9 -3
  51. pulumi_alicloud/dns/domain_group.py +9 -3
  52. pulumi_alicloud/drds/get_instances.py +3 -1
  53. pulumi_alicloud/eci/_inputs.py +0 -12
  54. pulumi_alicloud/eci/outputs.py +0 -8
  55. pulumi_alicloud/ecs/copy_image.py +9 -3
  56. pulumi_alicloud/ecs/disk.py +18 -6
  57. pulumi_alicloud/ecs/ecs_disk.py +25 -13
  58. pulumi_alicloud/ecs/ecs_key_pair.py +9 -3
  59. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +9 -3
  60. pulumi_alicloud/ecs/ecs_launch_template.py +55 -160
  61. pulumi_alicloud/ecs/ecs_network_interface.py +45 -15
  62. pulumi_alicloud/ecs/ecs_snapshot.py +9 -3
  63. pulumi_alicloud/ecs/eip.py +19 -7
  64. pulumi_alicloud/ecs/eip_address.py +317 -501
  65. pulumi_alicloud/ecs/eip_association.py +58 -205
  66. pulumi_alicloud/ecs/eip_segment_address.py +133 -311
  67. pulumi_alicloud/ecs/get_disks.py +6 -2
  68. pulumi_alicloud/ecs/get_ecs_disks.py +6 -2
  69. pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -1
  70. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +6 -2
  71. pulumi_alicloud/ecs/get_eip_addresses.py +6 -2
  72. pulumi_alicloud/ecs/get_eips.py +6 -2
  73. pulumi_alicloud/ecs/get_key_pairs.py +3 -1
  74. pulumi_alicloud/ecs/get_network_interfaces.py +6 -2
  75. pulumi_alicloud/ecs/image.py +9 -3
  76. pulumi_alicloud/ecs/image_copy.py +9 -3
  77. pulumi_alicloud/ecs/instance.py +24 -26
  78. pulumi_alicloud/ecs/key_pair.py +9 -3
  79. pulumi_alicloud/ecs/key_pair_attachment.py +9 -3
  80. pulumi_alicloud/ecs/launch_template.py +55 -121
  81. pulumi_alicloud/ecs/reserved_instance.py +9 -3
  82. pulumi_alicloud/ecs/security_group.py +9 -3
  83. pulumi_alicloud/ecs/snapshot.py +9 -3
  84. pulumi_alicloud/edas/k8s_application.py +36 -12
  85. pulumi_alicloud/eds/outputs.py +6 -2
  86. pulumi_alicloud/eds/simple_office_site.py +18 -6
  87. pulumi_alicloud/ess/_inputs.py +3 -89
  88. pulumi_alicloud/ess/alarm.py +38 -132
  89. pulumi_alicloud/ess/outputs.py +3 -88
  90. pulumi_alicloud/ess/scaling_configuration.py +18 -6
  91. pulumi_alicloud/ess/scaling_group.py +16 -151
  92. pulumi_alicloud/ga/accelerator.py +0 -47
  93. pulumi_alicloud/ga/acl.py +9 -50
  94. pulumi_alicloud/ga/bandwidth_package.py +12 -57
  95. pulumi_alicloud/ga/basic_accelerator.py +8 -55
  96. pulumi_alicloud/gpdb/instance.py +45 -15
  97. pulumi_alicloud/hbr/ecs_backup_plan.py +9 -3
  98. pulumi_alicloud/hbr/nas_backup_plan.py +9 -3
  99. pulumi_alicloud/hbr/ots_backup_plan.py +9 -3
  100. pulumi_alicloud/kms/key.py +27 -9
  101. pulumi_alicloud/kvstore/_inputs.py +6 -2
  102. pulumi_alicloud/kvstore/get_instance_classes.py +9 -3
  103. pulumi_alicloud/kvstore/instance.py +69 -124
  104. pulumi_alicloud/kvstore/outputs.py +6 -2
  105. pulumi_alicloud/lindorm/instance.py +9 -3
  106. pulumi_alicloud/log/_inputs.py +3 -1
  107. pulumi_alicloud/log/alert.py +63 -21
  108. pulumi_alicloud/log/oss_shipper.py +0 -4
  109. pulumi_alicloud/log/outputs.py +3 -1
  110. pulumi_alicloud/log/project.py +9 -3
  111. pulumi_alicloud/log/store.py +18 -6
  112. pulumi_alicloud/mongodb/sharding_instance.py +7 -54
  113. pulumi_alicloud/nas/access_group.py +18 -6
  114. pulumi_alicloud/nas/get_access_groups.py +3 -1
  115. pulumi_alicloud/nas/get_mount_targets.py +6 -2
  116. pulumi_alicloud/nlb/server_group.py +9 -3
  117. pulumi_alicloud/oss/bucket.py +18 -6
  118. pulumi_alicloud/oss/bucket_policy.py +2 -2
  119. pulumi_alicloud/oss/bucket_referer.py +2 -2
  120. pulumi_alicloud/provider.py +24 -8
  121. pulumi_alicloud/pulumi-plugin.json +1 -1
  122. pulumi_alicloud/pvtz/zone.py +9 -3
  123. pulumi_alicloud/pvtz/zone_record.py +9 -3
  124. pulumi_alicloud/ram/policy.py +36 -12
  125. pulumi_alicloud/ram/role.py +27 -9
  126. pulumi_alicloud/rds/account.py +45 -15
  127. pulumi_alicloud/rds/backup_policy.py +45 -15
  128. pulumi_alicloud/rds/get_zones.py +3 -1
  129. pulumi_alicloud/rds/instance.py +18 -27
  130. pulumi_alicloud/rds/rds_account.py +45 -15
  131. pulumi_alicloud/resourcemanager/policy.py +9 -3
  132. pulumi_alicloud/resourcemanager/policy_version.py +9 -3
  133. pulumi_alicloud/resourcemanager/resource_group.py +9 -3
  134. pulumi_alicloud/rocketmq/group.py +9 -3
  135. pulumi_alicloud/rocketmq/instance.py +9 -3
  136. pulumi_alicloud/rocketmq/topic.py +18 -6
  137. pulumi_alicloud/sae/application.py +90 -30
  138. pulumi_alicloud/scdn/domain.py +9 -3
  139. pulumi_alicloud/servicecatalog/get_launch_options.py +3 -1
  140. pulumi_alicloud/servicecatalog/get_product_versions.py +3 -1
  141. pulumi_alicloud/servicecatalog/get_provisioned_products.py +3 -1
  142. pulumi_alicloud/slb/acl.py +9 -3
  143. pulumi_alicloud/slb/application_load_balancer.py +18 -6
  144. pulumi_alicloud/slb/ca_certificate.py +9 -3
  145. pulumi_alicloud/slb/get_application_load_balancers.py +3 -1
  146. pulumi_alicloud/slb/get_load_balancers.py +3 -1
  147. pulumi_alicloud/slb/get_zones.py +3 -1
  148. pulumi_alicloud/slb/listener.py +27 -9
  149. pulumi_alicloud/slb/load_balancer.py +18 -6
  150. pulumi_alicloud/slb/outputs.py +3 -1
  151. pulumi_alicloud/slb/server_certificate.py +18 -6
  152. pulumi_alicloud/slb/server_group.py +9 -3
  153. pulumi_alicloud/threatdetection/instance.py +9 -3
  154. pulumi_alicloud/vpc/common_bandwith_package.py +129 -200
  155. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -58
  156. pulumi_alicloud/vpc/dhcp_options_set.py +9 -3
  157. pulumi_alicloud/vpc/forward_entry.py +9 -3
  158. pulumi_alicloud/vpc/ha_vip.py +9 -3
  159. pulumi_alicloud/vpc/ha_vip_attachment.py +9 -3
  160. pulumi_alicloud/vpc/ha_vipv2.py +9 -3
  161. pulumi_alicloud/vpc/ipv6_gateway.py +9 -3
  162. pulumi_alicloud/vpc/network.py +24 -8
  163. pulumi_alicloud/vpc/network_acl.py +9 -3
  164. pulumi_alicloud/vpc/network_interface.py +45 -15
  165. pulumi_alicloud/vpc/route_entry.py +9 -3
  166. pulumi_alicloud/vpc/route_table.py +9 -3
  167. pulumi_alicloud/vpc/router_interface.py +39 -13
  168. pulumi_alicloud/vpc/router_interface_connection.py +2 -2
  169. pulumi_alicloud/vpc/subnet.py +18 -6
  170. pulumi_alicloud/vpc/switch.py +18 -6
  171. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +9 -3
  172. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +9 -3
  173. pulumi_alicloud/vpn/connection.py +9 -3
  174. pulumi_alicloud/vpn/customer_gateway.py +9 -3
  175. pulumi_alicloud/vpn/gateway.py +18 -6
  176. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +3 -1
  177. pulumi_alicloud/vpn/get_gateways.py +3 -1
  178. pulumi_alicloud/waf/domain.py +9 -3
  179. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/METADATA +1 -1
  180. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/RECORD +182 -185
  181. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/WHEEL +1 -1
  182. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +0 -327
  183. pulumi_alicloud/cen/transit_router_ecr_attachment.py +0 -584
  184. pulumi_alicloud/ddos/bgp_policy.py +0 -343
  185. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/top_level.txt +0 -0
@@ -21,15 +21,11 @@ class CommonBandwithPackageAttachmentArgs:
21
21
  ip_type: Optional[pulumi.Input[str]] = None):
22
22
  """
23
23
  The set of arguments for constructing a CommonBandwithPackageAttachment resource.
24
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
25
- :param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
26
-
27
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
28
-
29
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
30
- :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
24
+ :param pulumi.Input[str] bandwidth_package_id: The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
25
+ :param pulumi.Input[str] instance_id: The instance_id of the common bandwidth package attachment, the field can't be changed.
26
+ :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
31
27
  :param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
32
- :param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
28
+ :param pulumi.Input[str] ip_type: IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
33
29
  """
34
30
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
35
31
  pulumi.set(__self__, "instance_id", instance_id)
@@ -44,7 +40,7 @@ class CommonBandwithPackageAttachmentArgs:
44
40
  @pulumi.getter(name="bandwidthPackageId")
45
41
  def bandwidth_package_id(self) -> pulumi.Input[str]:
46
42
  """
47
- The ID of the Internet Shared Bandwidth instance.
43
+ The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
48
44
  """
49
45
  return pulumi.get(self, "bandwidth_package_id")
50
46
 
@@ -56,11 +52,7 @@ class CommonBandwithPackageAttachmentArgs:
56
52
  @pulumi.getter(name="instanceId")
57
53
  def instance_id(self) -> pulumi.Input[str]:
58
54
  """
59
- The ID of the EIP that you want to query.
60
-
61
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
62
-
63
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
55
+ The instance_id of the common bandwidth package attachment, the field can't be changed.
64
56
  """
65
57
  return pulumi.get(self, "instance_id")
66
58
 
@@ -72,7 +64,7 @@ class CommonBandwithPackageAttachmentArgs:
72
64
  @pulumi.getter(name="bandwidthPackageBandwidth")
73
65
  def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[str]]:
74
66
  """
75
- The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
67
+ The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
76
68
  """
77
69
  return pulumi.get(self, "bandwidth_package_bandwidth")
78
70
 
@@ -96,7 +88,7 @@ class CommonBandwithPackageAttachmentArgs:
96
88
  @pulumi.getter(name="ipType")
97
89
  def ip_type(self) -> Optional[pulumi.Input[str]]:
98
90
  """
99
- The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
91
+ IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
100
92
  """
101
93
  return pulumi.get(self, "ip_type")
102
94
 
@@ -116,15 +108,11 @@ class _CommonBandwithPackageAttachmentState:
116
108
  status: Optional[pulumi.Input[str]] = None):
117
109
  """
118
110
  Input properties used for looking up and filtering CommonBandwithPackageAttachment resources.
119
- :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
120
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
111
+ :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
112
+ :param pulumi.Input[str] bandwidth_package_id: The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
121
113
  :param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
122
- :param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
123
-
124
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
125
-
126
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
127
- :param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
114
+ :param pulumi.Input[str] instance_id: The instance_id of the common bandwidth package attachment, the field can't be changed.
115
+ :param pulumi.Input[str] ip_type: IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
128
116
  :param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance.
129
117
  """
130
118
  if bandwidth_package_bandwidth is not None:
@@ -144,7 +132,7 @@ class _CommonBandwithPackageAttachmentState:
144
132
  @pulumi.getter(name="bandwidthPackageBandwidth")
145
133
  def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[str]]:
146
134
  """
147
- The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
135
+ The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
148
136
  """
149
137
  return pulumi.get(self, "bandwidth_package_bandwidth")
150
138
 
@@ -156,7 +144,7 @@ class _CommonBandwithPackageAttachmentState:
156
144
  @pulumi.getter(name="bandwidthPackageId")
157
145
  def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
158
146
  """
159
- The ID of the Internet Shared Bandwidth instance.
147
+ The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
160
148
  """
161
149
  return pulumi.get(self, "bandwidth_package_id")
162
150
 
@@ -180,11 +168,7 @@ class _CommonBandwithPackageAttachmentState:
180
168
  @pulumi.getter(name="instanceId")
181
169
  def instance_id(self) -> Optional[pulumi.Input[str]]:
182
170
  """
183
- The ID of the EIP that you want to query.
184
-
185
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
186
-
187
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
171
+ The instance_id of the common bandwidth package attachment, the field can't be changed.
188
172
  """
189
173
  return pulumi.get(self, "instance_id")
190
174
 
@@ -196,7 +180,7 @@ class _CommonBandwithPackageAttachmentState:
196
180
  @pulumi.getter(name="ipType")
197
181
  def ip_type(self) -> Optional[pulumi.Input[str]]:
198
182
  """
199
- The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
183
+ IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
200
184
  """
201
185
  return pulumi.get(self, "ip_type")
202
186
 
@@ -256,7 +240,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
256
240
 
257
241
  ## Import
258
242
 
259
- CBWP Common Bandwidth Package Attachment can be imported using the id, e.g.
243
+ cbwp Common Bandwidth Package Attachment can be imported using the id, e.g.
260
244
 
261
245
  ```sh
262
246
  $ pulumi import alicloud:vpc/commonBandwithPackageAttachment:CommonBandwithPackageAttachment example <bandwidth_package_id>:<instance_id>
@@ -264,15 +248,11 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
264
248
 
265
249
  :param str resource_name: The name of the resource.
266
250
  :param pulumi.ResourceOptions opts: Options for the resource.
267
- :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
268
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
251
+ :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
252
+ :param pulumi.Input[str] bandwidth_package_id: The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
269
253
  :param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
270
- :param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
271
-
272
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
273
-
274
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
275
- :param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
254
+ :param pulumi.Input[str] instance_id: The instance_id of the common bandwidth package attachment, the field can't be changed.
255
+ :param pulumi.Input[str] ip_type: IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
276
256
  """
277
257
  ...
278
258
  @overload
@@ -308,7 +288,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
308
288
 
309
289
  ## Import
310
290
 
311
- CBWP Common Bandwidth Package Attachment can be imported using the id, e.g.
291
+ cbwp Common Bandwidth Package Attachment can be imported using the id, e.g.
312
292
 
313
293
  ```sh
314
294
  $ pulumi import alicloud:vpc/commonBandwithPackageAttachment:CommonBandwithPackageAttachment example <bandwidth_package_id>:<instance_id>
@@ -376,15 +356,11 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
376
356
  :param str resource_name: The unique name of the resulting resource.
377
357
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
378
358
  :param pulumi.ResourceOptions opts: Options for the resource.
379
- :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
380
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
359
+ :param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
360
+ :param pulumi.Input[str] bandwidth_package_id: The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
381
361
  :param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
382
- :param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
383
-
384
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
385
-
386
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
387
- :param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
362
+ :param pulumi.Input[str] instance_id: The instance_id of the common bandwidth package attachment, the field can't be changed.
363
+ :param pulumi.Input[str] ip_type: IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
388
364
  :param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance.
389
365
  """
390
366
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -403,7 +379,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
403
379
  @pulumi.getter(name="bandwidthPackageBandwidth")
404
380
  def bandwidth_package_bandwidth(self) -> pulumi.Output[str]:
405
381
  """
406
- The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
382
+ The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the EIP bandwidth plan. Unit: Mbit/s.
407
383
  """
408
384
  return pulumi.get(self, "bandwidth_package_bandwidth")
409
385
 
@@ -411,7 +387,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
411
387
  @pulumi.getter(name="bandwidthPackageId")
412
388
  def bandwidth_package_id(self) -> pulumi.Output[str]:
413
389
  """
414
- The ID of the Internet Shared Bandwidth instance.
390
+ The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
415
391
  """
416
392
  return pulumi.get(self, "bandwidth_package_id")
417
393
 
@@ -427,11 +403,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
427
403
  @pulumi.getter(name="instanceId")
428
404
  def instance_id(self) -> pulumi.Output[str]:
429
405
  """
430
- The ID of the EIP that you want to query.
431
-
432
- You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
433
-
434
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
406
+ The instance_id of the common bandwidth package attachment, the field can't be changed.
435
407
  """
436
408
  return pulumi.get(self, "instance_id")
437
409
 
@@ -439,7 +411,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
439
411
  @pulumi.getter(name="ipType")
440
412
  def ip_type(self) -> pulumi.Output[Optional[str]]:
441
413
  """
442
- The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
414
+ IP type. Set the value to **EIP**, which indicates that the EIP is added to the Internet shared bandwidth.
443
415
  """
444
416
  return pulumi.get(self, "ip_type")
445
417
 
@@ -67,11 +67,13 @@ class DhcpOptionsSetArgs:
67
67
 
68
68
  @property
69
69
  @pulumi.getter(name="associateVpcs")
70
- @_utilities.deprecated("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
71
70
  def associate_vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DhcpOptionsSetAssociateVpcArgs']]]]:
72
71
  """
73
72
  Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
74
73
  """
74
+ warnings.warn("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""", DeprecationWarning)
75
+ pulumi.log.warn("""associate_vpcs is deprecated: Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
76
+
75
77
  return pulumi.get(self, "associate_vpcs")
76
78
 
77
79
  @associate_vpcs.setter
@@ -251,11 +253,13 @@ class _DhcpOptionsSetState:
251
253
 
252
254
  @property
253
255
  @pulumi.getter(name="associateVpcs")
254
- @_utilities.deprecated("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
255
256
  def associate_vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DhcpOptionsSetAssociateVpcArgs']]]]:
256
257
  """
257
258
  Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
258
259
  """
260
+ warnings.warn("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""", DeprecationWarning)
261
+ pulumi.log.warn("""associate_vpcs is deprecated: Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
262
+
259
263
  return pulumi.get(self, "associate_vpcs")
260
264
 
261
265
  @associate_vpcs.setter
@@ -618,11 +622,13 @@ class DhcpOptionsSet(pulumi.CustomResource):
618
622
 
619
623
  @property
620
624
  @pulumi.getter(name="associateVpcs")
621
- @_utilities.deprecated("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
622
625
  def associate_vpcs(self) -> pulumi.Output[Sequence['outputs.DhcpOptionsSetAssociateVpc']]:
623
626
  """
624
627
  Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
625
628
  """
629
+ warnings.warn("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""", DeprecationWarning)
630
+ pulumi.log.warn("""associate_vpcs is deprecated: Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
631
+
626
632
  return pulumi.get(self, "associate_vpcs")
627
633
 
628
634
  @property
@@ -139,11 +139,13 @@ class ForwardEntryArgs:
139
139
 
140
140
  @property
141
141
  @pulumi.getter
142
- @_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
143
142
  def name(self) -> Optional[pulumi.Input[str]]:
144
143
  """
145
144
  Field `name` has been deprecated from provider version 1.119.1. New field `forward_entry_name` instead.
146
145
  """
146
+ warnings.warn("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""", DeprecationWarning)
147
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
148
+
147
149
  return pulumi.get(self, "name")
148
150
 
149
151
  @name.setter
@@ -319,11 +321,13 @@ class _ForwardEntryState:
319
321
 
320
322
  @property
321
323
  @pulumi.getter
322
- @_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
323
324
  def name(self) -> Optional[pulumi.Input[str]]:
324
325
  """
325
326
  Field `name` has been deprecated from provider version 1.119.1. New field `forward_entry_name` instead.
326
327
  """
328
+ warnings.warn("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""", DeprecationWarning)
329
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
330
+
327
331
  return pulumi.get(self, "name")
328
332
 
329
333
  @name.setter
@@ -675,11 +679,13 @@ class ForwardEntry(pulumi.CustomResource):
675
679
 
676
680
  @property
677
681
  @pulumi.getter
678
- @_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
679
682
  def name(self) -> pulumi.Output[str]:
680
683
  """
681
684
  Field `name` has been deprecated from provider version 1.119.1. New field `forward_entry_name` instead.
682
685
  """
686
+ warnings.warn("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""", DeprecationWarning)
687
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
688
+
683
689
  return pulumi.get(self, "name")
684
690
 
685
691
  @property
@@ -86,11 +86,13 @@ class HAVipArgs:
86
86
 
87
87
  @property
88
88
  @pulumi.getter(name="havipName")
89
- @_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
90
89
  def havip_name(self) -> Optional[pulumi.Input[str]]:
91
90
  """
92
91
  The name of the HaVip instance.
93
92
  """
93
+ warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
94
+ pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
95
+
94
96
  return pulumi.get(self, "havip_name")
95
97
 
96
98
  @havip_name.setter
@@ -294,11 +296,13 @@ class _HAVipState:
294
296
 
295
297
  @property
296
298
  @pulumi.getter(name="havipName")
297
- @_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
298
299
  def havip_name(self) -> Optional[pulumi.Input[str]]:
299
300
  """
300
301
  The name of the HaVip instance.
301
302
  """
303
+ warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
304
+ pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
305
+
302
306
  return pulumi.get(self, "havip_name")
303
307
 
304
308
  @havip_name.setter
@@ -668,11 +672,13 @@ class HAVip(pulumi.CustomResource):
668
672
 
669
673
  @property
670
674
  @pulumi.getter(name="havipName")
671
- @_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
672
675
  def havip_name(self) -> pulumi.Output[str]:
673
676
  """
674
677
  The name of the HaVip instance.
675
678
  """
679
+ warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
680
+ pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
681
+
676
682
  return pulumi.get(self, "havip_name")
677
683
 
678
684
  @property
@@ -86,11 +86,13 @@ class HAVipAttachmentArgs:
86
86
 
87
87
  @property
88
88
  @pulumi.getter(name="havipId")
89
- @_utilities.deprecated("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
90
89
  def havip_id(self) -> Optional[pulumi.Input[str]]:
91
90
  """
92
91
  . Field 'havip_id' has been deprecated from provider version 1.211.0. New field 'ha_vip_id' instead.
93
92
  """
93
+ warnings.warn("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""", DeprecationWarning)
94
+ pulumi.log.warn("""havip_id is deprecated: Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
95
+
94
96
  return pulumi.get(self, "havip_id")
95
97
 
96
98
  @havip_id.setter
@@ -180,11 +182,13 @@ class _HAVipAttachmentState:
180
182
 
181
183
  @property
182
184
  @pulumi.getter(name="havipId")
183
- @_utilities.deprecated("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
184
185
  def havip_id(self) -> Optional[pulumi.Input[str]]:
185
186
  """
186
187
  . Field 'havip_id' has been deprecated from provider version 1.211.0. New field 'ha_vip_id' instead.
187
188
  """
189
+ warnings.warn("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""", DeprecationWarning)
190
+ pulumi.log.warn("""havip_id is deprecated: Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
191
+
188
192
  return pulumi.get(self, "havip_id")
189
193
 
190
194
  @havip_id.setter
@@ -481,11 +485,13 @@ class HAVipAttachment(pulumi.CustomResource):
481
485
 
482
486
  @property
483
487
  @pulumi.getter(name="havipId")
484
- @_utilities.deprecated("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
485
488
  def havip_id(self) -> pulumi.Output[str]:
486
489
  """
487
490
  . Field 'havip_id' has been deprecated from provider version 1.211.0. New field 'ha_vip_id' instead.
488
491
  """
492
+ warnings.warn("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""", DeprecationWarning)
493
+ pulumi.log.warn("""havip_id is deprecated: Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
494
+
489
495
  return pulumi.get(self, "havip_id")
490
496
 
491
497
  @property
@@ -90,11 +90,13 @@ class HaVipv2Args:
90
90
 
91
91
  @property
92
92
  @pulumi.getter(name="havipName")
93
- @_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
94
93
  def havip_name(self) -> Optional[pulumi.Input[str]]:
95
94
  """
96
95
  Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
97
96
  """
97
+ warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
98
+ pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
99
+
98
100
  return pulumi.get(self, "havip_name")
99
101
 
100
102
  @havip_name.setter
@@ -296,11 +298,13 @@ class _HaVipv2State:
296
298
 
297
299
  @property
298
300
  @pulumi.getter(name="havipName")
299
- @_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
300
301
  def havip_name(self) -> Optional[pulumi.Input[str]]:
301
302
  """
302
303
  Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
303
304
  """
305
+ warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
306
+ pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
307
+
304
308
  return pulumi.get(self, "havip_name")
305
309
 
306
310
  @havip_name.setter
@@ -702,11 +706,13 @@ class HaVipv2(pulumi.CustomResource):
702
706
 
703
707
  @property
704
708
  @pulumi.getter(name="havipName")
705
- @_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
706
709
  def havip_name(self) -> pulumi.Output[str]:
707
710
  """
708
711
  Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
709
712
  """
713
+ warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
714
+ pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
715
+
710
716
  return pulumi.get(self, "havip_name")
711
717
 
712
718
  @property
@@ -94,11 +94,13 @@ class Ipv6GatewayArgs:
94
94
 
95
95
  @property
96
96
  @pulumi.getter
97
- @_utilities.deprecated("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
98
97
  def spec(self) -> Optional[pulumi.Input[str]]:
99
98
  """
100
99
  IPv6 gateways do not distinguish between specifications. This parameter is no longer used.
101
100
  """
101
+ warnings.warn("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""", DeprecationWarning)
102
+ pulumi.log.warn("""spec is deprecated: Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
103
+
102
104
  return pulumi.get(self, "spec")
103
105
 
104
106
  @spec.setter
@@ -274,11 +276,13 @@ class _Ipv6GatewayState:
274
276
 
275
277
  @property
276
278
  @pulumi.getter
277
- @_utilities.deprecated("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
278
279
  def spec(self) -> Optional[pulumi.Input[str]]:
279
280
  """
280
281
  IPv6 gateways do not distinguish between specifications. This parameter is no longer used.
281
282
  """
283
+ warnings.warn("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""", DeprecationWarning)
284
+ pulumi.log.warn("""spec is deprecated: Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
285
+
282
286
  return pulumi.get(self, "spec")
283
287
 
284
288
  @spec.setter
@@ -605,11 +609,13 @@ class Ipv6Gateway(pulumi.CustomResource):
605
609
 
606
610
  @property
607
611
  @pulumi.getter
608
- @_utilities.deprecated("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
609
612
  def spec(self) -> pulumi.Output[str]:
610
613
  """
611
614
  IPv6 gateways do not distinguish between specifications. This parameter is no longer used.
612
615
  """
616
+ warnings.warn("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""", DeprecationWarning)
617
+ pulumi.log.warn("""spec is deprecated: Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
618
+
613
619
  return pulumi.get(self, "spec")
614
620
 
615
621
  @property
@@ -180,11 +180,13 @@ class NetworkArgs:
180
180
 
181
181
  @property
182
182
  @pulumi.getter
183
- @_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
184
183
  def name(self) -> Optional[pulumi.Input[str]]:
185
184
  """
186
185
  . Field 'name' has been deprecated from provider version 1.119.0. New field 'vpc_name' instead.
187
186
  """
187
+ warnings.warn("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""", DeprecationWarning)
188
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
189
+
188
190
  return pulumi.get(self, "name")
189
191
 
190
192
  @name.setter
@@ -205,11 +207,13 @@ class NetworkArgs:
205
207
 
206
208
  @property
207
209
  @pulumi.getter(name="secondaryCidrBlocks")
208
- @_utilities.deprecated("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
209
210
  def secondary_cidr_blocks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
210
211
  """
211
212
  Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.
212
213
  """
214
+ warnings.warn("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""", DeprecationWarning)
215
+ pulumi.log.warn("""secondary_cidr_blocks is deprecated: Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
216
+
213
217
  return pulumi.get(self, "secondary_cidr_blocks")
214
218
 
215
219
  @secondary_cidr_blocks.setter
@@ -489,11 +493,13 @@ class _NetworkState:
489
493
 
490
494
  @property
491
495
  @pulumi.getter
492
- @_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
493
496
  def name(self) -> Optional[pulumi.Input[str]]:
494
497
  """
495
498
  . Field 'name' has been deprecated from provider version 1.119.0. New field 'vpc_name' instead.
496
499
  """
500
+ warnings.warn("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""", DeprecationWarning)
501
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
502
+
497
503
  return pulumi.get(self, "name")
498
504
 
499
505
  @name.setter
@@ -538,11 +544,13 @@ class _NetworkState:
538
544
 
539
545
  @property
540
546
  @pulumi.getter(name="routerTableId")
541
- @_utilities.deprecated("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
542
547
  def router_table_id(self) -> Optional[pulumi.Input[str]]:
543
548
  """
544
549
  Field 'router_table_id' has been deprecated from provider version 1.206.0. New field 'route_table_id' instead.
545
550
  """
551
+ warnings.warn("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""", DeprecationWarning)
552
+ pulumi.log.warn("""router_table_id is deprecated: Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
553
+
546
554
  return pulumi.get(self, "router_table_id")
547
555
 
548
556
  @router_table_id.setter
@@ -551,11 +559,13 @@ class _NetworkState:
551
559
 
552
560
  @property
553
561
  @pulumi.getter(name="secondaryCidrBlocks")
554
- @_utilities.deprecated("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
555
562
  def secondary_cidr_blocks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
556
563
  """
557
564
  Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.
558
565
  """
566
+ warnings.warn("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""", DeprecationWarning)
567
+ pulumi.log.warn("""secondary_cidr_blocks is deprecated: Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
568
+
559
569
  return pulumi.get(self, "secondary_cidr_blocks")
560
570
 
561
571
  @secondary_cidr_blocks.setter
@@ -987,11 +997,13 @@ class Network(pulumi.CustomResource):
987
997
 
988
998
  @property
989
999
  @pulumi.getter
990
- @_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
991
1000
  def name(self) -> pulumi.Output[str]:
992
1001
  """
993
1002
  . Field 'name' has been deprecated from provider version 1.119.0. New field 'vpc_name' instead.
994
1003
  """
1004
+ warnings.warn("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""", DeprecationWarning)
1005
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
1006
+
995
1007
  return pulumi.get(self, "name")
996
1008
 
997
1009
  @property
@@ -1020,20 +1032,24 @@ class Network(pulumi.CustomResource):
1020
1032
 
1021
1033
  @property
1022
1034
  @pulumi.getter(name="routerTableId")
1023
- @_utilities.deprecated("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
1024
1035
  def router_table_id(self) -> pulumi.Output[str]:
1025
1036
  """
1026
1037
  Field 'router_table_id' has been deprecated from provider version 1.206.0. New field 'route_table_id' instead.
1027
1038
  """
1039
+ warnings.warn("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""", DeprecationWarning)
1040
+ pulumi.log.warn("""router_table_id is deprecated: Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
1041
+
1028
1042
  return pulumi.get(self, "router_table_id")
1029
1043
 
1030
1044
  @property
1031
1045
  @pulumi.getter(name="secondaryCidrBlocks")
1032
- @_utilities.deprecated("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
1033
1046
  def secondary_cidr_blocks(self) -> pulumi.Output[Sequence[str]]:
1034
1047
  """
1035
1048
  Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.
1036
1049
  """
1050
+ warnings.warn("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""", DeprecationWarning)
1051
+ pulumi.log.warn("""secondary_cidr_blocks is deprecated: Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
1052
+
1037
1053
  return pulumi.get(self, "secondary_cidr_blocks")
1038
1054
 
1039
1055
  @property