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
@@ -28,18 +28,18 @@ class GatewayArgs:
28
28
  vswitch_id: Optional[pulumi.Input[str]] = None):
29
29
  """
30
30
  The set of arguments for constructing a Gateway resource.
31
- :param pulumi.Input[str] gateway_name: The name of the gateway.
32
- :param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
33
- :param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
34
- :param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
35
- :param pulumi.Input[str] description: The description of the gateway.
36
- :param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
37
- :param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
38
- :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
31
+ :param pulumi.Input[str] gateway_name: the name of gateway.
32
+ :param pulumi.Input[str] location: gateway location. the valid values: `Cloud`, `On_Premise`.
33
+ :param pulumi.Input[str] storage_bundle_id: storage bundle id.
34
+ :param pulumi.Input[str] type: gateway type. the valid values: `Type`, `Iscsi`.
35
+ :param pulumi.Input[str] description: the description of gateway.
36
+ :param pulumi.Input[str] gateway_class: the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
37
+ :param pulumi.Input[str] payment_type: The Payment type of gateway. The valid value: `PayAsYouGo`.
38
+ :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
39
39
  :param pulumi.Input[str] reason_detail: The reason detail of gateway.
40
40
  :param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
41
41
  :param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
42
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
42
+ :param pulumi.Input[str] vswitch_id: The vswitch id of gateway.
43
43
  """
44
44
  pulumi.set(__self__, "gateway_name", gateway_name)
45
45
  pulumi.set(__self__, "location", location)
@@ -66,7 +66,7 @@ class GatewayArgs:
66
66
  @pulumi.getter(name="gatewayName")
67
67
  def gateway_name(self) -> pulumi.Input[str]:
68
68
  """
69
- The name of the gateway.
69
+ the name of gateway.
70
70
  """
71
71
  return pulumi.get(self, "gateway_name")
72
72
 
@@ -78,7 +78,7 @@ class GatewayArgs:
78
78
  @pulumi.getter
79
79
  def location(self) -> pulumi.Input[str]:
80
80
  """
81
- The location of the gateway. Valid values: `Cloud`, `On_Premise`.
81
+ gateway location. the valid values: `Cloud`, `On_Premise`.
82
82
  """
83
83
  return pulumi.get(self, "location")
84
84
 
@@ -90,7 +90,7 @@ class GatewayArgs:
90
90
  @pulumi.getter(name="storageBundleId")
91
91
  def storage_bundle_id(self) -> pulumi.Input[str]:
92
92
  """
93
- The ID of the gateway cluster.
93
+ storage bundle id.
94
94
  """
95
95
  return pulumi.get(self, "storage_bundle_id")
96
96
 
@@ -102,7 +102,7 @@ class GatewayArgs:
102
102
  @pulumi.getter
103
103
  def type(self) -> pulumi.Input[str]:
104
104
  """
105
- The type of the gateway. Valid values: `File`, `Iscsi`.
105
+ gateway type. the valid values: `Type`, `Iscsi`.
106
106
  """
107
107
  return pulumi.get(self, "type")
108
108
 
@@ -114,7 +114,7 @@ class GatewayArgs:
114
114
  @pulumi.getter
115
115
  def description(self) -> Optional[pulumi.Input[str]]:
116
116
  """
117
- The description of the gateway.
117
+ the description of gateway.
118
118
  """
119
119
  return pulumi.get(self, "description")
120
120
 
@@ -126,7 +126,7 @@ class GatewayArgs:
126
126
  @pulumi.getter(name="gatewayClass")
127
127
  def gateway_class(self) -> Optional[pulumi.Input[str]]:
128
128
  """
129
- The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
129
+ the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
130
130
  """
131
131
  return pulumi.get(self, "gateway_class")
132
132
 
@@ -138,7 +138,7 @@ class GatewayArgs:
138
138
  @pulumi.getter(name="paymentType")
139
139
  def payment_type(self) -> Optional[pulumi.Input[str]]:
140
140
  """
141
- The Payment type of gateway. Valid values: `PayAsYouGo`.
141
+ The Payment type of gateway. The valid value: `PayAsYouGo`.
142
142
  """
143
143
  return pulumi.get(self, "payment_type")
144
144
 
@@ -150,7 +150,7 @@ class GatewayArgs:
150
150
  @pulumi.getter(name="publicNetworkBandwidth")
