Sha256: eee939bc0dd3781afcd316a7763e61b86bcba8471fcebb43653f2d085d470b8c
Contents?: true
Size: 616 Bytes
Versions: 5
Compression:
Stored size: 616 Bytes
Contents
# 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<KubernetesNodePoolLanRoutes>**](KubernetesNodePoolLanRoutes.md) | array of additional LANs attached to worker nodes | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePoolLan.new( id: 3, dhcp: true, routes: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems