VpnDeviceScriptParameters Class

Vpn device configuration script generation parameters.

Inheritance
VpnDeviceScriptParameters

Constructor

VpnDeviceScriptParameters(*, vendor: typing.Union[str, NoneType] = None, device_family: typing.Union[str, NoneType] = None, firmware_version: typing.Union[str, NoneType] = None, **kwargs)

Parameters

vendor
str

The vendor for the vpn device.

device_family
str

The device family for the vpn device.

firmware_version
str

The firmware version for the vpn device.