Sha256: 4254a294ea115dd0d4d1c4e1efd2c5f46f62a59c90ef8e76ed38880550be0c9b
Contents?: true
Size: 806 Bytes
Versions: 1
Compression:
Stored size: 806 Bytes
Contents
# KubernetesNodePoolLan ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **datacenter_id** | **String** | The datacenter ID, requires system privileges, for internal usage only | [optional] | | **dhcp** | **Boolean** | Specifies whether the Kubernetes node pool LAN reserves an IP with DHCP. | [optional] | | **id** | **Integer** | The LAN ID of an existing LAN at the related data center | | | **routes** | [**Array<KubernetesNodePoolLanRoutes>**](KubernetesNodePoolLanRoutes.md) | The array of additional LANs attached to worker nodes. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePoolLan.new( datacenter_id: 00000000-0000-0000-0000-000000000000, dhcp: true, id: 3, routes: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesNodePoolLan.md |