151
151
  def public_network_bandwidth(self) -> Optional[pulumi.Input[int]]:
152
152
  """
153
- The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
153
+ The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
154
154
  """
155
155
  return pulumi.get(self, "public_network_bandwidth")
156
156
 
@@ -198,7 +198,7 @@ class GatewayArgs:
198
198
  @pulumi.getter(name="vswitchId")
199
199
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
200
200
  """
201
- The ID of the vSwitch.
201
+ The vswitch id of gateway.
202
202
  """
203
203
  return pulumi.get(self, "vswitch_id")
204
204
 
@@ -225,19 +225,19 @@ class _GatewayState:
225
225
  vswitch_id: Optional[pulumi.Input[str]] = None):
226
226
  """
227
227
  Input properties used for looking up and filtering Gateway resources.
228
- :param pulumi.Input[str] description: The description of the gateway.
229
- :param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
230
- :param pulumi.Input[str] gateway_name: The name of the gateway.
231
- :param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
232
- :param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
233
- :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
228
+ :param pulumi.Input[str] description: the description of gateway.
229
+ :param pulumi.Input[str] gateway_class: the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
230
+ :param pulumi.Input[str] gateway_name: the name of gateway.
231
+ :param pulumi.Input[str] location: gateway location. the valid values: `Cloud`, `On_Premise`.
232
+ :param pulumi.Input[str] payment_type: The Payment type of gateway. The valid value: `PayAsYouGo`.
233
+ :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
234
234
  :param pulumi.Input[str] reason_detail: The reason detail of gateway.
235
235
  :param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
236
236
  :param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
237
- :param pulumi.Input[str] status: The status of the Gateway.
238
- :param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
239
- :param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
240
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
237
+ :param pulumi.Input[str] status: gateway status.
238
+ :param pulumi.Input[str] storage_bundle_id: storage bundle id.
239
+ :param pulumi.Input[str] type: gateway type. the valid values: `Type`, `Iscsi`.
240
+ :param pulumi.Input[str] vswitch_id: The vswitch id of gateway.
241
241
  """
242
242
  if description is not None:
243
243
  pulumi.set(__self__, "description", description)
@@ -270,7 +270,7 @@ class _GatewayState:
270
270
  @pulumi.getter
271
271
  def description(self) -> Optional[pulumi.Input[str]]:
272
272
  """
273
- The description of the gateway.
273
+ the description of gateway.
274
274
  """
275
275
  return pulumi.get(self, "description")
276
276
 
@@ -282,7 +282,7 @@ class _GatewayState:
282
282
  @pulumi.getter(name="gatewayClass")
283
283
  def gateway_class(self) -> Optional[pulumi.Input[str]]:
284
284
  """
285
- The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
285
+ the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
286
286
  """
287
287
  return pulumi.get(self, "gateway_class")
288
288
 
@@ -294,7 +294,7 @@ class _GatewayState:
294
294
  @pulumi.getter(name="gatewayName")
295
295
  def gateway_name(self) -> Optional[pulumi.Input[str]]:
296
296
  """
297
- The name of the gateway.
297
+ the name of gateway.
298
298
  """
299
299
  return pulumi.get(self, "gateway_name")
300
300
 
@@ -306,7 +306,7 @@ class _GatewayState:
306
306
  @pulumi.getter
307
307
  def location(self) -> Optional[pulumi.Input[str]]:
308
308
  """
309
- The location of the gateway. Valid values: `Cloud`, `On_Premise`.
309
+ gateway location. the valid values: `Cloud`, `On_Premise`.
310
310
  """
311
311
  return pulumi.get(self, "location")
312
312
 
@@ -318,7 +318,7 @@ class _GatewayState:
318
318
  @pulumi.getter(name="paymentType")
319
319
  def payment_type(self) -> Optional[pulumi.Input[str]]:
320
320
  """
321
- The Payment type of gateway. Valid values: `PayAsYouGo`.
321
+ The Payment type of gateway. The valid value: `PayAsYouGo`.
322
322
  """
323
323
  return pulumi.get(self, "payment_type")
324
324
 
@@ -330,7 +330,7 @@ class _GatewayState:
330
330
  @pulumi.getter(name="publicNetworkBandwidth")
331
331
  def public_network_bandwidth(self) -> Optional[pulumi.Input[int]]:
332
332
  """
333
- The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
333
+ The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
334
334
  """
