> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/kubernetesnodepoollanroutes.md).

# KubernetesNodePoolLanRoutes

## Properties

\| **gateway\_ip** | **String** | IPv4 or IPv6 Gateway IP for the route. | \[optional] |

\| **network** | **String** | IPv4 or IPv6 CIDR to be routed via the interface. | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::KubernetesNodePoolLanRoutes.new(
  gateway_ip: 10.1.5.16,

  network: 1.2.3.4/24
)
```
