VpnConnectionPacketCaptureStopParameters Class

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

public final class VpnConnectionPacketCaptureStopParameters

Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.

Constructor Summary

Constructor Description
VpnConnectionPacketCaptureStopParameters()

Creates an instance of VpnConnectionPacketCaptureStopParameters class.

Method Summary

Modifier and Type Method and Description
List<String> linkConnectionNames()

Get the linkConnectionNames property: List of site link connection names.

String sasUrl()

Get the sasUrl property: SAS url for packet capture on vpn connection.

void validate()

Validates the instance.

VpnConnectionPacketCaptureStopParameters withLinkConnectionNames(List<String> linkConnectionNames)

Set the linkConnectionNames property: List of site link connection names.

VpnConnectionPacketCaptureStopParameters withSasUrl(String sasUrl)

Set the sasUrl property: SAS url for packet capture on vpn connection.

Methods inherited from java.lang.Object

Constructor Details

VpnConnectionPacketCaptureStopParameters

public VpnConnectionPacketCaptureStopParameters()

Creates an instance of VpnConnectionPacketCaptureStopParameters class.

Method Details

linkConnectionNames

public List linkConnectionNames()

Get the linkConnectionNames property: List of site link connection names.

Returns:

the linkConnectionNames value.

sasUrl

public String sasUrl()

Get the sasUrl property: SAS url for packet capture on vpn connection.

Returns:

the sasUrl value.

validate

public void validate()

Validates the instance.

withLinkConnectionNames

public VpnConnectionPacketCaptureStopParameters withLinkConnectionNames(List linkConnectionNames)

Set the linkConnectionNames property: List of site link connection names.

Parameters:

linkConnectionNames - the linkConnectionNames value to set.

Returns:

the VpnConnectionPacketCaptureStopParameters object itself.

withSasUrl

public VpnConnectionPacketCaptureStopParameters withSasUrl(String sasUrl)

Set the sasUrl property: SAS url for packet capture on vpn connection.

Parameters:

sasUrl - the sasUrl value to set.

Returns:

the VpnConnectionPacketCaptureStopParameters object itself.

Applies to