public class VpnDeviceScriptParameters extends Object
| Constructor and Description |
|---|
VpnDeviceScriptParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
deviceFamily()
Get the device family for the vpn device.
|
String |
firmwareVersion()
Get the firmware version for the vpn device.
|
String |
vendor()
Get the vendor for the vpn device.
|
VpnDeviceScriptParameters |
withDeviceFamily(String deviceFamily)
Set the device family for the vpn device.
|
VpnDeviceScriptParameters |
withFirmwareVersion(String firmwareVersion)
Set the firmware version for the vpn device.
|
VpnDeviceScriptParameters |
withVendor(String vendor)
Set the vendor for the vpn device.
|
public String vendor()
public VpnDeviceScriptParameters withVendor(String vendor)
vendor - the vendor value to setpublic String deviceFamily()
public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily)
deviceFamily - the deviceFamily value to setpublic String firmwareVersion()
public VpnDeviceScriptParameters withFirmwareVersion(String firmwareVersion)
firmwareVersion - the firmwareVersion value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/