VpnDeviceScriptParameters Class
Vpn device configuration script generation parameters.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnDeviceScriptParameters
Constructor
VpnDeviceScriptParameters(*, vendor: str | None = None, device_family: str | None = None, firmware_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vendor
|
The vendor for the vpn device. |
device_family
|
The device family for the vpn device. |
firmware_version
|
The firmware version for the vpn device. |
Variables
Name | Description |
---|---|
vendor
|
The vendor for the vpn device. |
device_family
|
The device family for the vpn device. |
firmware_version
|
The firmware version for the vpn device. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python