Sha256: 75a6e3dc5187f9d58932852ab04ed5eb08e4b2f918b8b27a020f3707932bdb91

Contents?: true

Size: 455 Bytes

Versions: 9

Compression:

Stored size: 455 Bytes

Contents

# KubernetesNodePoolLanRoutes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **network** | **String** | IPv4 or IPv6 CIDR to be routed via the interface. | [optional] |
| **gateway_ip** | **String** | IPv4 or IPv6 Gateway IP for the route. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::KubernetesNodePoolLanRoutes.new(
  network: 1.2.3.4/24,
  gateway_ip: 10.1.5.16
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/KubernetesNodePoolLanRoutes.md
ionoscloud-6.1.0 docs/models/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.2 docs/models/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.1 docs/models/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.0 docs/models/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.0.beta.4 docs/models/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.0.beta.3 docs/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.0.beta.2 docs/KubernetesNodePoolLanRoutes.md
ionoscloud-6.0.0.beta.1 docs/KubernetesNodePoolLanRoutes.md