NatGatewayPropertiesFormat interface
Nat Gateway properties.
Properties
| idle |
The idle timeout of the nat gateway. |
| nat64 | Whether Nat64 is enabled for the NAT gateway resource. |
| provisioning |
The provisioning state of the NAT gateway resource. |
| public |
An array of public ip addresses V4 associated with the nat gateway resource. |
| public |
An array of public ip addresses V6 associated with the nat gateway resource. |
| public |
An array of public ip prefixes V4 associated with the nat gateway resource. |
| public |
An array of public ip prefixes V6 associated with the nat gateway resource. |
| resource |
The resource GUID property of the NAT gateway resource. |
| service |
Reference to an existing service gateway. |
| source |
A reference to the source virtual network using this nat gateway resource. |
| subnets | An array of references to the subnets using this nat gateway resource. |
Property Details
idleTimeoutInMinutes
The idle timeout of the nat gateway.
idleTimeoutInMinutes?: number
Property Value
number
nat64
Whether Nat64 is enabled for the NAT gateway resource.
nat64?: string
Property Value
string
provisioningState
The provisioning state of the NAT gateway resource.
provisioningState?: string
Property Value
string
publicIpAddresses
An array of public ip addresses V4 associated with the nat gateway resource.
publicIpAddresses?: SubResource[]
Property Value
publicIpAddressesV6
An array of public ip addresses V6 associated with the nat gateway resource.
publicIpAddressesV6?: SubResource[]
Property Value
publicIpPrefixes
An array of public ip prefixes V4 associated with the nat gateway resource.
publicIpPrefixes?: SubResource[]
Property Value
publicIpPrefixesV6
An array of public ip prefixes V6 associated with the nat gateway resource.
publicIpPrefixesV6?: SubResource[]
Property Value
resourceGuid
The resource GUID property of the NAT gateway resource.
resourceGuid?: string
Property Value
string
serviceGateway
sourceVirtualNetwork
A reference to the source virtual network using this nat gateway resource.
sourceVirtualNetwork?: SubResource
Property Value
subnets
An array of references to the subnets using this nat gateway resource.
subnets?: SubResource[]