VpnGatewayIpConfiguration Class
IP Configuration of a VPN Gateway Resource.
Constructor
VpnGatewayIpConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The identifier of the IP configuration for a VPN Gateway. |
|
public_ip_address
|
The public IP address of this IP configuration. |
|
private_ip_address
|
The private IP address of this IP configuration. |
Attributes
id
The identifier of the IP configuration for a VPN Gateway.
id: str | None
private_ip_address
The private IP address of this IP configuration.
private_ip_address: str | None
public_ip_address
The public IP address of this IP configuration.
public_ip_address: str | None