Skip to content

Commit c19f62f

Browse files
committed
Added NGN VLAN restrictions to Linode Clone and Migrate
1 parent 361a5e5 commit c19f62f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6798,6 +6798,8 @@ paths:
67986798
Any [tags](/docs/api/tags/#tags-list) existing on the source Linode will be cloned to the target Linode.
67996799

68006800
Linodes utilizing Metadata (`"has_user_data": true`) must be cloned to a new Linode with `metadata.user_data` included with the clone request.
6801+
6802+
**Note:** Only Next Generation Network (NGN) data centers support VLANs. If a VLAN is attached to your Linode and you attempt clone it to a non-NGN data center, the cloning will not initiate. If a Linode cannot be cloned because of an incompatibility, you will be prompted to select a different data center or contact support.
68016803
tags:
68026804
- Linode Instances
68036805
operationId: cloneLinodeInstance
@@ -8166,6 +8168,8 @@ paths:
81668168
If you have these features enabled on your Linode and attempt to migrate to an NGN data center,
81678169
the migration will not initiate. If a Linode cannot be migrated because of an incompatibility,
81688170
you will be prompted to select a different data center or contact support.
8171+
8172+
**Note:** Only Next Generation Network (NGN) data centers support VLANs. If a VLAN is attached to your Linode and you attempt to migrate it to a non-NGN data center, the migration will not initiate. If a Linode cannot be migrated because of an incompatibility, you will be prompted to select a different data center or contact support.
81698173
tags:
81708174
- Linode Instances
81718175
operationId: migrateLinodeInstance
@@ -22715,8 +22719,7 @@ components:
2271522719

2271622720
**Note:** Only Next Generation Network (NGN) data centers support VLANs. Use the Regions ([/regions](/docs/api/regions/)) endpoint to view the capabilities of data center regions.
2271722721
If a VLAN is attached to your Linode and you attempt to migrate or clone it to a non-NGN data center,
22718-
the migration or cloning will not initiate. If a Linode cannot be migrated because of an incompatibility,
22719-
you will be prompted to select a different data center or contact support.
22722+
the migration or cloning will not initiate. If a Linode cannot be migrated or cloned because of an incompatibility, you will be prompted to select a different data center or contact support.
2272022723

2272122724
**Note:** See the [VLANs Overview](/docs/products/networking/vlans/#technical-specifications) guide to view additional specifications and limitations.
2272222725
example:

0 commit comments

Comments
 (0)