Sha256: 3ca7590c5dbaaafee02283878d713ddb34b05b99f6dc2c9d96220734b15fcb2d

Contents?: true

Size: 786 Bytes

Versions: 1

Compression:

Stored size: 786 Bytes

Contents

# NatGatewayProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **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] |

| **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. |  |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::NatGatewayProperties.new(
  lans: null,

  name: My NAT Gateway,

  public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4]
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/NatGatewayProperties.md