docs/models/NatGatewayProperties.md in ionoscloud-6.0.0.beta.4 vs docs/models/NatGatewayProperties.md in ionoscloud-6.0.0
- old
+ new
@@ -2,12 +2,12 @@
## 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] |
+| **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'