VpnGatewayIpConfiguration Class
IP Configuration of a VPN Gateway Resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnGatewayIpConfiguration
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. |
public_ip_address
|
The public IP address of this IP configuration. |
private_ip_address
|
The private IP address of this IP configuration. |
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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python