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
-`NOTIFY_AND_AUTO_RENEW`: Notify users of expiration and automatically renew (default).
144
144
-`NOTIFY_AND_MANUAL_RENEW`: Notify users of expiration, but do not automatically renew.
145
145
-`DISABLE_NOTIFY_AND_MANUAL_RENEW`: Do not notify users of expiration and do not automatically renew.
146
146
147
147
The `internet_accessible` object of `native` supports the following:
148
148
149
-
*`charge_type` - (Required, String) Network billing method. Optional value is `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
150
-
*`max_bandwidth_out` - (Required, Int) Maximum bandwidth output. Note: When chargeType is `TRAFFIC_POSTPAID_BY_HOUR` and `BANDWIDTH_POSTPAID_BY_HOUR`, the valid range is 1~100. When chargeType is `BANDWIDTH_PACKAG`, the valid range is 1~2000.
151
-
*`bandwidth_package_id` - (Optional, String) Bandwidth package ID. Note: When ChargeType is BANDWIDTH_PACKAG, the value cannot be empty; otherwise, the value must be empty.
149
+
*`charge_type` - (Required, String, ForceNew) Network billing method. Optional value is `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
150
+
*`max_bandwidth_out` - (Required, Int, ForceNew) Maximum bandwidth output. Note: When chargeType is `TRAFFIC_POSTPAID_BY_HOUR` and `BANDWIDTH_POSTPAID_BY_HOUR`, the valid range is 1~100. When chargeType is `BANDWIDTH_PACKAG`, the valid range is 1~2000.
151
+
*`bandwidth_package_id` - (Optional, String, ForceNew) Bandwidth package ID. Note: When ChargeType is BANDWIDTH_PACKAG, the value cannot be empty; otherwise, the value must be empty.
152
152
153
153
The `labels` object supports the following:
154
154
@@ -178,8 +178,8 @@ The `native` object supports the following:
178
178
*`enable_autoscaling` - (Optional, Bool) Whether to enable elastic scaling.
0 commit comments