VpnDeviceScriptParameters Class
Vpn device configuration script generation parameters.
Constructor
VpnDeviceScriptParameters(*args: Any, **kwargs: Any)
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. |
Attributes
device_family
The device family for the vpn device.
device_family: str | None
firmware_version
The firmware version for the vpn device.
firmware_version: str | None
vendor
The vendor for the vpn device.
vendor: str | None