Sha256: 1d4e7ecab399f8f4cd1d552055e738ccdb92b56a9745b86ddee28d0bd5080fe1
Contents?: true
Size: 578 Bytes
Versions: 4
Compression:
Stored size: 578 Bytes
Contents
# NatGatewayLanProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Id for the LAN connected to the NAT gateway | | | **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] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NatGatewayLanProperties.new( id: 3, gateway_ips: [10.12.1.2/24, 10.11.2.5/24, 10.11.2.4] ) ```
Version data entries
4 entries across 4 versions & 1 rubygems