pulumi-alicloud 3.63.0__py3-none-any.whl → 3.63.0a1726032285__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 (75) hide show
  1. pulumi_alicloud/__init__.py +0 -24
  2. pulumi_alicloud/alb/acl.py +19 -18
  3. pulumi_alicloud/alb/health_check_template.py +88 -96
  4. pulumi_alicloud/amqp/binding.py +36 -30
  5. pulumi_alicloud/cen/_inputs.py +14 -180
  6. pulumi_alicloud/cen/outputs.py +12 -173
  7. pulumi_alicloud/cen/traffic_marking_policy.py +53 -116
  8. pulumi_alicloud/cen/transit_router_vpc_attachment.py +119 -338
  9. pulumi_alicloud/cms/_inputs.py +6 -6
  10. pulumi_alicloud/cms/outputs.py +6 -6
  11. pulumi_alicloud/cr/chart_namespace.py +6 -14
  12. pulumi_alicloud/cr/endpoint_acl_policy.py +2 -10
  13. pulumi_alicloud/cr/namespace.py +2 -10
  14. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
  15. pulumi_alicloud/ddos/_inputs.py +9 -8
  16. pulumi_alicloud/ddos/bgp_ip.py +1 -1
  17. pulumi_alicloud/ddos/domain_resource.py +90 -446
  18. pulumi_alicloud/ddos/outputs.py +8 -7
  19. pulumi_alicloud/eci/container_group.py +0 -47
  20. pulumi_alicloud/ecs/_inputs.py +0 -28
  21. pulumi_alicloud/ecs/ecs_snapshot.py +77 -199
  22. pulumi_alicloud/ecs/outputs.py +0 -20
  23. pulumi_alicloud/ecs/snapshot.py +8 -26
  24. pulumi_alicloud/emrv2/_inputs.py +12 -12
  25. pulumi_alicloud/emrv2/outputs.py +12 -12
  26. pulumi_alicloud/ens/_inputs.py +2 -50
  27. pulumi_alicloud/ens/instance.py +184 -428
  28. pulumi_alicloud/ens/outputs.py +2 -57
  29. pulumi_alicloud/ess/__init__.py +0 -1
  30. pulumi_alicloud/ess/alarm.py +0 -47
  31. pulumi_alicloud/expressconnect/physical_connection.py +185 -321
  32. pulumi_alicloud/fc/trigger.py +24 -22
  33. pulumi_alicloud/ga/_inputs.py +5 -23
  34. pulumi_alicloud/ga/endpoint_group.py +14 -68
  35. pulumi_alicloud/ga/outputs.py +5 -21
  36. pulumi_alicloud/governance/account.py +0 -61
  37. pulumi_alicloud/gpdb/__init__.py +0 -4
  38. pulumi_alicloud/gpdb/_inputs.py +3 -361
  39. pulumi_alicloud/gpdb/instance.py +0 -47
  40. pulumi_alicloud/gpdb/outputs.py +4 -597
  41. pulumi_alicloud/mongodb/instance.py +0 -94
  42. pulumi_alicloud/nlb/_inputs.py +64 -120
  43. pulumi_alicloud/nlb/get_listeners.py +2 -32
  44. pulumi_alicloud/nlb/get_server_group_server_attachments.py +2 -8
  45. pulumi_alicloud/nlb/listener.py +245 -315
  46. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
  47. pulumi_alicloud/nlb/load_balancer.py +212 -297
  48. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +39 -29
  49. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +18 -22
  50. pulumi_alicloud/nlb/outputs.py +66 -122
  51. pulumi_alicloud/nlb/security_policy.py +25 -53
  52. pulumi_alicloud/nlb/server_group.py +133 -196
  53. pulumi_alicloud/ocean/base_instance.py +163 -498
  54. pulumi_alicloud/oos/get_secret_parameters.py +9 -111
  55. pulumi_alicloud/oos/outputs.py +11 -22
  56. pulumi_alicloud/pulumi-plugin.json +1 -1
  57. pulumi_alicloud/ram/get_account_alias.py +2 -35
  58. pulumi_alicloud/rds/instance.py +21 -21
  59. pulumi_alicloud/rocketmq/_inputs.py +22 -79
  60. pulumi_alicloud/rocketmq/outputs.py +21 -85
  61. pulumi_alicloud/rocketmq/rocket_mq_instance.py +113 -307
  62. pulumi_alicloud/servicemesh/extension_provider.py +2 -2
  63. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  64. pulumi_alicloud/vpc/peer_connection.py +59 -127
  65. pulumi_alicloud/vpc/peer_connection_accepter.py +42 -263
  66. pulumi_alicloud/vpc/route_entry.py +210 -232
  67. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/METADATA +1 -1
  68. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/RECORD +70 -75
  69. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/WHEEL +1 -1
  70. pulumi_alicloud/ess/server_group_attachment.py +0 -552
  71. pulumi_alicloud/gpdb/db_instance_ip_array.py +0 -533
  72. pulumi_alicloud/gpdb/get_data_backups.py +0 -288
  73. pulumi_alicloud/gpdb/get_log_backups.py +0 -225
  74. pulumi_alicloud/gpdb/streaming_job.py +0 -1568
  75. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/top_level.txt +0 -0
