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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python