public final class VpnDeviceScriptParameters extends Object
| Constructor and Description |
|---|
VpnDeviceScriptParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
deviceFamily()
Get the deviceFamily property: The device family for the vpn device.
|
String |
firmwareVersion()
Get the firmwareVersion property: The firmware version for the vpn device.
|
void |
validate()
Validates the instance.
|
String |
vendor()
Get the vendor property: The vendor for the vpn device.
|
VpnDeviceScriptParameters |
withDeviceFamily(String deviceFamily)
Set the deviceFamily property: The device family for the vpn device.
|
VpnDeviceScriptParameters |
withFirmwareVersion(String firmwareVersion)
Set the firmwareVersion property: The firmware version for the vpn device.
|
VpnDeviceScriptParameters |
withVendor(String vendor)
Set the vendor property: The vendor for the vpn device.
|
public String vendor()
public VpnDeviceScriptParameters withVendor(String vendor)
vendor - the vendor value to set.public String deviceFamily()
public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily)
deviceFamily - the deviceFamily value to set.public String firmwareVersion()
public VpnDeviceScriptParameters withFirmwareVersion(String firmwareVersion)
firmwareVersion - the firmwareVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.