Sha256: c64f8cf0eba68127d4aabe210fb04d9c1710ca855eda5754e00fe41c9b806a6f

Contents?: true

Size: 780 Bytes

Versions: 4

Compression:

Stored size: 780 Bytes

Contents

# NatGatewayProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the NAT Gateway. |  |
| **public_ips** | **Array<String>** | Collection of public IP addresses of the NAT Gateway. Should be customer reserved IP addresses in that location. |  |
| **lans** | [**Array<NatGatewayLanProperties>**](NatGatewayLanProperties.md) | Collection of LANs connected to the NAT Gateway. IPs must contain a valid subnet mask. If no IP is provided, the system will generate an IP with /24 subnet. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::NatGatewayProperties.new(
  name: My NAT Gateway,
  public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4],
  lans: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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