NatGatewayPropertiesFormat interface
Nat Gateway properties.
Properties
| idle |
The idle timeout of the nat gateway. |
| public |
An array of public ip addresses associated with the nat gateway resource. |
| public |
An array of public ip prefixes associated with the nat gateway resource. |
Property Details
idleTimeoutInMinutes
The idle timeout of the nat gateway.
idleTimeoutInMinutes?: number
Property Value
number
publicIpAddresses
An array of public ip addresses associated with the nat gateway resource.
publicIpAddresses?: SubResource[]
Property Value
publicIpPrefixes
An array of public ip prefixes associated with the nat gateway resource.
publicIpPrefixes?: SubResource[]