Compartilhar via


VpnGatewayIpConfiguration Class

IP Configuration of a VPN Gateway Resource.

Inheritance
azure.mgmt.network._serialization.Model
VpnGatewayIpConfiguration

Constructor

VpnGatewayIpConfiguration(*, id: str | None = None, public_ip_address: str | None = None, private_ip_address: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The identifier of the IP configuration for a VPN Gateway.

public_ip_address
str

The public IP address of this IP configuration.

private_ip_address
str

The private IP address of this IP configuration.

Variables

Name Description
id
str

The identifier of the IP configuration for a VPN Gateway.

public_ip_address
str

The public IP address of this IP configuration.

private_ip_address
str

The private IP address of this IP configuration.