VpnDeviceScriptParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VpnDeviceScriptParameters

public class VpnDeviceScriptParameters

Vpn device configuration script generation parameters.

Constructor Summary

Constructor Description
VpnDeviceScriptParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String deviceFamily()

Get the device family for the vpn device.

java.lang.String firmwareVersion()

Get the firmware version for the vpn device.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VpnDeviceScriptParameters

public VpnDeviceScriptParameters()

Method Details

deviceFamily

public String deviceFamily()

Get the device family for the vpn device.

Returns:

the deviceFamily value

firmwareVersion

public String firmwareVersion()

Get the firmware version for the vpn device.

Returns:

the firmwareVersion value

vendor

public String vendor()

Get the vendor for the vpn device.

Returns:

the vendor value

withDeviceFamily

public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily)

Set the device family for the vpn device.

Parameters:

deviceFamily - the deviceFamily value to set

Returns:

the VpnDeviceScriptParameters object itself.

withFirmwareVersion

public VpnDeviceScriptParameters withFirmwareVersion(String firmwareVersion)

Set the firmware version for the vpn device.

Parameters:

firmwareVersion - the firmwareVersion value to set

Returns:

the VpnDeviceScriptParameters object itself.

withVendor

public VpnDeviceScriptParameters withVendor(String vendor)

Set the vendor for the vpn device.

Parameters:

vendor - the vendor value to set

Returns:

the VpnDeviceScriptParameters object itself.

Applies to