@@ -19,9 +19,11 @@ class LoadBalancerSecurityGroupAttachmentArgs:
19
19
  dry_run: Optional[pulumi.Input[bool]] = None):
20
20
  """
21
21
  The set of arguments for constructing a LoadBalancerSecurityGroupAttachment resource.
22
- :param pulumi.Input[str] load_balancer_id: The ID of the NLB instance to be associated with the security group.
23
- :param pulumi.Input[str] security_group_id: The ID of the security group to be disassociated.
24
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
22
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance to be bound to the security group.
23
+ :param pulumi.Input[str] security_group_id: The ID of the security group.
24
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck this request only. Value:
25
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
26
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
25
27
  """
26
28
  pulumi.set(__self__, "load_balancer_id", load_balancer_id)
27
29
  pulumi.set(__self__, "security_group_id", security_group_id)
@@ -32,7 +34,7 @@ class LoadBalancerSecurityGroupAttachmentArgs:
32
34
  @pulumi.getter(name="loadBalancerId")
33
35
  def load_balancer_id(self) -> pulumi.Input[str]:
34
36
  """
35
- The ID of the NLB instance to be associated with the security group.
37
+ The ID of the network-based server load balancer instance to be bound to the security group.
36
38
  """
37
39
  return pulumi.get(self, "load_balancer_id")
38
40
 
@@ -44,7 +46,7 @@ class LoadBalancerSecurityGroupAttachmentArgs:
44
46
  @pulumi.getter(name="securityGroupId")
45
47
  def security_group_id(self) -> pulumi.Input[str]:
46
48
  """
47
- The ID of the security group to be disassociated.
49
+ The ID of the security group.
48
50
  """
49
51
  return pulumi.get(self, "security_group_id")
50
52
 
@@ -56,7 +58,9 @@ class LoadBalancerSecurityGroupAttachmentArgs:
56
58
  @pulumi.getter(name="dryRun")
57
59
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
58
60
  """
59
- Specifies whether to perform a dry run, without performing the actual request. Valid values:
61
+ Whether to PreCheck this request only. Value:
62
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
63
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
60
64
  """
61
65
  return pulumi.get(self, "dry_run")
62
66
 
@@ -73,9 +77,11 @@ class _LoadBalancerSecurityGroupAttachmentState:
73
77
  security_group_id: Optional[pulumi.Input[str]] = None):
74
78
  """
75
79
  Input properties used for looking up and filtering LoadBalancerSecurityGroupAttachment resources.
76
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
77
- :param pulumi.Input[str] load_balancer_id: The ID of the NLB instance to be associated with the security group.
78
- :param pulumi.Input[str] security_group_id: The ID of the security group to be disassociated.
80
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck this request only. Value:
81
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
82
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
83
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance to be bound to the security group.
84
+ :param pulumi.Input[str] security_group_id: The ID of the security group.
79
85
  """
80
86
  if dry_run is not None:
81
87
  pulumi.set(__self__, "dry_run", dry_run)
@@ -88,7 +94,9 @@ class _LoadBalancerSecurityGroupAttachmentState:
88
94
  @pulumi.getter(name="dryRun")
89
95
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
90
96
  """
91
- Specifies whether to perform a dry run, without performing the actual request. Valid values:
97
+ Whether to PreCheck this request only. Value:
98
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
99
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
92
100
  """
93
101
  return pulumi.get(self, "dry_run")
