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
@@ -61,16 +62,17 @@ The following arguments are supported:
61
62
*`dc_id` - (Required, String, ForceNew) ID of the DC to be queried, application deployment offline.
62
63
*`dcg_id` - (Required, String, ForceNew) ID of the DC Gateway. Currently only new in the console.
63
64
*`name` - (Required, String) Name of the dedicated tunnel.
64
-
*`vpc_id` - (Required, String, ForceNew) ID of the VPC or BMVPC.
65
65
*`bandwidth` - (Optional, Int, ForceNew) Bandwidth of the DC.
66
66
*`bgp_asn` - (Optional, Int, ForceNew) BGP ASN of the user. A required field within BGP.
67
67
*`bgp_auth_key` - (Optional, String, ForceNew) BGP key of the user.
68
68
*`customer_address` - (Optional, String, ForceNew) Interconnect IP of the DC within client.
69
+
*`dc_owner_account` - (Optional, String, ForceNew) Connection owner, who is the current customer by default. The developer account ID should be entered for shared connections.
69
70
*`network_type` - (Optional, String, ForceNew) Type of the network. Valid value: `VPC`, `BMVPC` and `CCN`. The default value is `VPC`.
70
71
*`route_filter_prefixes` - (Optional, Set: [`String`], ForceNew) Static route, the network address of the user IDC. It can be modified after setting but cannot be deleted. AN unable field within BGP.
71
72
*`route_type` - (Optional, String, ForceNew) Type of the route, and available values include BGP and STATIC. The default value is `BGP`.
72
73
*`tencent_address` - (Optional, String, ForceNew) Interconnect IP of the DC within Tencent.
73
74
*`vlan` - (Optional, Int, ForceNew) Vlan of the dedicated tunnels. Valid value ranges: (0~3000). `0` means that only one tunnel can be created for the physical connect.
75
+
*`vpc_id` - (Optional, String, ForceNew) ID of the VPC or BMVPC.
0 commit comments