Sha256: c724670adb5a8e6036dd109d6b63850835aa8e3f5c94553ba65ff525dc677911
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
# KubernetesNodePoolLanRoutes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesNodePoolLanRoutes.md |