InboundNatPool Class

Inbound NAT pool of the load balancer.

Constructor

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

Variables

Name Description
id
str

Resource ID.

properties

Properties of load balancer inbound nat pool.

name
str

The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Type of the resource.

Attributes

etag

A unique read-only string that changes whenever the resource is updated.

etag: str | None

name

The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource.

name: str | None

properties

Properties of load balancer inbound nat pool.

properties: _models.InboundNatPoolPropertiesFormat | None

type

Type of the resource.

type: str | None