335
335
  return pulumi.get(self, "public_network_bandwidth")
336
336
 
@@ -378,7 +378,7 @@ class _GatewayState:
378
378
  @pulumi.getter
379
379
  def status(self) -> Optional[pulumi.Input[str]]:
380
380
  """
381
- The status of the Gateway.
381
+ gateway status.
382
382
  """
383
383
  return pulumi.get(self, "status")
384
384
 
@@ -390,7 +390,7 @@ class _GatewayState:
390
390
  @pulumi.getter(name="storageBundleId")
391
391
  def storage_bundle_id(self) -> Optional[pulumi.Input[str]]:
392
392
  """
393
- The ID of the gateway cluster.
393
+ storage bundle id.
394
394
  """
395
395
  return pulumi.get(self, "storage_bundle_id")
396
396
 
@@ -402,7 +402,7 @@ class _GatewayState:
402
402
  @pulumi.getter
403
403
  def type(self) -> Optional[pulumi.Input[str]]:
404
404
  """
405
- The type of the gateway. Valid values: `File`, `Iscsi`.
405
+ gateway type. the valid values: `Type`, `Iscsi`.
406
406
  """
407
407
  return pulumi.get(self, "type")
408
408
 
@@ -414,7 +414,7 @@ class _GatewayState:
414
414
  @pulumi.getter(name="vswitchId")
415
415
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
416
416
  """
417
- The ID of the vSwitch.
417
+ The vswitch id of gateway.
418
418
  """
419
419
  return pulumi.get(self, "vswitch_id")
420
420
 
@@ -442,7 +442,7 @@ class Gateway(pulumi.CustomResource):
442
442
  vswitch_id: Optional[pulumi.Input[str]] = None,
443
443
  __props__=None):
444
444
  """
445
- Provides a Cloud Storage Gateway Gateway resource.
445
+ Provides a Cloud Storage Gateway: Gateway resource.
446
446
 
447
447
  For information about Cloud Storage Gateway Gateway and how to use it, see [What is Gateway](https://www.alibabacloud.com/help/en/cloud-storage-gateway/latest/deploygateway).
448
448
 
@@ -458,18 +458,18 @@ class Gateway(pulumi.CustomResource):
458
458
 
459
459
  :param str resource_name: The name of the resource.
460
460
  :param pulumi.ResourceOptions opts: Options for the resource.
461
- :param pulumi.Input[str] description: The description of the gateway.
462
- :param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
463
- :param pulumi.Input[str] gateway_name: The name of the gateway.
464
- :param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
465
- :param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
466
- :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
461
+ :param pulumi.Input[str] description: the description of gateway.
462
+ :param pulumi.Input[str] gateway_class: the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
463
+ :param pulumi.Input[str] gateway_name: the name of gateway.
464
+ :param pulumi.Input[str] location: gateway location. the valid values: `Cloud`, `On_Premise`.
465
+ :param pulumi.Input[str] payment_type: The Payment type of gateway. The valid value: `PayAsYouGo`.
466
+ :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
467
467
  :param pulumi.Input[str] reason_detail: The reason detail of gateway.
468
468
  :param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
469
469
  :param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
470
- :param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
471
- :param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
472
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
470
+ :param pulumi.Input[str] storage_bundle_id: storage bundle id.
471
+ :param pulumi.Input[str] type: gateway type. the valid values: `Type`, `Iscsi`.
472
+ :param pulumi.Input[str] vswitch_id: The vswitch id of gateway.
473
473
  """
474
474
  ...
475
475
  @overload
@@ -478,7 +478,7 @@ class Gateway(pulumi.CustomResource):
478
478
  args: GatewayArgs,
479
479
  opts: Optional[pulumi.ResourceOptions] = None):
