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
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6798,6 +6798,8 @@ paths:
6798
6798
Any [tags](/docs/api/tags/#tags-list) existing on the source Linode will be cloned to the target Linode.
6799
6799
6800
6800
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.
6801
6803
tags:
6802
6804
- Linode Instances
6803
6805
operationId: cloneLinodeInstance
@@ -8166,6 +8168,8 @@ paths:
8166
8168
If you have these features enabled on your Linode and attempt to migrate to an NGN data center,
8167
8169
the migration will not initiate. If a Linode cannot be migrated because of an incompatibility,
8168
8170
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.
8169
8173
tags:
8170
8174
- Linode Instances
8171
8175
operationId: migrateLinodeInstance
@@ -22622,11 +22626,17 @@ components:
22622
22626
description: >
22623
22627
The Network Interface to apply to this Linode's configuration profile.
22624
22628
properties:
22629
+
id:
22630
+
readOnly: true
22631
+
type: integer
22632
+
description: The unique ID representing this interface.
22633
+
example: 101
22634
+
x-linode-cli-display: 1
22625
22635
label:
22626
22636
type: string
22627
22637
minLength: 1
22628
22638
maxLength: 64
22629
-
pattern: '/[a-z0-9-]+/'
22639
+
pattern: '[a-zA-Z0-9-]+'
22630
22640
x-linode-filterable: true
22631
22641
nullable: true
22632
22642
description: |
@@ -22643,6 +22653,7 @@ components:
22643
22653
22644
22654
If the VLAN label is new, a VLAN is created. Up to 10 VLANs can be created in each data center region. To view your active VLANs, use the [VLANs List](/docs/api/networking/#vlans-list) endpoint.
22645
22655
example: example-interface
22656
+
x-linode-cli-display: 2
22646
22657
ipam_address:
22647
22658
type: string
22648
22659
format: ip/netmask
@@ -22677,16 +22688,20 @@ components:
22677
22688
* Configuring a `vlan` purpose interface attaches this Linode to the VLAN with the specified `label`.
22678
22689
* The Linode is configured to use the specified `ipam_address`, if any.
An array of Network Interfaces to add to this Linode's Configuration Profile.
22688
22703
22689
-
Up to three interface objects can be entered in this array. The position in the array determines the interface to which the settings apply:
22704
+
At least one and up to three interface objects can be entered in this array. The position in the array determines which of the Linode's network interfaces is configured:
22690
22705
22691
22706
- First [0]: eth0
22692
22707
- Second [1]: eth1
@@ -22700,10 +22715,13 @@ components:
22700
22715
22701
22716
**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.
22702
22717
If a VLAN is attached to your Linode and you attempt to migrate or clone it to a non-NGN data center,
22703
-
the migration or cloning will not initiate. If a Linode cannot be migrated because of an incompatibility,
22704
-
you will be prompted to select a different data center or contact support.
22718
+
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.
22705
22719
22706
22720
**Note:** See the [VLANs Overview](/docs/products/networking/vlans/#technical-specifications) guide to view additional specifications and limitations.
0 commit comments