@pulumi/alicloud 3.57.0 → 3.57.1

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.
Files changed (47) hide show
  1. package/cddc/dedicatedHostAccount.d.ts +2 -0
  2. package/cddc/dedicatedHostAccount.js +2 -0
  3. package/cddc/dedicatedHostAccount.js.map +1 -1
  4. package/cddc/dedicatedHostGroup.d.ts +2 -0
  5. package/cddc/dedicatedHostGroup.js +2 -0
  6. package/cddc/dedicatedHostGroup.js.map +1 -1
  7. package/cs/kubernetesAddon.d.ts +1 -1
  8. package/cs/kubernetesAddon.js +1 -1
  9. package/cs/nodePool.d.ts +3 -3
  10. package/ddos/bgpIp.d.ts +14 -0
  11. package/ddos/bgpIp.js +4 -0
  12. package/ddos/bgpIp.js.map +1 -1
  13. package/ecs/ecsDisk.d.ts +3 -3
  14. package/ecs/eip.d.ts +1 -1
  15. package/ecs/eipAddress.d.ts +213 -129
  16. package/ecs/eipAddress.js.map +1 -1
  17. package/ecs/eipAssociation.d.ts +90 -27
  18. package/ecs/eipAssociation.js +9 -9
  19. package/ecs/eipAssociation.js.map +1 -1
  20. package/ecs/eipSegmentAddress.d.ts +112 -56
  21. package/ecs/eipSegmentAddress.js +6 -0
  22. package/ecs/eipSegmentAddress.js.map +1 -1
  23. package/ecs/instance.d.ts +5 -2
  24. package/ecs/instance.js +5 -2
  25. package/ecs/instance.js.map +1 -1
  26. package/ess/alarm.d.ts +31 -5
  27. package/ess/alarm.js +4 -6
  28. package/ess/alarm.js.map +1 -1
  29. package/ess/scalingGroup.d.ts +39 -3
  30. package/ess/scalingGroup.js +6 -0
  31. package/ess/scalingGroup.js.map +1 -1
  32. package/log/ossShipper.d.ts +2 -0
  33. package/log/ossShipper.js +2 -0
  34. package/log/ossShipper.js.map +1 -1
  35. package/mongodb/shardingInstance.d.ts +15 -3
  36. package/mongodb/shardingInstance.js +2 -0
  37. package/mongodb/shardingInstance.js.map +1 -1
  38. package/package.json +2 -2
  39. package/rds/instance.d.ts +9 -0
  40. package/rds/instance.js.map +1 -1
  41. package/types/input.d.ts +24 -1
  42. package/types/output.d.ts +24 -1
  43. package/vpc/commonBandwithPackage.d.ts +85 -52
  44. package/vpc/commonBandwithPackage.js.map +1 -1
  45. package/vpc/commonBandwithPackageAttachment.d.ts +25 -13
  46. package/vpc/commonBandwithPackageAttachment.js +1 -1
  47. package/vpc/commonBandwithPackageAttachment.js.map +1 -1
