You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Internet charge type, only applicable to open CLB. Valid values are `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.",
259
259
},
260
+
"delete_protect": {
261
+
Type: schema.TypeBool,
262
+
Optional: true,
263
+
Description: "Whether to enable delete protection.",
264
+
},
260
265
"bandwidth_package_id": {
261
266
Type: schema.TypeString,
262
267
Optional: true,
@@ -642,7 +647,33 @@ func resourceTencentCloudClbInstanceCreate(d *schema.ResourceData, meta interfac
Copy file name to clipboardExpand all lines: website/docs/r/clb_instance.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ The following arguments are supported:
187
187
*`network_type` - (Required, String, ForceNew) Type of CLB instance. Valid values: `OPEN` and `INTERNAL`.
188
188
*`address_ip_version` - (Optional, String) IP version, only applicable to open CLB. Valid values are `ipv4`, `ipv6` and `IPv6FullChain`.
189
189
*`bandwidth_package_id` - (Optional, String) Bandwidth package id. If set, the `internet_charge_type` must be `BANDWIDTH_PACKAGE`.
190
+
*`delete_protect` - (Optional, Bool) Whether to enable delete protection.
190
191
*`dynamic_vip` - (Optional, Bool) If create dynamic vip CLB instance, `true` or `false`.
191
192
*`internet_bandwidth_max_out` - (Optional, Int) Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
192
193
*`internet_charge_type` - (Optional, String) Internet charge type, only applicable to open CLB. Valid values are `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
0 commit comments