94
102
 
@@ -100,7 +108,7 @@ class _LoadBalancerSecurityGroupAttachmentState:
100
108
  @pulumi.getter(name="loadBalancerId")
101
109
  def load_balancer_id(self) -> Optional[pulumi.Input[str]]:
102
110
  """
103
- The ID of the NLB instance to be associated with the security group.
111
+ The ID of the network-based server load balancer instance to be bound to the security group.
104
112
  """
105
113
  return pulumi.get(self, "load_balancer_id")
106
114
 
@@ -112,7 +120,7 @@ class _LoadBalancerSecurityGroupAttachmentState:
112
120
  @pulumi.getter(name="securityGroupId")
113
121
  def security_group_id(self) -> Optional[pulumi.Input[str]]:
114
122
  """
115
- The ID of the security group to be disassociated.
123
+ The ID of the security group.
116
124
  """
117
125
  return pulumi.get(self, "security_group_id")
118
126
 
@@ -131,11 +139,9 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
131
139
  security_group_id: Optional[pulumi.Input[str]] = None,
132
140
  __props__=None):
133
141
  """
134
- Provides a NLB Load Balancer Security Group Attachment resource.
142
+ Provides a Nlb Load Balancer Security Group Attachment resource.
135
143
 
136
- Security Group mount.
137
-
138
- For information about NLB Load Balancer Security Group Attachment and how to use it, see [What is Load Balancer Security Group Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/loadbalancerjoinsecuritygroup).
144
+ For information about Nlb Load Balancer Security Group Attachment and how to use it, see [What is Load Balancer Security Group Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/loadbalancerjoinsecuritygroup).
139
145
 
140
146
  > **NOTE:** Available since v1.198.0.
141
147
 
@@ -205,9 +211,11 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
205
211
 
206
212
  :param str resource_name: The name of the resource.
207
213
  :param pulumi.ResourceOptions opts: Options for the resource.
208
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
209
- :param pulumi.Input[str] load_balancer_id: The ID of the NLB instance to be associated with the security group.
210
- :param pulumi.Input[str] security_group_id: The ID of the security group to be disassociated.
214
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck this request only. Value:
215
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
216
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
217
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance to be bound to the security group.
218
+ :param pulumi.Input[str] security_group_id: The ID of the security group.
211
219
  """
212
220
  ...
213
221
  @overload
@@ -216,11 +224,9 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
216
224
  args: LoadBalancerSecurityGroupAttachmentArgs,
217
225
  opts: Optional[pulumi.ResourceOptions] = None):
218
226
  """
219
- Provides a NLB Load Balancer Security Group Attachment resource.
220
-
221
- Security Group mount.
227
+ Provides a Nlb Load Balancer Security Group Attachment resource.
222
228
 
223
- For information about NLB Load Balancer Security Group Attachment and how to use it, see [What is Load Balancer Security Group Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/loadbalancerjoinsecuritygroup).
229
+ For information about Nlb Load Balancer Security Group Attachment and how to use it, see [What is Load Balancer Security Group Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/loadbalancerjoinsecuritygroup).
224
230
 
225
231
  > **NOTE:** Available since v1.198.0.
226
232
 
@@ -342,9 +348,11 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
342
348
  :param str resource_name: The unique name of the resulting resource.
343
349
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
344
350
  :param pulumi.ResourceOptions opts: Options for the resource.
345
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run, without performing the actual request. Valid values:
346
- :param pulumi.Input[str] load_balancer_id: The ID of the NLB instance to be associated with the security group.
347
- :param pulumi.Input[str] security_group_id: The ID of the security group to be disassociated.
351
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck this request only. Value:
352
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
353
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
354
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance to be bound to the security group.
355
+ :param pulumi.Input[str] security_group_id: The ID of the security group.
348
356
  """
349
357
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
350
358
 
@@ -359,7 +367,9 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
359
367
  @pulumi.getter(name="dryRun")
360
368
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
361
369
  """
362
- Specifies whether to perform a dry run, without performing the actual request. Valid values:
370
+ Whether to PreCheck this request only. Value:
371
+ - **true**: sends a check request and does not bind a security group to the instance. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.
372
+ - **false** (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
363
373
  """
364
374
  return pulumi.get(self, "dry_run")
365
375
 
