Class VpnConnectionPacketCaptureStartParameters
java.lang.Object
com.azure.resourcemanager.network.models.VpnConnectionPacketCaptureStartParameters
Vpn Connection packet capture parameters supplied to start packet capture on gateway connection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VpnConnectionPacketCaptureStartParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the filterData property: Start Packet capture parameters on vpn connection.Get the linkConnectionNames property: List of site link connection names.voidvalidate()Validates the instance.withFilterData(String filterData) Set the filterData property: Start Packet capture parameters on vpn connection.withLinkConnectionNames(List<String> linkConnectionNames) Set the linkConnectionNames property: List of site link connection names.
-
Constructor Details
-
VpnConnectionPacketCaptureStartParameters
public VpnConnectionPacketCaptureStartParameters()Creates an instance of VpnConnectionPacketCaptureStartParameters class.
-
-
Method Details
-
filterData
Get the filterData property: Start Packet capture parameters on vpn connection.- Returns:
- the filterData value.
-
withFilterData
Set the filterData property: Start Packet capture parameters on vpn connection.- Parameters:
filterData- the filterData value to set.- Returns:
- the VpnConnectionPacketCaptureStartParameters object itself.
-
linkConnectionNames
Get the linkConnectionNames property: List of site link connection names.- Returns:
- the linkConnectionNames value.
-
withLinkConnectionNames
public VpnConnectionPacketCaptureStartParameters withLinkConnectionNames(List<String> linkConnectionNames) Set the linkConnectionNames property: List of site link connection names.- Parameters:
linkConnectionNames- the linkConnectionNames value to set.- Returns:
- the VpnConnectionPacketCaptureStartParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-