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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python