Class VpnDeviceScriptParameters
- java.lang.Object
-
- com.microsoft.azure.management.network.VpnDeviceScriptParameters
-
public class VpnDeviceScriptParameters extends Object
Vpn device configuration script generation parameters.
-
-
Constructor Summary
Constructors Constructor Description VpnDeviceScriptParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdeviceFamily()Get the deviceFamily value.StringfirmwareVersion()Get the firmwareVersion value.Stringvendor()Get the vendor value.VpnDeviceScriptParameterswithDeviceFamily(String deviceFamily)Set the deviceFamily value.VpnDeviceScriptParameterswithFirmwareVersion(String firmwareVersion)Set the firmwareVersion value.VpnDeviceScriptParameterswithVendor(String vendor)Set the vendor value.
-
-
-
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.
-
-