VpnGatewayIpConfiguration Class

IP Configuration of a VPN Gateway Resource.

Inheritance
VpnGatewayIpConfiguration

Constructor

VpnGatewayIpConfiguration(*, id: typing.Union[str, NoneType] = None, public_ip_address: typing.Union[str, NoneType] = None, private_ip_address: typing.Union[str, NoneType] = None, **kwargs)

Parameters

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.