# KubernetesNodePoolLan ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The LAN ID of an existing LAN at the related datacenter | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePoolLan.new( id: 3 ) ```