# NatGatewayProperties

## Properties

| Name            | Type                                                                                                                                       | Description                                                                                                                                                  | Notes       |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| **lans**        | [**list\[NatGatewayLanProperties\]**](https://docs.ionos.com/sections-test/python-sdk/cloud-api-python-sdk/models/natgatewaylanproperties) | 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] |
| **name**        | **str**                                                                                                                                    | Name of the NAT Gateway.                                                                                                                                     |             |
| **public\_ips** | **list\[str]**                                                                                                                             | Collection of public IP addresses of the NAT Gateway. Should be customer reserved IP addresses in that location.                                             |             |
