> For the complete documentation index, see [llms.txt](https://docs.ionos.com/nodejs-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/nodejs-sdk/models/natgatewayproperties.md).

# NatGatewayProperties

## Properties

| Name          | Type                                                                                 | Description                                                                                                                                                  | Notes                               |
| ------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| **lans**      | [**Array\<NatGatewayLanProperties>**](/nodejs-sdk/models/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] \[default to undefined] |
| **name**      | **string**                                                                           | Name of the NAT Gateway.                                                                                                                                     | \[default to undefined]             |
| **publicIps** | **Array\<string>**                                                                   | Collection of public IP addresses of the NAT Gateway. Should be customer reserved IP addresses in that location.                                             | \[default to undefined]             |
