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

Version Path
ionoscloud-6.1.1 docs/models/KubernetesNodePoolLan.md
ionoscloud-6.1.0 docs/models/KubernetesNodePoolLan.md
ionoscloud-6.0.2 docs/models/KubernetesNodePoolLan.md
ionoscloud-6.0.1 docs/models/KubernetesNodePoolLan.md
ionoscloud-6.0.0 docs/models/KubernetesNodePoolLan.md