@@ -367,7 +377,7 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
367
377
  @pulumi.getter(name="loadBalancerId")
368
378
  def load_balancer_id(self) -> pulumi.Output[str]:
369
379
  """
370
- The ID of the NLB instance to be associated with the security group.
380
+ The ID of the network-based server load balancer instance to be bound to the security group.
371
381
  """
372
382
  return pulumi.get(self, "load_balancer_id")
373
383
 
@@ -375,7 +385,7 @@ class LoadBalancerSecurityGroupAttachment(pulumi.CustomResource):
375
385
  @pulumi.getter(name="securityGroupId")
376
386
  def security_group_id(self) -> pulumi.Output[str]:
377
387
  """
378
- The ID of the security group to be disassociated.
388
+ The ID of the security group.
379
389
  """
380
390
  return pulumi.get(self, "security_group_id")
381
391
 
@@ -18,8 +18,8 @@ class LoadbalancerCommonBandwidthPackageAttachmentArgs:
18
18
  load_balancer_id: pulumi.Input[str]):
19
19
  """
20
20
  The set of arguments for constructing a LoadbalancerCommonBandwidthPackageAttachment resource.
21
- :param pulumi.Input[str] bandwidth_package_id: Specifies whether only to precheck the request. Valid values:
22
- :param pulumi.Input[str] load_balancer_id: The ID of the EIP bandwidth plan.
21
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the bound shared bandwidth package.
22
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
23
23
  """
24
24
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
25
25
  pulumi.set(__self__, "load_balancer_id", load_balancer_id)
@@ -28,7 +28,7 @@ class LoadbalancerCommonBandwidthPackageAttachmentArgs:
28
28
  @pulumi.getter(name="bandwidthPackageId")
29
29
  def bandwidth_package_id(self) -> pulumi.Input[str]:
30
30
  """
31
- Specifies whether only to precheck the request. Valid values:
31
+ The ID of the bound shared bandwidth package.
32
32
  """
33
33
  return pulumi.get(self, "bandwidth_package_id")
34
34
 
@@ -40,7 +40,7 @@ class LoadbalancerCommonBandwidthPackageAttachmentArgs:
40
40
  @pulumi.getter(name="loadBalancerId")
41
41
  def load_balancer_id(self) -> pulumi.Input[str]:
42
42
  """
43
- The ID of the EIP bandwidth plan.
43
+ The ID of the network-based server load balancer instance.
44
44
  """
45
45
  return pulumi.get(self, "load_balancer_id")
46
46
 
@@ -57,8 +57,8 @@ class _LoadbalancerCommonBandwidthPackageAttachmentState:
57
57
  status: Optional[pulumi.Input[str]] = None):
58
58
  """
59
59
  Input properties used for looking up and filtering LoadbalancerCommonBandwidthPackageAttachment resources.
60
- :param pulumi.Input[str] bandwidth_package_id: Specifies whether only to precheck the request. Valid values:
61
- :param pulumi.Input[str] load_balancer_id: The ID of the EIP bandwidth plan.
60
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the bound shared bandwidth package.
61
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
62
62
  :param pulumi.Input[str] status: Network-based load balancing instance status. Value:, indicating that the instance listener will no longer forward traffic.
63
63
  """
64
64
  if bandwidth_package_id is not None:
@@ -72,7 +72,7 @@ class _LoadbalancerCommonBandwidthPackageAttachmentState:
72
72
  @pulumi.getter(name="bandwidthPackageId")
73
73
  def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
74
74
  """
75
- Specifies whether only to precheck the request. Valid values:
75
+ The ID of the bound shared bandwidth package.
76
76
  """
77
77
  return pulumi.get(self, "bandwidth_package_id")
78
78
 
@@ -84,7 +84,7 @@ class _LoadbalancerCommonBandwidthPackageAttachmentState:
84
84
  @pulumi.getter(name="loadBalancerId")
85
85
  def load_balancer_id(self) -> Optional[pulumi.Input[str]]:
86
86
  """
87
- The ID of the EIP bandwidth plan.
87
+ The ID of the network-based server load balancer instance.
88
88
  """
89
89
  return pulumi.get(self, "load_balancer_id")
90
90
 
@@ -114,9 +114,7 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
114
114
  load_balancer_id: Optional[pulumi.Input[str]] = None,
115
115
  __props__=None):
