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
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22603,10 +22603,6 @@ components:
22603
22603
* In responses, always returns `null`.
22604
22604
22605
22605
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.
22606
-
22607
-
May only consist of ASCII letters, numbers, and dashes (`-`).
22608
-
22609
-
Must be unique among the Linode's interfaces.
22610
22606
example: example-interface
22611
22607
ipam_address:
22612
22608
type: string
@@ -22624,8 +22620,6 @@ components:
22624
22620
* In responses, always returns `null`.
22625
22621
22626
22622
The Linode is configured to use this address for the associated interface upon reboot if Network Helper is enabled. If Network Helper is disabled, the address can be enabled with [manual static IP configuration](/docs/guides/manual-network-configuration/).
22627
-
22628
-
Must be unique among the Linode's interfaces.
22629
22623
example: '10.0.0.1/24'
22630
22624
purpose:
22631
22625
type: string
@@ -22638,7 +22632,7 @@ components:
22638
22632
* `public`
22639
22633
* Only one `public` interface per Linode can be defined.
22640
22634
* The Linode's default public IPv4 address is assigned to the `public` interface.
22641
-
* A Linode must have a public interface in the first/eth0 position to be reachable via the public internet upon boot without additional system configuration. If no `public` interface is configured, the Linode is not directly reachable via the public internet. In this case, access can only be established via LISH or other Linodes connected to the same VLAN.
22635
+
* A Linode must have a public interface in the first/eth0 position to be reachable via the public internet upon boot without additional system configuration. If no `public` interface is configured, the Linode is not directly reachable via the public internet. In this case, access can only be established via [LISH](/docs/products/compute/compute-instances/guides/lish/) or other Linodes connected to the same VLAN.
22642
22636
22643
22637
* `vlan`
22644
22638
* Configuring a `vlan` purpose interface attaches this Linode to the VLAN with the specified `label`.
@@ -22655,9 +22649,9 @@ components:
22655
22649
22656
22650
Up to three interface objects can be entered in this array. The position in the array determines the interface to which the settings apply:
22657
22651
22658
-
- First/0: eth0
22659
-
- Second/1: eth1
22660
-
- Third/2: eth2
22652
+
- First [0]: eth0
22653
+
- Second [1]: eth1
22654
+
- Third [2]: eth2
22661
22655
22662
22656
When updating a Linode's interfaces, *each interface must be redefined*. An empty interfaces array results in a default public interface configuration only.
0 commit comments