Class VpnConnectionPacketCaptureStopParameters
java.lang.Object
com.azure.resourcemanager.network.models.VpnConnectionPacketCaptureStopParameters
Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VpnConnectionPacketCaptureStopParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the linkConnectionNames property: List of site link connection names.sasUrl()Get the sasUrl property: SAS url for packet capture on vpn connection.voidvalidate()Validates the instance.withLinkConnectionNames(List<String> linkConnectionNames) Set the linkConnectionNames property: List of site link connection names.withSasUrl(String sasUrl) Set the sasUrl property: SAS url for packet capture on vpn connection.
-
Constructor Details
-
VpnConnectionPacketCaptureStopParameters
public VpnConnectionPacketCaptureStopParameters()Creates an instance of VpnConnectionPacketCaptureStopParameters class.
-
-
Method Details
-
sasUrl
Get the sasUrl property: SAS url for packet capture on vpn connection.- Returns:
- the sasUrl value.
-
withSasUrl
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
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.
-