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
Copy file name to clipboardExpand all lines: openapi.yaml
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3808,8 +3808,12 @@ paths:
3808
3808
type: object
3809
3809
description: >
3810
3810
The Network Interface(s) to add to this Linode. This field is only required when creating
3811
-
a Linode that is attached to a Virtual Local Area Network (VLAN). **Note**: You must [create
3812
-
the VLAN](/docs/api/networking/#vlan-create) prior to attaching a Linode to it.
3811
+
a Linode that is attached to a Virtual Local Area Network (VLAN).
3812
+
3813
+
3814
+
**Note**: You must [create the VLAN](/docs/api/networking/#vlan-create) prior to attaching a Linode to it. Linode VLAN is available in Next Generation Network (NGN) [data centers](https://www.linode.com/global-infrastructure/).
3815
+
This includes Toronto (`ca-central`), Mumbai (`ap-west`), and Sydney (`ap-southeast`). A Linode can only be attached
3816
+
to a VLAN that resides within the same data center region as the Linode.
3813
3817
3814
3818
* A Linode can only have one Network Interface of `type: default`. This is the Linode's
3815
3819
public Network Interface, which allows the Linode to communicate across public networks.
@@ -3829,7 +3833,7 @@ paths:
3829
3833
* Then,[booting the Linode](/docs/api/linode-instances/#linode-boot) into the Configuration Profile.
3830
3834
3831
3835
* You can omit this field in your POST request and attach this Linode to a VLAN at a
3832
-
later time by using the VLANs Attach endpoint.
3836
+
later time by using the [VLAN Attach](/docs/api/networking/#vlan-attach) endpoint.
3833
3837
3834
3838
3835
3839
**Note:** Once this Linode is created, you can view this Linode's Network Interfaces by
@@ -10962,6 +10966,9 @@ paths:
10962
10966
* To attach an existing Linode to this VLAN, use this endpoint's `linodes` array when creating your VLAN
10963
10967
or use the VLANs Attach endpoint.
10964
10968
10969
+
* Linode VLAN is available in Next Generation Network (NGN) [data centers](https://www.linode.com/global-infrastructure/).
10970
+
This includes Toronto (`ca-central`), Mumbai (`ap-west`), and Sydney (`ap-southeast`).
10971
+
10965
10972
10966
10973
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
10967
10974
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
@@ -11027,7 +11034,7 @@ paths:
11027
11034
-H "Authorization: Bearer $TOKEN" \
11028
11035
-X POST -d '{
11029
11036
"description": "My example VLAN",
11030
-
"region": "us-east",
11037
+
"region": "ca-central",
11031
11038
"linodes": [
11032
11039
123,
11033
11040
456,
@@ -11039,7 +11046,7 @@ paths:
11039
11046
- lang: CLI
11040
11047
source: >
11041
11048
linode-cli networking vlan-create \
11042
-
--region us-east \
11049
+
--region ca-central \
11043
11050
--description "My example VLAN" \
11044
11051
--linodes [123, 456, 789] \
11045
11052
--cidr_block "10.0.0.0/24"
@@ -11151,9 +11158,15 @@ paths:
11151
11158
belonging to the Linode.
11152
11159
11153
11160
11161
+
**Note**: Linode VLAN is available in Next Generation Network (NGN) [data centers](https://www.linode.com/global-infrastructure/).
11162
+
This includes Toronto (`ca-central`), Mumbai (`ap-west`), and Sydney (`ap-southeast`). A Linode can only be attached
11163
+
to a VLAN that resides within the same data center region as the Linode.
11164
+
11165
+
11154
11166
For more fine-grained control, use the [Interface Create](/docs/api/linode-instances/#interface-create) endpoint to assign Network Interfaces to a Linode
11155
11167
and the [Configuration Profile Update](/docs/api/linode-instances/#configuration-profile-update) endpoint to add the Network Interface(s) to a specific Configuration Profile belonging to a Linode.
11156
11168
11169
+
11157
11170
**Beta**: This endpoint is in beta. Please make sure to prepend all requests with
11158
11171
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
11159
11172
updates in the future. This notice will be removed when this endpoint is out of
@@ -22170,7 +22183,7 @@ components:
22170
22183
22171
22184
**Note:** Currently, a VLAN can only be assigned to a Linode
0 commit comments