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
- [Create](/docs/api/linode-instances/#configuration-profile-create) a new Configuration Profile without the VLAN interface, then [reboot](/docs/apilinode-instances/#linode-reboot) the Linode into the new Configuration Profile.
10947
10951
- [Delete](/docs/api/linode-instances/#linode-delete) the Linode.
10948
10952
10949
-
**VLANs cannot be manually renamed.** If a VLAN's label must be changed, create a new VLAN and attach all required Linodes to it.
10950
-
10951
-
**VLANs cannot be manually deleted.** There is no need to manually delete a VLAN. If a VLAN is no longer needed, detach it from all Linodes. A VLANs that are not attached to any Linodes are automatically deleted within a short timeframe.
10952
-
10953
10953
**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.
10954
10954
If a VLAN is attached to your Linode and you attempt to migrate or clone it to a non-NGN data center,
10955
10955
the migration or cloning will not initiate. If a Linode cannot be migrated because of an incompatibility,
10956
10956
you will be prompted to select a different data center or contact support.
10957
+
10958
+
**Note:** See our guide on [Getting Started with VLANs](/docs/guides/getting-started-with-vlans/) to view additional [limitations](/docs/guides/getting-started-with-vlans/#limitations).
The target for this Record. For requests, this property's actual usage and whether it is required depends on the type of record this represents:
16462
+
The target for this Record. For requests, this property's actual usage and whether it is required depends
16463
+
on the type of record this represents:
16459
16464
16460
16465
`A` and `AAAA`: The IP address. Use `[remote_addr]` to submit the IPv4 address of the request. Required.
16461
16466
16462
16467
`NS`: The name server. Must be a valid domain. Required.
16463
16468
16464
-
`MX`: The mail server. Must be a valid domain. Required.
16469
+
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. To create a
16470
+
[Null MX Record](https://datatracker.ietf.org/doc/html/rfc7505), first
16471
+
[remove](/docs/api/domains/#domain-record-delete) any additional MX records, then enter an empty string
16472
+
(`""`) for this property. If a Domain has a Null MX record, new MX records cannot be created. Required.
16465
16473
16466
16474
`CNAME`: The alias. Must be a valid domain. Required.
16467
16475
16468
16476
`TXT`: The value. Required.
16469
16477
16470
-
`SRV`: The target domain or subdomain. If a subdomain is entered, it is automatically used with the Domain. To configure for a different domain, enter a valid FQDN. For example, the value `www` with a Domain for `example.com` results in a target set to `www.example.com`, whereas the value `sample.com` results in a target set to `sample.com`. Required.
16478
+
`SRV`: The target domain or subdomain. If a subdomain is entered, it is automatically used with the Domain.
16479
+
To configure for a different domain, enter a valid FQDN. For example, the value `www` with a Domain for
16480
+
`example.com` results in a target set to `www.example.com`, whereas the value `sample.com` results in a
16481
+
target set to `sample.com`. Required.
16471
16482
16472
-
`CAA`: The value. For `issue` or `issuewild` tags, the domain of your certificate issuer. For the `iodef` tag, a contact or submission URL (http or mailto).
16483
+
`CAA`: The value. For `issue` or `issuewild` tags, the domain of your certificate issuer. For the `iodef`
16484
+
tag, a contact or submission URL (http or mailto).
16473
16485
16474
-
`PTR`: See our guide on how to [Configure Your Linode for Reverse DNS (rDNS)](/docs/guides/configure-your-linode-for-reverse-dns).
16486
+
`PTR`: See our guide on how to [Configure Your Linode for Reverse DNS
With the exception of A, AAAA, and CAA records, this field accepts a trailing period.
16477
16490
example: 192.0.2.0
@@ -16480,14 +16493,18 @@ components:
16480
16493
type: integer
16481
16494
minimum: 0
16482
16495
maximum: 255
16483
-
description: >
16484
-
The priority of the target host for this Record. Lower values are preferred. Only valid and required for SRV record requests.
16496
+
description: |
16497
+
The priority of the target host for this Record. Lower values are preferred. Only valid for
16498
+
MX and SRV record requests. Required for SRV record requests.
16499
+
16500
+
Defaults to `0` for MX record requests. Must be `0` for Null MX records.
16485
16501
example: 50
16486
16502
x-linode-cli-display: 6
16487
16503
weight:
16488
16504
type: integer
16489
16505
description: >
16490
-
The relative weight of this Record. Higher values are preferred. Only valid and required for SRV record requests.
16506
+
The relative weight of this Record used in the case of identical priority. Higher values are preferred.
16507
+
Only valid and required for SRV record requests.
16491
16508
example: 50
16492
16509
minimum: 0
16493
16510
maximum: 65535
@@ -16503,13 +16520,14 @@ components:
16503
16520
type: string
16504
16521
nullable: true
16505
16522
description: >
16506
-
The name of the service. An underscore (_) is prepended and a period (.) is appended automatically to the submitted value for this property. Only valid and required for SRV record requests.
16523
+
The name of the service. An underscore (`_`) is prepended and a period (`.`) is appended automatically to the
16524
+
submitted value for this property. Only valid and required for SRV record requests.
16507
16525
example: null
16508
16526
protocol:
16509
16527
type: string
16510
16528
nullable: true
16511
16529
description: >
16512
-
The protocol this Record's service communicates with. An underscore (_) is prepended
16530
+
The protocol this Record's service communicates with. An underscore (`_`) is prepended
16513
16531
automatically to the submitted value for this property. Only valid
16514
16532
for SRV record requests.
16515
16533
example: null
@@ -17058,10 +17076,16 @@ components:
17058
17076
properties:
17059
17077
inbound:
17060
17078
type: array
17079
+
x-linode-cli-format: json
17080
+
description: |
17081
+
The inbound rules for the firewall, as a JSON array.
17061
17082
items:
17062
17083
$ref: '#/components/schemas/FirewallRuleConfig'
17063
17084
outbound:
17064
17085
type: array
17086
+
x-linode-cli-format: json
17087
+
description: |
17088
+
The outbound rules for the firewall, as a JSON array.
17065
17089
items:
17066
17090
$ref: '#/components/schemas/FirewallRuleConfig'
17067
17091
inbound_policy:
@@ -17675,6 +17699,8 @@ components:
17675
17699
If a VLAN is attached to your Linode and you attempt to migrate or clone it to a non-NGN data center,
17676
17700
the migration or cloning will not initiate. If a Linode cannot be migrated because of an incompatibility,
17677
17701
you will be prompted to select a different data center or contact support.
17702
+
17703
+
**Note:** See our guide on [Getting Started with VLANs](/docs/guides/getting-started-with-vlans/) to view additional [limitations](/docs/guides/getting-started-with-vlans/#limitations).
0 commit comments