Lan
Creates and manages LAN objects.
Manages a LAN on IonosCloud.
Example Usage
Example Usage With IPv6 Enabled
Argument reference
datacenter_id
- (Required)[string] The ID of a Virtual Data Center.name
- (Optional)[string] The name of the LAN.public
- (Optional)[Boolean] Indicates if the LAN faces the public Internet (true) or not (false).pcc
- (Optional)[String] The unique id of aionoscloud_private_crossconnect
resource, in order. It needs to be ensured that IP addresses of the NICs of all LANs connected to a given Cross Connect is not duplicated and belongs to the same subnet rangeipv6_cidr_block
- (Computed, Optional) Contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you specify your own IPv6 CIDR block then you must provide a unique /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter.ip_failover
- (Computed) IP failover configurations for lanip
nic_uuid
Import
Resource Lan can be imported using the resource id
, e.g.
Important Notes
Please note that only LANs datacenters found in the same physical location can be connected through a Cross-connect
A LAN cannot be a part of two Cross-connects
Last updated