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
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
@@ -22704,6 +22719,10 @@ components:
22704
22719
you will be prompted to select a different data center or contact support.
22705
22720
22706
22721
**Note:** See the [VLANs Overview](/docs/products/networking/vlans/#technical-specifications) guide to view additional specifications and limitations.
0 commit comments