Sha256: 009b8d0ffebb6b62480db3153ff7b4792b67bfa2540428ecab9bae61570e4ac3
Contents?: true
Size: 789 Bytes
Versions: 1
Compression:
Stored size: 789 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 valid subnet mask. If user will not provide any IP then 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/NatGatewayProperties.md |