VpnDeviceScriptParameters Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnDeviceScriptParameters
- com.
Implements
public final class VpnDeviceScriptParameters
implements JsonSerializable<VpnDeviceScriptParameters>
Vpn device configuration script generation parameters.
Constructor Summary
| Constructor | Description |
|---|---|
| VpnDeviceScriptParameters() |
Creates an instance of Vpn |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
deviceFamily()
Get the device |
| String |
firmwareVersion()
Get the firmware |
|
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
vendor()
Get the vendor property: The vendor for the vpn device. |
|
Vpn |
withDeviceFamily(String deviceFamily)
Set the device |
|
Vpn |
withFirmwareVersion(String firmwareVersion)
Set the firmware |
|
Vpn |
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:
firmwareVersion
public String firmwareVersion()
Get the firmwareVersion property: The firmware version for the vpn device.
Returns:
fromJson
public static VpnDeviceScriptParameters fromJson(JsonReader jsonReader)
Reads an instance of VpnDeviceScriptParameters from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
vendor
public String vendor()
Get the vendor property: The vendor for the vpn device.
Returns:
withDeviceFamily
public VpnDeviceScriptParameters withDeviceFamily(String deviceFamily)
Set the deviceFamily property: The device family for the vpn device.
Parameters:
Returns:
withFirmwareVersion
public VpnDeviceScriptParameters withFirmwareVersion(String firmwareVersion)
Set the firmwareVersion property: The firmware version for the vpn device.
Parameters:
Returns:
withVendor
public VpnDeviceScriptParameters withVendor(String vendor)
Set the vendor property: The vendor for the vpn device.
Parameters:
Returns: