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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python