@@ -25,23 +25,32 @@ export declare class EipAddress extends pulumi.CustomResource {
25
25
  */
26
26
  static isInstance(obj: any): obj is EipAddress;
27
27
  /**
28
- * Special activity ID. This parameter is not required.
28
+ * The promotion code. This parameter is not required.
29
29
  */
30
30
  readonly activityId: pulumi.Output<string | undefined>;
31
31
  /**
32
- * The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
32
+ * The EIP name.
33
+ *
34
+ * The name must be 1 to 128 characters in length and start with a letter, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-).
35
+ *
36
+ * > **NOTE:** You cannot specify this parameter if you create a subscription EIP.
33
37
  */
34
38
  readonly addressName: pulumi.Output<string>;
35
39
  /**
36
- * The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
40
+ * The ID of the EIP instance.
37
41
  */
38
- readonly allocationId: pulumi.Output<string | undefined>;
42
+ readonly allocationId: pulumi.Output<string>;
39
43
  /**
40
- * Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `autoPay` is `true`, The order will be automatically paid. When `autoPay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `paymentType` is `Subscription`, this parameter is valid.
44
+ * Specifies whether to enable automatic payment. Valid values:
41
45
  */
42
46
  readonly autoPay: pulumi.Output<boolean | undefined>;
43
47
  /**
44
- * The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
48
+ * The maximum bandwidth of the specified EIP. Unit: Mbit/s.
49
+ * - When `paymentType` is set to `PayAsYouGo` and `internetChargeType` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
50
+ * - When `paymentType` is set to `PayAsYouGo` and `internetChargeType` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
51
+ * - When `paymentType` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
52
+ *
53
+ * Default value: `5` Mbit /s.
45
54
  */
46
55
  readonly bandwidth: pulumi.Output<string>;
47
56
  /**
@@ -49,19 +58,21 @@ export declare class EipAddress extends pulumi.CustomResource {
49
58
  */
50
59
  readonly createTime: pulumi.Output<string>;
51
60
  /**
52
- * Whether the delete protection function is turned on.
53
- * - **true**: enabled.
54
- * - **false**: not enabled.
61
+ * Specifies whether to enable deletion protection. Valid values:
55
62
  */
56
63
  readonly deletionProtection: pulumi.Output<boolean>;
57
64
  /**
58
65
  * The description of the EIP.
66
+ *
67
+ * The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
68
+ *
69
+ * > **NOTE:** You cannot specify this parameter if you create a subscription EIP.
59
70
  */
60
71
  readonly description: pulumi.Output<string | undefined>;
61
72
  /**
62
- * Whether the second-level monitoring is enabled for the EIP.
63
- * - **OFF**: not enabled.
64
- * - **ON**: enabled.
73
+ * The status of fine-grained monitoring. Valid values:
74
+ * - `ON`
75
+ * - `OFF`
65
76
  */
66
77
  readonly highDefinitionMonitorLogStatus: pulumi.Output<string>;
67
78
  /**
@@ -71,43 +82,50 @@ export declare class EipAddress extends pulumi.CustomResource {
71
82
  */
72
83
  readonly instanceChargeType: pulumi.Output<string>;
73
84
  /**
74
- * Renewal Payment type.
75
- * - **PayByBandwidth**: billed by fixed bandwidth.
76
- * - **PayByTraffic**: Billing by traffic.
85
+ * The metering method of the EIP. Valid values:
86
+ * - `PayByBandwidth` (default): pay-by-bandwidth.
87
+ * - `PayByTraffic`: pay-by-data-transfer.
88
+ *
89
+ * When `paymentType` is set to `Subscription`, you must set `internetChargeType` to `PayByBandwidth`.
90
+ *
91
+ * When `paymentType` is set to `PayAsYouGo`, set `internetChargeType` to `PayByBandwidth` or `PayByTraffic`.
77
92
  */
78
93
  readonly internetChargeType: pulumi.Output<string>;
79
94
  /**
80
- * The IP address of the EIP.
95
+ * The IP address of the EIP. Supports a maximum of 50 EIPs.
81
96
  */
82
97
  readonly ipAddress: pulumi.Output<string>;
83
98
  /**
84
- * The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
85
- * - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
86
- * - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
87
- * - `ChinaTelecom`: China Telecom.
88
- * - `ChinaUnicom`: China Unicom.
89
- * - `ChinaMobile`: China Mobile.
90
- * - `ChinaTelecom_L2`: China Telecom L2.
91
- * - `ChinaUnicom_L2`: China Unicom L2.
92
- * - `ChinaMobile_L2`: China Mobile L2.
93
- * - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
94
- * - `BGP_International`: BGP_International.
95
- * > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
99
+ * The line type. Valid values:
100
+ * - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
101
+ * - `BGP_PRO`: BGP (Multi-ISP) Pro line The BGP (Multi-ISP) Pro line is supported in the China (Hong Kong), Singapore, Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
102
+ *
103
+ * For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see the "Line types" section of [What is EIP?](https://www.alibabacloud.com/help/en/doc-detail/32321.html)
104
+ *
105
+ * If you are allowed to use single-ISP bandwidth, you can also choose one of the following values:
106
+ * - `ChinaTelecom`
107
+ * - `ChinaUnicom`
108
+ * - `ChinaMobile`
109
+ * - `ChinaTelecom_L2`
110
+ * - `ChinaUnicom_L2`
111
+ * - `ChinaMobile_L2`
112
+ *
113
+ * If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
96
114
  */
97
115
  readonly isp: pulumi.Output<string>;
98
116
  /**
99
- * The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
117
+ * The name of the Simple Log Service (SLS) project.
100
118
  */
101
119
  readonly logProject: pulumi.Output<string | undefined>;
102
120
  /**
103
- * The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
121
+ * The name of the Logstore.
104
122
  */
105
123
  readonly logStore: pulumi.Output<string | undefined>;
106
124
  /**
107
- * Binding mode, value:
108
- * - **NAT** (default):NAT mode (normal mode).
109
- * - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
110
- * - **BINDED**: indicates the mode in which the EIP NIC is visible.
125
+ * The association mode. Valid values:
126
+ * - `NAT` (default): NAT mode
127
+ * - `MULTI_BINDED`: multi-EIP-to-ENI mode
128
+ * - `BINDED`: cut-network interface controller mode
111
129
  */
112
130
  readonly mode: pulumi.Output<string>;
113
131
  /**
@@ -117,47 +135,57 @@ export declare class EipAddress extends pulumi.CustomResource {
117
135
  */
118
136
  readonly name: pulumi.Output<string>;
119
137
  /**
120
- * The type of the network. Valid value is `public` (Internet).
138
+ * The network type. By default, this value is set to `public`, which specifies the public network type.
121
139
  */
122
140
  readonly netmode: pulumi.Output<string>;
123
141
  /**
124
- * The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
142
+ * The billing method of the EIP. Valid values:
143
+ * - `Subscription`: subscription
144
+ * - `PayAsYouGo` (default): pay-as-you-go
145
+ *
146
+ * If `paymentType` is set to `Subscription`, set `internetChargeType` to `PayByBandwidth`. If `paymentType` is set to `PayAsYouGo`, set `internetChargeType` to `PayByBandwidth` or `PayByTraffic`.
125
147
  */
126
148
  readonly paymentType: pulumi.Output<string>;
127
149
  /**
128
- * When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
150
+ * Duration of purchase. When the value of `pricingCycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricingCycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `paymentType` parameter is `Subscription`, this parameter is required. If the value of the `paymentType` parameter is `PayAsYouGo`, this parameter is left blank.
129
151
  */
130
152
  readonly period: pulumi.Output<number | undefined>;
131
153
  /**
132
- * Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
154
+ * The billing cycle of the subscription EIP. Valid values:
155
+ * - `Month` (default)
156
+ * - `Year`
157
+ *
158
+ * If `paymentType` is set to `Subscription`, this parameter is required. If `paymentType` is set to `PayAsYouGo`, this parameter is not required.
133
159
  */
134
160
  readonly pricingCycle: pulumi.Output<string | undefined>;
135
161
  /**
136
- * The ID of the IP address pool to which the EIP belongs.
162
+ * The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
137
163
  */
138
164
  readonly publicIpAddressPoolId: pulumi.Output<string | undefined>;
139
165
  /**
140
- * The ID of the resource group.
166
+ * The ID of the resource group to which you want to move the resource.
167
+ *
168
+ * > **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
141
169
  */
142
170
  readonly resourceGroupId: pulumi.Output<string>;
143
171
  /**
144
172
  * Security protection level.
145
173
  * - When the return is empty, the basic DDoS protection is specified.
146
- * - When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
174
+ * - When `antidosEnhanced` is returned, it indicates DDoS protection (enhanced version).
147
175
  */
148
176
  readonly securityProtectionTypes: pulumi.Output<string[] | undefined>;
149
177
  /**
150
- * The status of the EIP.
178
+ * The state of the EIP.
151
179
  */
152
180
  readonly status: pulumi.Output<string>;
153
181
  /**
154
- * The tag of the resource.
182
+ * The tag of the resource
155
183
  */
156
184
  readonly tags: pulumi.Output<{
157
185
  [key: string]: any;
158
186
  } | undefined>;
159
187
  /**
160
- * The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
188
+ * The zone of the EIP. When the service type of the IP address pool specified by `PublicIpAddressPoolId` is CloudBox, the default value is the zone of the IP address pool. For more information, see [ListPublicIpAddressPools](https://www.alibabacloud.com/help/en/doc-detail/429433.html).
161
189
  *
162
190
  * The following arguments will be discarded. Please use new fields as soon as possible:
163
191
  */
@@ -176,23 +204,32 @@ export declare class EipAddress extends pulumi.CustomResource {
176
204
  */
177
205
  export interface EipAddressState {
178
206
  /**
179
- * Special activity ID. This parameter is not required.
207
+ * The promotion code. This parameter is not required.
180
208
  */
181
209
  activityId?: pulumi.Input<string>;
182
210
  /**
183
- * The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
211
+ * The EIP name.
212
+ *
213
+ * The name must be 1 to 128 characters in length and start with a letter, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-).
214
+ *
215
+ * > **NOTE:** You cannot specify this parameter if you create a subscription EIP.
184
216
  */
185
217
  addressName?: pulumi.Input<string>;
186
218
  /**
187
- * The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
219
+ * The ID of the EIP instance.
188
220
  */
189
221
  allocationId?: pulumi.Input<string>;
190
222
  /**
191
- * Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `autoPay` is `true`, The order will be automatically paid. When `autoPay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `paymentType` is `Subscription`, this parameter is valid.
223
+ * Specifies whether to enable automatic payment. Valid values:
192
224
  */
193
225
  autoPay?: pulumi.Input<boolean>;
194
226
  /**
195
- * The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
227
+ * The maximum bandwidth of the specified EIP. Unit: Mbit/s.
228
+ * - When `paymentType` is set to `PayAsYouGo` and `internetChargeType` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
229
+ * - When `paymentType` is set to `PayAsYouGo` and `internetChargeType` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
230
+ * - When `paymentType` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
231
+ *
232
+ * Default value: `5` Mbit /s.
196
233
  */
197
234
  bandwidth?: pulumi.Input<string>;
198
235
  /**
@@ -200,19 +237,21 @@ export interface EipAddressState {
200
237
  */
201
238
  createTime?: pulumi.Input<string>;
202
239
  /**
203
- * Whether the delete protection function is turned on.
204
- * - **true**: enabled.
205
- * - **false**: not enabled.
240
+ * Specifies whether to enable deletion protection. Valid values:
206
241
  */
207
242
  deletionProtection?: pulumi.Input<boolean>;
208
243
  /**
209
244
  * The description of the EIP.
245
+ *
246
+ * The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
247
+ *
248
+ * > **NOTE:** You cannot specify this parameter if you create a subscription EIP.
210
249
  */
211
250
  description?: pulumi.Input<string>;
212
251
  /**
213
- * Whether the second-level monitoring is enabled for the EIP.
214
- * - **OFF**: not enabled.
215
- * - **ON**: enabled.
252
+ * The status of fine-grained monitoring. Valid values:
253
+ * - `ON`
254
+ * - `OFF`
216
255
  */
217
256
  highDefinitionMonitorLogStatus?: pulumi.Input<string>;
218
257
  /**
@@ -222,43 +261,50 @@ export interface EipAddressState {
222
261
  */
223
262
  instanceChargeType?: pulumi.Input<string>;
224
263
  /**
225
- * Renewal Payment type.
226
- * - **PayByBandwidth**: billed by fixed bandwidth.
227
- * - **PayByTraffic**: Billing by traffic.
264
+ * The metering method of the EIP. Valid values:
265
+ * - `PayByBandwidth` (default): pay-by-bandwidth.
266
+ * - `PayByTraffic`: pay-by-data-transfer.
267
+ *
268
+ * When `paymentType` is set to `Subscription`, you must set `internetChargeType` to `PayByBandwidth`.
269
+ *
270
+ * When `paymentType` is set to `PayAsYouGo`, set `internetChargeType` to `PayByBandwidth` or `PayByTraffic`.
228
271
  */
229
272
  internetChargeType?: pulumi.Input<string>;
230
273
  /**
231
- * The IP address of the EIP.
274
+ * The IP address of the EIP. Supports a maximum of 50 EIPs.
232
275
  */
233
276
  ipAddress?: pulumi.Input<string>;
234
277
  /**
235
- * The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
236
- * - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
237
- * - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
238
- * - `ChinaTelecom`: China Telecom.
239
- * - `ChinaUnicom`: China Unicom.
240
- * - `ChinaMobile`: China Mobile.
241
- * - `ChinaTelecom_L2`: China Telecom L2.
242
- * - `ChinaUnicom_L2`: China Unicom L2.
243
- * - `ChinaMobile_L2`: China Mobile L2.
244
- * - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
245
- * - `BGP_International`: BGP_International.
246
- * > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
278
+ * The line type. Valid values:
279
+ * - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
280
+ * - `BGP_PRO`: BGP (Multi-ISP) Pro line The BGP (Multi-ISP) Pro line is supported in the China (Hong Kong), Singapore, Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
281
+ *
282
+ * For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see the "Line types" section of [What is EIP?](https://www.alibabacloud.com/help/en/doc-detail/32321.html)
283
+ *
284
+ * If you are allowed to use single-ISP bandwidth, you can also choose one of the following values:
285
+ * - `ChinaTelecom`
286
+ * - `ChinaUnicom`
287
+ * - `ChinaMobile`
288
+ * - `ChinaTelecom_L2`
289
+ * - `ChinaUnicom_L2`
290
+ * - `ChinaMobile_L2`
291
+ *
292
+ * If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
247
293
  */
248
294
  isp?: pulumi.Input<string>;
249
295
  /**
250
- * The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
296
+ * The name of the Simple Log Service (SLS) project.
251
297
  */
252
298
  logProject?: pulumi.Input<string>;
253
299
  /**
254
- * The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
300
+ * The name of the Logstore.
255
301
  */
256
302
  logStore?: pulumi.Input<string>;
257
303
  /**
258
- * Binding mode, value:
259
- * - **NAT** (default):NAT mode (normal mode).
260
- * - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
261
- * - **BINDED**: indicates the mode in which the EIP NIC is visible.
304
+ * The association mode. Valid values:
305
+ * - `NAT` (default): NAT mode
306
+ * - `MULTI_BINDED`: multi-EIP-to-ENI mode
307
+ * - `BINDED`: cut-network interface controller mode
262
308
  */
263
309
  mode?: pulumi.Input<string>;
264
310
  /**
@@ -268,47 +314,57 @@ export interface EipAddressState {
268
314
  */
269
315
  name?: pulumi.Input<string>;
270
316
  /**
271
- * The type of the network. Valid value is `public` (Internet).
317
+ * The network type. By default, this value is set to `public`, which specifies the public network type.
272
318
  */
273
319
  netmode?: pulumi.Input<string>;
274
320
  /**
275
- * The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
321
+ * The billing method of the EIP. Valid values:
322
+ * - `Subscription`: subscription
323
+ * - `PayAsYouGo` (default): pay-as-you-go
324
+ *
325
+ * If `paymentType` is set to `Subscription`, set `internetChargeType` to `PayByBandwidth`. If `paymentType` is set to `PayAsYouGo`, set `internetChargeType` to `PayByBandwidth` or `PayByTraffic`.
276
326
  */
277
327
  paymentType?: pulumi.Input<string>;
278
328
  /**
279
- * When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
329
+ * Duration of purchase. When the value of `pricingCycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricingCycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `paymentType` parameter is `Subscription`, this parameter is required. If the value of the `paymentType` parameter is `PayAsYouGo`, this parameter is left blank.
280
330
  */
281
331
  period?: pulumi.Input<number>;
282
332
  /**
283
- * Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
333
+ * The billing cycle of the subscription EIP. Valid values:
334
+ * - `Month` (default)
335
+ * - `Year`
336
+ *
337
+ * If `paymentType` is set to `Subscription`, this parameter is required. If `paymentType` is set to `PayAsYouGo`, this parameter is not required.
284
338
  */
285
339
  pricingCycle?: pulumi.Input<string>;
286
340
  /**
287
- * The ID of the IP address pool to which the EIP belongs.
341
+ * The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
288
342
  */
289
343
  publicIpAddressPoolId?: pulumi.Input<string>;
290
344
  /**
291
- * The ID of the resource group.
345
+ * The ID of the resource group to which you want to move the resource.
346
+ *
347
+ * > **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
292
348
  */
293
349
  resourceGroupId?: pulumi.Input<string>;
294
350
  /**
295
351
  * Security protection level.
296
352
  * - When the return is empty, the basic DDoS protection is specified.
297
- * - When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
353
+ * - When `antidosEnhanced` is returned, it indicates DDoS protection (enhanced version).
298
354
  */
299
355
  securityProtectionTypes?: pulumi.Input<pulumi.Input<string>[]>;
300
356
  /**
301
- * The status of the EIP.
357
+ * The state of the EIP.
302
358
  */
303
359
  status?: pulumi.Input<string>;
304
360
  /**
305
- * The tag of the resource.
361
+ * The tag of the resource
306
362
  */
307
363
  tags?: pulumi.Input<{
308
364
  [key: string]: any;
309
365
  }>;
310
366
  /**
311
- * The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
367
+ * The zone of the EIP. When the service type of the IP address pool specified by `PublicIpAddressPoolId` is CloudBox, the default value is the zone of the IP address pool. For more information, see [ListPublicIpAddressPools](https://www.alibabacloud.com/help/en/doc-detail/429433.html).
312
368
  *
313
369
  * The following arguments will be discarded. Please use new fields as soon as possible:
314
370
  */
@@ -319,39 +375,50 @@ export interface EipAddressState {
319
375
  */
320
376
  export interface EipAddressArgs {
321
377
  /**
322
- * Special activity ID. This parameter is not required.
378
+ * The promotion code. This parameter is not required.
323
379
  */
324
380
  activityId?: pulumi.Input<string>;
325
381
  /**
326
- * The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
382
+ * The EIP name.
383
+ *
384
+ * The name must be 1 to 128 characters in length and start with a letter, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-).
385
+ *
386
+ * > **NOTE:** You cannot specify this parameter if you create a subscription EIP.
327
387
  */
328
388
  addressName?: pulumi.Input<string>;
329
389
  /**
330
- * The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
390
+ * The ID of the EIP instance.
331
391
  */
332
392
  allocationId?: pulumi.Input<string>;
333
393
  /**
334
- * Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `autoPay` is `true`, The order will be automatically paid. When `autoPay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `paymentType` is `Subscription`, this parameter is valid.
394
+ * Specifies whether to enable automatic payment. Valid values:
335
395
  */
336
396
  autoPay?: pulumi.Input<boolean>;
337
397
  /**
338
- * The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
398
+ * The maximum bandwidth of the specified EIP. Unit: Mbit/s.
399
+ * - When `paymentType` is set to `PayAsYouGo` and `internetChargeType` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
400
+ * - When `paymentType` is set to `PayAsYouGo` and `internetChargeType` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
401
+ * - When `paymentType` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
402
+ *
403
+ * Default value: `5` Mbit /s.
339
404
  */
340
405
  bandwidth?: pulumi.Input<string>;
341
406
  /**
342
- * Whether the delete protection function is turned on.
343
- * - **true**: enabled.
344
- * - **false**: not enabled.
407
+ * Specifies whether to enable deletion protection. Valid values:
345
408
  */
346
409
  deletionProtection?: pulumi.Input<boolean>;
347
410
  /**
348
411
  * The description of the EIP.
412
+ *
413
+ * The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
414
+ *
415
+ * > **NOTE:** You cannot specify this parameter if you create a subscription EIP.
349
416
  */
350
417
  description?: pulumi.Input<string>;
351
418
  /**
352
- * Whether the second-level monitoring is enabled for the EIP.
353
- * - **OFF**: not enabled.
354
- * - **ON**: enabled.
419
+ * The status of fine-grained monitoring. Valid values:
420
+ * - `ON`
421
+ * - `OFF`
355
422
  */
356
423
  highDefinitionMonitorLogStatus?: pulumi.Input<string>;
357
424
  /**
@@ -361,43 +428,50 @@ export interface EipAddressArgs {
361
428
  */
362
429
  instanceChargeType?: pulumi.Input<string>;
363
430
  /**
364
- * Renewal Payment type.
365
- * - **PayByBandwidth**: billed by fixed bandwidth.
366
- * - **PayByTraffic**: Billing by traffic.
431
+ * The metering method of the EIP. Valid values:
432
+ * - `PayByBandwidth` (default): pay-by-bandwidth.
433
+ * - `PayByTraffic`: pay-by-data-transfer.
434
+ *
435
+ * When `paymentType` is set to `Subscription`, you must set `internetChargeType` to `PayByBandwidth`.
436
+ *
437
+ * When `paymentType` is set to `PayAsYouGo`, set `internetChargeType` to `PayByBandwidth` or `PayByTraffic`.
367
438
  */
368
439
  internetChargeType?: pulumi.Input<string>;
369
440
  /**
370
- * The IP address of the EIP.
441
+ * The IP address of the EIP. Supports a maximum of 50 EIPs.
371
442
  */
372
443
  ipAddress?: pulumi.Input<string>;
373
444
  /**
374
- * The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
375
- * - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
376
- * - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
377
- * - `ChinaTelecom`: China Telecom.
378
- * - `ChinaUnicom`: China Unicom.
379
- * - `ChinaMobile`: China Mobile.
380
- * - `ChinaTelecom_L2`: China Telecom L2.
381
- * - `ChinaUnicom_L2`: China Unicom L2.
382
- * - `ChinaMobile_L2`: China Mobile L2.
383
- * - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
384
- * - `BGP_International`: BGP_International.
385
- * > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
445
+ * The line type. Valid values:
446
+ * - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
447
+ * - `BGP_PRO`: BGP (Multi-ISP) Pro line The BGP (Multi-ISP) Pro line is supported in the China (Hong Kong), Singapore, Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
448
+ *
449
+ * For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see the "Line types" section of [What is EIP?](https://www.alibabacloud.com/help/en/doc-detail/32321.html)
450
+ *
451
+ * If you are allowed to use single-ISP bandwidth, you can also choose one of the following values:
452
+ * - `ChinaTelecom`
453
+ * - `ChinaUnicom`
454
+ * - `ChinaMobile`
455
+ * - `ChinaTelecom_L2`
456
+ * - `ChinaUnicom_L2`
457
+ * - `ChinaMobile_L2`
458
+ *
459
+ * If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
386
460
  */
387
461
  isp?: pulumi.Input<string>;
388
462
  /**
389
- * The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
463
+ * The name of the Simple Log Service (SLS) project.
390
464
  */
391
465
  logProject?: pulumi.Input<string>;
392
466
  /**
393
- * The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
467
+ * The name of the Logstore.
394
468
  */
395
469
  logStore?: pulumi.Input<string>;
396
470
  /**
397
- * Binding mode, value:
398
- * - **NAT** (default):NAT mode (normal mode).
399
- * - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
400
- * - **BINDED**: indicates the mode in which the EIP NIC is visible.
471
+ * The association mode. Valid values:
472
+ * - `NAT` (default): NAT mode
473
+ * - `MULTI_BINDED`: multi-EIP-to-ENI mode
474
+ * - `BINDED`: cut-network interface controller mode
401
475
  */
402
476
  mode?: pulumi.Input<string>;
403
477
  /**
@@ -407,43 +481,53 @@ export interface EipAddressArgs {
407
481
  */
408
482
  name?: pulumi.Input<string>;
409
483
  /**
410
- * The type of the network. Valid value is `public` (Internet).
484
+ * The network type. By default, this value is set to `public`, which specifies the public network type.
411
485
  */
412
486
  netmode?: pulumi.Input<string>;
413
487
  /**
414
- * The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
488
+ * The billing method of the EIP. Valid values:
489
+ * - `Subscription`: subscription
490
+ * - `PayAsYouGo` (default): pay-as-you-go
491
+ *
492
+ * If `paymentType` is set to `Subscription`, set `internetChargeType` to `PayByBandwidth`. If `paymentType` is set to `PayAsYouGo`, set `internetChargeType` to `PayByBandwidth` or `PayByTraffic`.
415
493
  */
416
494
  paymentType?: pulumi.Input<string>;
417
495
  /**
418
- * When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
496
+ * Duration of purchase. When the value of `pricingCycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricingCycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `paymentType` parameter is `Subscription`, this parameter is required. If the value of the `paymentType` parameter is `PayAsYouGo`, this parameter is left blank.
419
497
  */
420
498
  period?: pulumi.Input<number>;
421
499
  /**
422
- * Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
500
+ * The billing cycle of the subscription EIP. Valid values:
501
+ * - `Month` (default)
502
+ * - `Year`
503
+ *
504
+ * If `paymentType` is set to `Subscription`, this parameter is required. If `paymentType` is set to `PayAsYouGo`, this parameter is not required.
423
505
  */
424
506
  pricingCycle?: pulumi.Input<string>;
425
507
  /**
426
- * The ID of the IP address pool to which the EIP belongs.
508
+ * The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
427
509
  */
428
510
  publicIpAddressPoolId?: pulumi.Input<string>;
429
511
  /**
430
- * The ID of the resource group.
512
+ * The ID of the resource group to which you want to move the resource.
513
+ *
514
+ * > **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
431
515
  */
432
516
  resourceGroupId?: pulumi.Input<string>;
433
517
  /**
434
518
  * Security protection level.
435
519
  * - When the return is empty, the basic DDoS protection is specified.
436
- * - When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
520
+ * - When `antidosEnhanced` is returned, it indicates DDoS protection (enhanced version).
437
521
  */
438
522
  securityProtectionTypes?: pulumi.Input<pulumi.Input<string>[]>;
439
523
  /**
440
- * The tag of the resource.
524
+ * The tag of the resource
441
525
  */
442
526
  tags?: pulumi.Input<{
443
527
  [key: string]: any;
444
528
  }>;
445
529
  /**
446
- * The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
530
+ * The zone of the EIP. When the service type of the IP address pool specified by `PublicIpAddressPoolId` is CloudBox, the default value is the zone of the IP address pool. For more information, see [ListPublicIpAddressPools](https://www.alibabacloud.com/help/en/doc-detail/429433.html).
447
531
  *
448
532
  * The following arguments will be discarded. Please use new fields as soon as possible:
449
533
  */