Links

KubernetesNodePoolLan

Properties

Name
Type
Description
Notes
id
Integer
The LAN ID of an existing LAN at the related datacenter
dhcp
Boolean
Indicates if the Kubernetes node pool LAN will reserve an IP using DHCP.
[optional]
routes
array of additional LANs attached to worker nodes
[optional]

Example

require 'ionoscloud'
instance = Ionoscloud::KubernetesNodePoolLan.new(
id: 3,
dhcp: true,
routes: null
)