NatGateway Class
Nat Gateway resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_02_01.models._models_py3.ResourceNatGateway
Constructor
NatGateway(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, sku: typing.Union[_ForwardRef('NatGatewaySku'), NoneType] = None, etag: typing.Union[str, NoneType] = None, idle_timeout_in_minutes: typing.Union[int, NoneType] = None, public_ip_addresses: typing.Union[typing.List[_ForwardRef('SubResource')], NoneType] = None, public_ip_prefixes: typing.Union[typing.List[_ForwardRef('SubResource')], NoneType] = None, resource_guid: typing.Union[str, NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- sku
- NatGatewaySku
The nat gateway SKU.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- idle_timeout_in_minutes
- int
The idle timeout of the nat gateway.
- public_ip_addresses
- list[SubResource]
An array of public ip addresses associated with the nat gateway resource.
- public_ip_prefixes
- list[SubResource]
An array of public ip prefixes associated with the nat gateway resource.
- resource_guid
- str
The resource GUID property of the nat gateway resource.
- provisioning_state
- str
The provisioning state of the NatGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- subnets
- list[SubResource]
An array of references to the subnets using this nat gateway resource.
Feedback
Submit and view feedback for