Class VpnDeviceScriptParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VpnDeviceScriptParameters
-
public final 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 property: The device family for the vpn device.StringfirmwareVersion()Get the firmwareVersion property: The firmware version for the vpn device.voidvalidate()Validates the instance.Stringvendor()Get the vendor property: The vendor for the vpn device.VpnDeviceScriptParameterswithDeviceFamily(String deviceFamily)Set the deviceFamily property: The device family for the vpn device.VpnDeviceScriptParameterswithFirmwareVersion(String firmwareVersion)Set the firmwareVersion property: The firmware version for the vpn device.VpnDeviceScriptParameterswithVendor(String vendor)Set the vendor property: The vendor for the vpn device.
-
-
-
Method Detail
-
vendor
public String vendor()
Get the vendor property: The vendor for the vpn device.- Returns:
- the vendor value.
-
withVendor
public VpnDeviceScriptParameters withVendor(String vendor)
Set the vendor property: The vendor for the vpn device.- Parameters:
vendor- the vendor value to set.- Returns:
- the VpnDeviceScriptParameters object itself.
-
deviceFamily
public String deviceFamily()
Get the deviceFamily property: The device family for the vpn device.- Returns:
- the deviceFamily value.
-
withDeviceFamily
public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily)
Set the deviceFamily property: The device family for the vpn device.- Parameters:
deviceFamily- the deviceFamily value to set.- Returns:
- the VpnDeviceScriptParameters object itself.
-
firmwareVersion
public String firmwareVersion()
Get the firmwareVersion property: The firmware version for the vpn device.- Returns:
- the firmwareVersion value.
-
withFirmwareVersion
public VpnDeviceScriptParameters withFirmwareVersion(String firmwareVersion)
Set the firmwareVersion property: The firmware version for the vpn device.- Parameters:
firmwareVersion- the firmwareVersion value to set.- Returns:
- the VpnDeviceScriptParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-