116
116
  """
117
- Provides a NLB Loadbalancer Common Bandwidth Package Attachment resource.
118
-
119
- Bandwidth Package Operation.
117
+ Provides a NLB Loadbalancer Common Bandwidth Package Attachment resource. Bandwidth Package Operation.
120
118
 
121
119
  For information about NLB Loadbalancer Common Bandwidth Package Attachment and how to use it, see [What is Loadbalancer Common Bandwidth Package Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/nlb-instances-change).
122
120
 
@@ -175,7 +173,7 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
175
173
  ])
176
174
  default_common_bandwith_package = alicloud.vpc.CommonBandwithPackage("default",
177
175
  bandwidth="2",
178
- internet_charge_type="PayByTraffic",
176
+ internet_charge_type="PayByBandwidth",
179
177
  bandwidth_package_name=name,
180
178
  description=name)
181
179
  default_loadbalancer_common_bandwidth_package_attachment = alicloud.nlb.LoadbalancerCommonBandwidthPackageAttachment("default",
@@ -193,8 +191,8 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
193
191
 
194
192
  :param str resource_name: The name of the resource.
195
193
  :param pulumi.ResourceOptions opts: Options for the resource.
196
- :param pulumi.Input[str] bandwidth_package_id: Specifies whether only to precheck the request. Valid values:
197
- :param pulumi.Input[str] load_balancer_id: The ID of the EIP bandwidth plan.
194
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the bound shared bandwidth package.
195
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
198
196
  """
199
197
  ...
200
198
  @overload
@@ -203,9 +201,7 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
203
201
  args: LoadbalancerCommonBandwidthPackageAttachmentArgs,
204
202
  opts: Optional[pulumi.ResourceOptions] = None):
205
203
  """
206
- Provides a NLB Loadbalancer Common Bandwidth Package Attachment resource.
207
-
208
- Bandwidth Package Operation.
204
+ Provides a NLB Loadbalancer Common Bandwidth Package Attachment resource. Bandwidth Package Operation.
209
205
 
210
206
  For information about NLB Loadbalancer Common Bandwidth Package Attachment and how to use it, see [What is Loadbalancer Common Bandwidth Package Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/nlb-instances-change).
211
207
 
@@ -264,7 +260,7 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
264
260
  ])
265
261
  default_common_bandwith_package = alicloud.vpc.CommonBandwithPackage("default",
266
262
  bandwidth="2",
267
- internet_charge_type="PayByTraffic",
263
+ internet_charge_type="PayByBandwidth",
268
264
  bandwidth_package_name=name,
269
265
  description=name)
270
266
  default_loadbalancer_common_bandwidth_package_attachment = alicloud.nlb.LoadbalancerCommonBandwidthPackageAttachment("default",
@@ -333,8 +329,8 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
333
329
  :param str resource_name: The unique name of the resulting resource.
334
330
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
335
331
  :param pulumi.ResourceOptions opts: Options for the resource.
336
- :param pulumi.Input[str] bandwidth_package_id: Specifies whether only to precheck the request. Valid values:
337
- :param pulumi.Input[str] load_balancer_id: The ID of the EIP bandwidth plan.
332
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the bound shared bandwidth package.
333
+ :param pulumi.Input[str] load_balancer_id: The ID of the network-based server load balancer instance.
338
334
  :param pulumi.Input[str] status: Network-based load balancing instance status. Value:, indicating that the instance listener will no longer forward traffic.
339
335
  """
340
336
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -350,7 +346,7 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
350
346
  @pulumi.getter(name="bandwidthPackageId")
351
347
  def bandwidth_package_id(self) -> pulumi.Output[str]:
352
348
  """
353
- Specifies whether only to precheck the request. Valid values:
349
+ The ID of the bound shared bandwidth package.
354
350
  """
355
351
  return pulumi.get(self, "bandwidth_package_id")
356
352
 
@@ -358,7 +354,7 @@ class LoadbalancerCommonBandwidthPackageAttachment(pulumi.CustomResource):
358
354
  @pulumi.getter(name="loadBalancerId")
359
355
  def load_balancer_id(self) -> pulumi.Output[str]:
360
356
  """
361
- The ID of the EIP bandwidth plan.
357
+ The ID of the network-based server load balancer instance.
362
358
  """
363
359
  return pulumi.get(self, "load_balancer_id")
364
360