Class VpnConnectionPacketCaptureStopParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VpnConnectionPacketCaptureStopParameters
-
public final class VpnConnectionPacketCaptureStopParameters extends Object
Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
-
-
Constructor Summary
Constructors Constructor Description VpnConnectionPacketCaptureStopParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>linkConnectionNames()Get the linkConnectionNames property: List of site link connection names.StringsasUrl()Get the sasUrl property: SAS url for packet capture on vpn connection.voidvalidate()Validates the instance.VpnConnectionPacketCaptureStopParameterswithLinkConnectionNames(List<String> linkConnectionNames)Set the linkConnectionNames property: List of site link connection names.VpnConnectionPacketCaptureStopParameterswithSasUrl(String sasUrl)Set the sasUrl property: SAS url for packet capture on vpn connection.
-
-
-
Method Detail
-
sasUrl
public String sasUrl()
Get the sasUrl property: SAS url for packet capture on vpn connection.- Returns:
- the sasUrl value.
-
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.
-
linkConnectionNames
public List<String> linkConnectionNames()
Get the linkConnectionNames property: List of site link connection names.- Returns:
- the linkConnectionNames value.
-
withLinkConnectionNames
public VpnConnectionPacketCaptureStopParameters withLinkConnectionNames(List<String> linkConnectionNames)
Set the linkConnectionNames property: List of site link connection names.- Parameters:
linkConnectionNames- the linkConnectionNames value to set.- Returns:
- the VpnConnectionPacketCaptureStopParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-