VLANs
This section details VLAN-related Linode CLI commands.
list
Aliases: ls
Returns a list of all Virtual Local Area Networks (VLANs) on your Account.
Usage
The format accepted by this command.
linode-cli vlans list [-h] [--region region] [--label label]
[--order-by {region,label}] [--order {asc,desc}]
Sample
Examples of how this command might be used.
linode-cli vlans list
Filterable Attributes
Arguments used to define a filter for response entries.
Name |
Type |
Description |
---|---|---|
--label |
str |
The name of this VLAN. |
--region |
str |
This VLAN’s data center region. |
Result Attributes
The attributes returned by this command.
Name |
Type |
Example |
Description |
---|---|---|---|
created |
str |
2020-01-01T00:01:01 |
The date this VLAN was created. |
label |
str |
vlan-example |
The name of this VLAN. |
linodes |
[]int |
[111, 222] |
An array of Linode IDs attached to this VLAN. |
region |
str |
ap-west |
This VLAN’s data center region. |