Skip to content

Commit 4da9c4c

Browse files
authored
Merge pull request #547 from bbiggerr/update/vlans-4-107-0
Update Linode Create description and interfaces properties
2 parents a1c04c5 + 01da134 commit 4da9c4c

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
@@ -4156,13 +4156,16 @@ paths:
41564156
* The Disks and Config will match that of the Linode that was backed up.
41574157
* The `root_pass` will match that of the Linode that was backed up.
41584158

4159+
* Attached to a private VLAN.
4160+
* Review the `interfaces` property of the [Request Body Schema](/docs/api/linode-instances/#linode-create__request-body-schema) for details.
4161+
* For more information, see our guide on [Getting Started with VLANs](/docs/guides/getting-started-with-vlans/).
4162+
41594163
* Create an empty Linode.
41604164
* The Linode will remain `offline` and must be manually started.
41614165
* See Linode Boot ([POST /linode/instances/{linodeId}/boot](/docs/api/linode-instances/#linode-boot)).
41624166
* Disks and Configs must be created manually.
41634167
* This is only recommended for advanced use cases.
41644168

4165-
41664169
**Important**: You must be an unrestricted User in order to add or modify
41674170
tags on Linodes.
41684171
tags:
@@ -18682,7 +18685,7 @@ components:
1868218685
* `public`
1868318686
* Only one `public` interface per Linode can be defined.
1868418687
* The Linode's default public IPv4 address is assigned to the `public` interface.
18685-
* If no `public` interface is defined, the Linode is not reachable via the public internet; access can only be established via LISH or other Linodes connected to the same VLAN.
18688+
* 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.
1868618689

1868718690
* `vlan`
1868818691
* Configuring a `vlan` purpose interface attaches this Linode to the VLAN with the specified `label`.

0 commit comments

Comments
 (0)