NatGateway Class
Nat Gateway resource.
Constructor
NatGateway(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
location
|
Resource location. |
|
tags
|
Resource tags. |
|
properties
|
Nat Gateway properties. |
|
sku
|
The nat gateway SKU. |
|
zones
|
A list of availability zones denoting the zone in which Nat Gateway should be deployed. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
properties
Nat Gateway properties.
properties: _models.NatGatewayPropertiesFormat | None
sku
The nat gateway SKU.
sku: _models.NatGatewaySku | None
zones
A list of availability zones denoting the zone in which Nat Gateway should be deployed.
zones: list[str] | None