Share via


NatGatewayPropertiesFormatOutput interface

Nat Gateway properties.

Properties

idleTimeoutInMinutes

The idle timeout of the nat gateway.

provisioningState

The provisioning state of the NAT gateway resource.

publicIpAddresses

An array of public ip addresses associated with the nat gateway resource.

publicIpPrefixes

An array of public ip prefixes associated with the nat gateway resource.

resourceGuid

The resource GUID property of the 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

provisioningState

The provisioning state of the NAT gateway resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

publicIpAddresses

An array of public ip addresses associated with the nat gateway resource.

publicIpAddresses?: SubResourceOutput[]

Property Value

publicIpPrefixes

An array of public ip prefixes associated with the nat gateway resource.

publicIpPrefixes?: SubResourceOutput[]

Property Value

resourceGuid

The resource GUID property of the NAT gateway resource.

resourceGuid?: string

Property Value

string

subnets

An array of references to the subnets using this nat gateway resource.

subnets?: SubResourceOutput[]

Property Value