Sha256: e23c277591da0d80cdf71b757249f5ce20112b2e8fdaed4fcf73b65eebb8905b

Contents?: true

Size: 578 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/NatGatewayLanProperties.md
ionoscloud-6.1.0 docs/models/NatGatewayLanProperties.md
ionoscloud-6.0.2 docs/models/NatGatewayLanProperties.md
ionoscloud-6.0.1 docs/models/NatGatewayLanProperties.md
ionoscloud-6.0.0 docs/models/NatGatewayLanProperties.md