NatGatewayPropertiesFormat Class

Nat Gateway properties.

Constructor

NatGatewayPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
idle_timeout_in_minutes
int

The idle timeout of the nat gateway.

public_ip_addresses

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

public_ip_addresses_v6

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

public_ip_prefixes

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

public_ip_prefixes_v6

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

subnets

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

source_virtual_network

A reference to the source virtual network using this nat gateway resource.

service_gateway

Reference to an existing service gateway.

resource_guid
str

The resource GUID property of the NAT gateway resource.

provisioning_state

The provisioning state of the NAT gateway resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

idle_timeout_in_minutes

The idle timeout of the nat gateway.

idle_timeout_in_minutes: int | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

public_ip_addresses

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

public_ip_addresses: list['_models.SubResource'] | None

public_ip_addresses_v6

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

public_ip_addresses_v6: list['_models.SubResource'] | None

public_ip_prefixes

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

public_ip_prefixes: list['_models.SubResource'] | None

public_ip_prefixes_v6

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

public_ip_prefixes_v6: list['_models.SubResource'] | None

resource_guid

The resource GUID property of the NAT gateway resource.

resource_guid: str | None

service_gateway

Reference to an existing service gateway.

service_gateway: _models.SubResource | None

source_virtual_network

A reference to the source virtual network using this nat gateway resource.

source_virtual_network: _models.SubResource | None

subnets

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

subnets: list['_models.SubResource'] | None