Sha256: 03bb739d01a5c1803d44177dd6ba22084935fe14290b6213b10b0a7320e4d8e5
Contents?: true
Size: 582 Bytes
Versions: 1
Compression:
Stored size: 582 Bytes
Contents
# NatGatewayLanProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gateway_ips** | **Array<String>** | Collection of gateway IP addresses of the NAT Gateway. Will be auto-generated if not provided. Should ideally be an IP belonging to the same subnet as the LAN | [optional] | | **id** | **Integer** | Id for the LAN connected to the NAT Gateway | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NatGatewayLanProperties.new( gateway_ips: [10.12.1.2/24, 10.11.2.5/24, 10.11.2.4], id: 3 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/NatGatewayLanProperties.md |