480
480
  """
481
- Provides a Cloud Storage Gateway Gateway resource.
481
+ Provides a Cloud Storage Gateway: Gateway resource.
482
482
 
483
483
  For information about Cloud Storage Gateway Gateway and how to use it, see [What is Gateway](https://www.alibabacloud.com/help/en/cloud-storage-gateway/latest/deploygateway).
484
484
 
@@ -579,19 +579,19 @@ class Gateway(pulumi.CustomResource):
579
579
  :param str resource_name: The unique name of the resulting resource.
580
580
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
581
581
  :param pulumi.ResourceOptions opts: Options for the resource.
582
- :param pulumi.Input[str] description: The description of the gateway.
583
- :param pulumi.Input[str] gateway_class: The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
584
- :param pulumi.Input[str] gateway_name: The name of the gateway.
585
- :param pulumi.Input[str] location: The location of the gateway. Valid values: `Cloud`, `On_Premise`.
586
- :param pulumi.Input[str] payment_type: The Payment type of gateway. Valid values: `PayAsYouGo`.
587
- :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
582
+ :param pulumi.Input[str] description: the description of gateway.
583
+ :param pulumi.Input[str] gateway_class: the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
584
+ :param pulumi.Input[str] gateway_name: the name of gateway.
585
+ :param pulumi.Input[str] location: gateway location. the valid values: `Cloud`, `On_Premise`.
586
+ :param pulumi.Input[str] payment_type: The Payment type of gateway. The valid value: `PayAsYouGo`.
587
+ :param pulumi.Input[int] public_network_bandwidth: The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
588
588
  :param pulumi.Input[str] reason_detail: The reason detail of gateway.
589
589
  :param pulumi.Input[str] reason_type: The reason type when user deletes the gateway.
590
590
  :param pulumi.Input[bool] release_after_expiration: Whether to release the gateway due to expiration.
591
- :param pulumi.Input[str] status: The status of the Gateway.
592
- :param pulumi.Input[str] storage_bundle_id: The ID of the gateway cluster.
593
- :param pulumi.Input[str] type: The type of the gateway. Valid values: `File`, `Iscsi`.
594
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch.
591
+ :param pulumi.Input[str] status: gateway status.
592
+ :param pulumi.Input[str] storage_bundle_id: storage bundle id.
593
+ :param pulumi.Input[str] type: gateway type. the valid values: `Type`, `Iscsi`.
594
+ :param pulumi.Input[str] vswitch_id: The vswitch id of gateway.
595
595
  """
596
596
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
597
597
 
@@ -616,7 +616,7 @@ class Gateway(pulumi.CustomResource):
616
616
  @pulumi.getter
617
617
  def description(self) -> pulumi.Output[Optional[str]]:
618
618
  """
619
- The description of the gateway.
619
+ the description of gateway.
620
620
  """
621
621
  return pulumi.get(self, "description")
622
622
 
@@ -624,7 +624,7 @@ class Gateway(pulumi.CustomResource):
624
624
  @pulumi.getter(name="gatewayClass")
625
625
  def gateway_class(self) -> pulumi.Output[Optional[str]]:
626
626
  """
627
- The specification of the gateway. Valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`.
627
+ the gateway class. the valid values: `Basic`, `Standard`,`Enhanced`,`Advanced`
628
628
  """
629
629
  return pulumi.get(self, "gateway_class")
630
630
 
@@ -632,7 +632,7 @@ class Gateway(pulumi.CustomResource):
632
632
  @pulumi.getter(name="gatewayName")
633
633
  def gateway_name(self) -> pulumi.Output[str]:
634
634
  """
635
- The name of the gateway.
635
+ the name of gateway.
636
636
  """
637
637
  return pulumi.get(self, "gateway_name")
638
638
 
@@ -640,7 +640,7 @@ class Gateway(pulumi.CustomResource):
640
640
  @pulumi.getter
641
641
  def location(self) -> pulumi.Output[str]:
642
642
  """
643
- The location of the gateway. Valid values: `Cloud`, `On_Premise`.
643
+ gateway location. the valid values: `Cloud`, `On_Premise`.
644
644
  """
645
645
  return pulumi.get(self, "location")
646
646
 
@@ -648,7 +648,7 @@ class Gateway(pulumi.CustomResource):
648
648
  @pulumi.getter(name="paymentType")
649
649
  def payment_type(self) -> pulumi.Output[Optional[str]]:
650
650
  """
651
- The Payment type of gateway. Valid values: `PayAsYouGo`.
651
+ The Payment type of gateway. The valid value: `PayAsYouGo`.
652
652
  """
653
653
  return pulumi.get(self, "payment_type")
654
654
 
@@ -656,7 +656,7 @@ class Gateway(pulumi.CustomResource):
656
656
  @pulumi.getter(name="publicNetworkBandwidth")
657
657
  def public_network_bandwidth(self) -> pulumi.Output[int]:
