VpnDeviceScriptParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.VpnDeviceScriptParameters

public final class VpnDeviceScriptParameters

Vpn device configuration script generation parameters.

Constructor Summary

Constructor Description
VpnDeviceScriptParameters()

Creates an instance of VpnDeviceScriptParameters class.

Method Summary

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.

Methods inherited from java.lang.Object

Constructor Details

VpnDeviceScriptParameters

public VpnDeviceScriptParameters()

Creates an instance of VpnDeviceScriptParameters class.

Method Details

deviceFamily

public String deviceFamily()

Get the deviceFamily property: The device family for the vpn device.

Returns:

the deviceFamily value.

firmwareVersion

public String firmwareVersion()

Get the firmwareVersion property: The firmware version for the vpn device.

Returns:

the firmwareVersion value.

validate

public void validate()

Validates the instance.

vendor

public String vendor()

Get the vendor property: The vendor for the vpn device.

Returns:

the vendor 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.

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.

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.

Applies to