Class VpnDeviceScriptParameters
java.lang.Object
com.microsoft.azure.management.network.VpnDeviceScriptParameters
Vpn device configuration script generation parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the device family for the vpn device.Get the firmware version for the vpn device.vendor()
Get the vendor for the vpn device.withDeviceFamily
(String deviceFamily) Set the device family for the vpn device.withFirmwareVersion
(String firmwareVersion) Set the firmware version for the vpn device.withVendor
(String vendor) Set the vendor for the vpn device.
-
Constructor Details
-
VpnDeviceScriptParameters
public VpnDeviceScriptParameters()
-
-
Method Details
-
vendor
Get the vendor for the vpn device.- Returns:
- the vendor value
-
withVendor
Set the vendor for the vpn device.- Parameters:
vendor
- the vendor value to set- Returns:
- the VpnDeviceScriptParameters object itself.
-
deviceFamily
Get the device family for the vpn device.- Returns:
- the deviceFamily value
-
withDeviceFamily
Set the device family for the vpn device.- Parameters:
deviceFamily
- the deviceFamily value to set- Returns:
- the VpnDeviceScriptParameters object itself.
-
firmwareVersion
Get the firmware version for the vpn device.- Returns:
- the firmwareVersion value
-
withFirmwareVersion
Set the firmware version for the vpn device.- Parameters:
firmwareVersion
- the firmwareVersion value to set- Returns:
- the VpnDeviceScriptParameters object itself.
-