658
658
  """
659
- The public network bandwidth of gateway. Default value: `5`. Valid values: `5` to `200`.
659
+ The public network bandwidth of gateway. Valid values between `5` and `200`. Defaults to `5`.
660
660
  """
661
661
  return pulumi.get(self, "public_network_bandwidth")
662
662
 
@@ -688,7 +688,7 @@ class Gateway(pulumi.CustomResource):
688
688
  @pulumi.getter
689
689
  def status(self) -> pulumi.Output[str]:
690
690
  """
691
- The status of the Gateway.
691
+ gateway status.
692
692
  """
693
693
  return pulumi.get(self, "status")
694
694
 
@@ -696,7 +696,7 @@ class Gateway(pulumi.CustomResource):
696
696
  @pulumi.getter(name="storageBundleId")
697
697
  def storage_bundle_id(self) -> pulumi.Output[str]:
698
698
  """
699
- The ID of the gateway cluster.
699
+ storage bundle id.
700
700
  """
701
701
  return pulumi.get(self, "storage_bundle_id")
702
702
 
@@ -704,7 +704,7 @@ class Gateway(pulumi.CustomResource):
704
704
  @pulumi.getter
705
705
  def type(self) -> pulumi.Output[str]:
706
706
  """
707
- The type of the gateway. Valid values: `File`, `Iscsi`.
707
+ gateway type. the valid values: `Type`, `Iscsi`.
708
708
  """
709
709
  return pulumi.get(self, "type")
710
710
 
@@ -712,7 +712,7 @@ class Gateway(pulumi.CustomResource):
712
712
  @pulumi.getter(name="vswitchId")
713
713
  def vswitch_id(self) -> pulumi.Output[Optional[str]]:
714
714
  """
715
- The ID of the vSwitch.
715
+ The vswitch id of gateway.
716
716
  """
717
717
  return pulumi.get(self, "vswitch_id")
718
718
 
@@ -142,11 +142,13 @@ class AlarmArgs:
142
142
 
143
143
  @property
144
144
  @pulumi.getter
