NatGateway interface
Nat Gateway resource.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
idle |
The idle timeout of the nat gateway. |
provisioning |
The provisioning state of the NAT gateway resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
resource |
The resource GUID property of the NAT gateway resource. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | The nat gateway SKU. |
subnets | An array of references to the subnets using this nat gateway resource. NOTE: This property will not be serialized. It can only be populated by the server. |
zones | A list of availability zones denoting the zone in which Nat Gateway should be deployed. |
Inherited Properties
id | Resource ID. |
location | Resource location. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
idleTimeoutInMinutes
The idle timeout of the nat gateway.
idleTimeoutInMinutes?: number
Property Value
number
provisioningState
The provisioning state of the NAT gateway resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
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[]
Property Value
resourceGuid
The resource GUID property of the NAT gateway resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceGuid?: string
Property Value
string
sku
subnets
An array of references to the subnets using this nat gateway resource. NOTE: This property will not be serialized. It can only be populated by the server.
subnets?: SubResource[]
Property Value
zones
A list of availability zones denoting the zone in which Nat Gateway should be deployed.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type