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: "Charge Type of the VPN gateway. Valid value: `PREPAID`, `POSTPAID_BY_HOUR`. The default is `POSTPAID_BY_HOUR`.",
130
130
},
131
+
"cdc_id": {
132
+
Type: schema.TypeString,
133
+
Optional: true,
134
+
Computed: true,
135
+
Description: "CDC instance ID.",
136
+
},
137
+
"max_connection": {
138
+
Type: schema.TypeInt,
139
+
Optional: true,
140
+
Computed: true,
141
+
Description: "Maximum number of connected clients allowed for the SSL VPN gateway. Valid values: [5, 10, 20, 50, 100]. This parameter is only required for SSL VPN gateways.",
142
+
},
131
143
"expired_time": {
132
144
Type: schema.TypeString,
133
145
Computed: true,
@@ -208,6 +220,15 @@ func resourceTencentCloudVpnGatewayCreate(d *schema.ResourceData, meta interface
Copy file name to clipboardExpand all lines: website/docs/r/vpn_gateway.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ The following arguments are supported:
54
54
*`name` - (Required) Name of the VPN gateway. The length of character is limited to 1-60.
55
55
*`zone` - (Required, ForceNew) Zone of the VPN gateway.
56
56
*`bandwidth` - (Optional) The maximum public network output bandwidth of VPN gateway (unit: Mbps), the available values include: 5,10,20,50,100,200,500,1000. Default is 5. When charge type is `PREPAID`, bandwidth degradation operation is unsupported.
57
+
*`cdc_id` - (Optional) CDC instance ID.
57
58
*`charge_type` - (Optional) Charge Type of the VPN gateway. Valid value: `PREPAID`, `POSTPAID_BY_HOUR`. The default is `POSTPAID_BY_HOUR`.
59
+
*`max_connection` - (Optional) Maximum number of connected clients allowed for the SSL VPN gateway. Valid values: [5, 10, 20, 50, 100]. This parameter is only required for SSL VPN gateways.
58
60
*`prepaid_period` - (Optional) Period of instance to be prepaid. Valid value: `1`, `2`, `3`, `4`, `6`, `7`, `8`, `9`, `12`, `24`, `36`. The unit is month. Caution: when this para and renew_flag para are valid, the request means to renew several months more pre-paid period. This para can only be set to take effect in create operation.
59
61
*`prepaid_renew_flag` - (Optional) Flag indicates whether to renew or not. Valid value: `NOTIFY_AND_RENEW`, `NOTIFY_AND_AUTO_RENEW`, `NOT_NOTIFY_AND_NOT_RENEW`. This para can only be set to take effect in create operation.
60
62
*`tags` - (Optional) A list of tags used to associate different resources.
0 commit comments