145
- @_utilities.deprecated("""Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""")
146
145
  def dimensions(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
147
146
  """
148
147
  Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.
149
148
  """
149
+ warnings.warn("""Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""", DeprecationWarning)
150
+ pulumi.log.warn("""dimensions is deprecated: Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""")
151
+
150
152
  return pulumi.get(self, "dimensions")
151
153
 
152
154
  @dimensions.setter
@@ -179,11 +181,13 @@ class AlarmArgs:
179
181
 
180
182
  @property
181
183
  @pulumi.getter(name="endTime")
182
- @_utilities.deprecated("""Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
183
184
  def end_time(self) -> Optional[pulumi.Input[int]]:
184
185
  """
185
186
  Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.
186
187
  """
188
+ warnings.warn("""Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""", DeprecationWarning)
189
+ pulumi.log.warn("""end_time is deprecated: Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
190
+
187
191
  return pulumi.get(self, "end_time")
188
192
 
189
193
  @end_time.setter
@@ -288,11 +292,13 @@ class AlarmArgs:
288
292
 
289
293
  @property
290
294
  @pulumi.getter(name="startTime")
291
- @_utilities.deprecated("""Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
292
295
  def start_time(self) -> Optional[pulumi.Input[int]]:
293
296
  """
294
297
  Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.
295
298
  """
299
+ warnings.warn("""Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""", DeprecationWarning)
300
+ pulumi.log.warn("""start_time is deprecated: Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
301
+
296
302
  return pulumi.get(self, "start_time")
297
303
 
298
304
  @start_time.setter
@@ -447,11 +453,13 @@ class _AlarmState:
447
453
 
448
454
  @property
449
455
  @pulumi.getter
450
- @_utilities.deprecated("""Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""")
451
456
  def dimensions(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
452
457
  """
453
458
  Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.
454
459
  """
460
+ warnings.warn("""Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""", DeprecationWarning)
461
+ pulumi.log.warn("""dimensions is deprecated: Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""")
462
+
455
463
  return pulumi.get(self, "dimensions")
456
464
 
457
465
  @dimensions.setter
@@ -484,11 +492,13 @@ class _AlarmState:
484
492
 
485
493
  @property
486
494
  @pulumi.getter(name="endTime")
487
- @_utilities.deprecated("""Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
488
495
  def end_time(self) -> Optional[pulumi.Input[int]]:
489
496
  """
490
497
  Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.
491
498
  """
499
+ warnings.warn("""Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""", DeprecationWarning)
500
+ pulumi.log.warn("""end_time is deprecated: Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
501
+
492
502
  return pulumi.get(self, "end_time")
493
503
 
494
504
  @end_time.setter
@@ -618,11 +628,13 @@ class _AlarmState:
618
628
 
619
629
  @property
620
630
  @pulumi.getter(name="startTime")
621
- @_utilities.deprecated("""Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
622
631
  def start_time(self) -> Optional[pulumi.Input[int]]:
623
632
  """
624
633
  Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.
625
634
  """
635
+ warnings.warn("""Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""", DeprecationWarning)
636
+ pulumi.log.warn("""start_time is deprecated: Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
637
+
626
638
  return pulumi.get(self, "start_time")
627
639
 
628
640
  @start_time.setter
@@ -1044,11 +1056,13 @@ class Alarm(pulumi.CustomResource):
1044
1056
 
1045
1057
  @property
1046
1058
  @pulumi.getter
1047
- @_utilities.deprecated("""Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""")
1048
1059
  def dimensions(self) -> pulumi.Output[Mapping[str, Any]]:
1049
1060
  """
1050
1061
  Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.
1051
1062
  """
1063
+ warnings.warn("""Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""", DeprecationWarning)
1064
+ pulumi.log.warn("""dimensions is deprecated: Field `dimensions` has been deprecated from provider version 1.173.0. New field `metric_dimensions` instead.""")
1065
+
1052
1066
  return pulumi.get(self, "dimensions")
1053
1067
 
1054
1068
  @property
@@ -1069,11 +1083,13 @@ class Alarm(pulumi.CustomResource):
1069
1083
 
1070
1084
  @property
1071
1085
  @pulumi.getter(name="endTime")
1072
- @_utilities.deprecated("""Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
1073
1086
  def end_time(self) -> pulumi.Output[Optional[int]]:
1074
1087
  """
1075
1088
  Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.
1076
1089
  """
1090
+ warnings.warn("""Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""", DeprecationWarning)
1091
+ pulumi.log.warn("""end_time is deprecated: Field `end_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
1092
+
1077
1093
  return pulumi.get(self, "end_time")
1078
1094
 
1079
1095
  @property
@@ -1159,11 +1175,13 @@ class Alarm(pulumi.CustomResource):
1159
1175
 
1160
1176
  @property
1161
1177
  @pulumi.getter(name="startTime")
1162
- @_utilities.deprecated("""Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
1163
1178
  def start_time(self) -> pulumi.Output[Optional[int]]:
1164
1179
  """
1165
1180
  Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.
1166
1181
  """
1182
+ warnings.warn("""Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""", DeprecationWarning)
1183
+ pulumi.log.warn("""start_time is deprecated: Field `start_time` has been deprecated from provider version 1.50.0. New field `effective_interval` instead.""")
1184
+
1167
1185
  return pulumi.get(self, "start_time")
1168
1186
 
1169
1187
  @property
@@ -271,7 +271,7 @@ class Endpoints(dict):
271
271
  rds: Optional[str] = None,
272
272
  redisa: Optional[str] = None,
273
273
  resourcemanager: Optional[str] = None,
274
- ressharing: Optional[str] = None,
274
+ resourcesharing: Optional[str] = None,
275
275
  ros: Optional[str] = None,
276
276
  sas: Optional[str] = None,
277
277
  scdn: Optional[str] = None,
@@ -400,7 +400,7 @@ class Endpoints(dict):
400
400
  :param str rds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RDS endpoints.
401
401
  :param str redisa: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom redisa endpoints.
402
402
  :param str resourcemanager: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
403
- :param str ressharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
403
+ :param str resourcesharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
404
404
  :param str ros: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
405
405
  :param str sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
406
406
  :param str scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
@@ -639,8 +639,8 @@ class Endpoints(dict):
639
639
  pulumi.set(__self__, "redisa", redisa)
640
640
  if resourcemanager is not None:
641
641
  pulumi.set(__self__, "resourcemanager", resourcemanager)
642
- if ressharing is not None:
643
- pulumi.set(__self__, "ressharing", ressharing)
642
+ if resourcesharing is not None:
643
+ pulumi.set(__self__, "resourcesharing", resourcesharing)
644
644
  if ros is not None:
645
645
  pulumi.set(__self__, "ros", ros)
646
646
  if sas is not None:
@@ -1551,11 +1551,11 @@ class Endpoints(dict):
1551
1551
 
1552
1552
  @property
1553
1553
  @pulumi.getter
1554
- def ressharing(self) -> Optional[str]:
1554
+ def resourcesharing(self) -> Optional[str]:
1555
1555
  """
1556
1556
  Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
1557
1557
  """
1558
- return pulumi.get(self, "ressharing")
1558
+ return pulumi.get(self, "resourcesharing")
1559
1559
 
1560
1560
  @property
1561
1561
  @pulumi.getter
@@ -2434,11 +2434,13 @@ class NodePoolManagementArgs:
2434
2434
 
2435
2435
  @property
2436
2436
  @pulumi.getter
2437
- @_utilities.deprecated("""Field 'surge' has been deprecated from provider version 1.219.0. Number of additional nodes. You have to specify one of surge, surge_percentage.""")
2438
2437
  def surge(self) -> Optional[pulumi.Input[int]]:
2439
2438
  """
2440
2439
  Number of additional nodes. You have to specify one of surge, surge_percentage.
2441
2440
  """
2441
+ warnings.warn("""Field 'surge' has been deprecated from provider version 1.219.0. Number of additional nodes. You have to specify one of surge, surge_percentage.""", DeprecationWarning)
2442
+ pulumi.log.warn("""surge is deprecated: Field 'surge' has been deprecated from provider version 1.219.0. Number of additional nodes. You have to specify one of surge, surge_percentage.""")
2443
+
2442
2444
  return pulumi.get(self, "surge")
2443
2445
 
2444
2446
  @surge.setter
@@ -2447,11 +2449,13 @@ class NodePoolManagementArgs:
2447
2449
 
2448
2450
  @property
2449
2451
  @pulumi.getter(name="surgePercentage")
2450
- @_utilities.deprecated("""Field 'surge_percentage' has been deprecated from provider version 1.219.0. Proportion of additional nodes. You have to specify one of surge, surge_percentage.""")
2451
2452
  def surge_percentage(self) -> Optional[pulumi.Input[int]]:
2452
2453
  """
2453
2454
  Proportion of additional nodes. You have to specify one of surge, surge_percentage.
2454
2455
  """
2456
+ warnings.warn("""Field 'surge_percentage' has been deprecated from provider version 1.219.0. Proportion of additional nodes. You have to specify one of surge, surge_percentage.""", DeprecationWarning)
2457
+ pulumi.log.warn("""surge_percentage is deprecated: Field 'surge_percentage' has been deprecated from provider version 1.219.0. Proportion of additional nodes. You have to specify one of surge, surge_percentage.""")
2458
+
2455
2459
  return pulumi.get(self, "surge_percentage")
2456
2460
 
2457
2461
  @surge_percentage.setter
@@ -180,8 +180,10 @@ class ClusterArgs:
180
180
 
181
181
  @property
182
182
  @pulumi.getter
183
- @_utilities.deprecated("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
184
183
  def size(self) -> Optional[pulumi.Input[int]]:
184
+ warnings.warn("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""", DeprecationWarning)
185
+ pulumi.log.warn("""size is deprecated: Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
186
+
185
187
  return pulumi.get(self, "size")
186
188
 
187
189
  @size.setter
@@ -393,8 +395,10 @@ class _ClusterState:
393
395
 
394
396
  @property
395
397
  @pulumi.getter
396
- @_utilities.deprecated("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
397
398
  def size(self) -> Optional[pulumi.Input[int]]:
399
+ warnings.warn("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""", DeprecationWarning)
400
+ pulumi.log.warn("""size is deprecated: Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
401
+
398
402
  return pulumi.get(self, "size")
399
403
 
400
404
  @size.setter
@@ -668,8 +672,10 @@ class Cluster(pulumi.CustomResource):
668
672
 
669
673
  @property
670
674
  @pulumi.getter
671
- @_utilities.deprecated("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
672
675
  def size(self) -> pulumi.Output[Optional[int]]:
676
+ warnings.warn("""Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""", DeprecationWarning)
677
+ pulumi.log.warn("""size is deprecated: Field 'size' has been deprecated from provider version 1.9.1. New field 'node_number' replaces it.""")
678
+
673
679
  return pulumi.get(self, "size")
674
680
 
675
681
  @property