Class VpnDeviceScriptParameters


  • public class VpnDeviceScriptParameters
    extends Object
    Vpn device configuration script generation parameters.
    • Constructor Detail

      • VpnDeviceScriptParameters

        public VpnDeviceScriptParameters()
    • Method Detail

      • vendor

        public String vendor()
        Get the vendor value.
        Returns:
        the vendor value
      • withVendor

        public VpnDeviceScriptParameters withVendor​(String vendor)
        Set the vendor value.
        Parameters:
        vendor - the vendor value to set
        Returns:
        the VpnDeviceScriptParameters object itself.
      • deviceFamily

        public String deviceFamily()
        Get the deviceFamily value.
        Returns:
        the deviceFamily value
      • withDeviceFamily

        public VpnDeviceScriptParameters withDeviceFamily​(String deviceFamily)
        Set the deviceFamily value.
        Parameters:
        deviceFamily - the deviceFamily value to set
        Returns:
        the VpnDeviceScriptParameters object itself.
      • firmwareVersion

        public String firmwareVersion()
        Get the firmwareVersion value.
        Returns:
        the firmwareVersion value
      • withFirmwareVersion

        public VpnDeviceScriptParameters withFirmwareVersion​(String firmwareVersion)
        Set the firmwareVersion value.
        Parameters:
        firmwareVersion - the firmwareVersion value to set
        Returns:
        the VpnDeviceScriptParameters object itself.