VpnGatewayIpConfiguration Class
IP Configuration of a VPN Gateway Resource.
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
|
The identifier of the IP configuration for a VPN Gateway. Default value: None
|
|
public_ip_address
|
The public IP address of this IP configuration. Default value: None
|
|
private_ip_address
|
The private IP address of this IP configuration. Default value: None
|