Class VpnConnectionPacketCaptureStartParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VpnConnectionPacketCaptureStartParameters
-
public final class VpnConnectionPacketCaptureStartParameters extends Object
Vpn Connection packet capture parameters supplied to start packet capture on gateway connection.
-
-
Constructor Summary
Constructors Constructor Description VpnConnectionPacketCaptureStartParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfilterData()Get the filterData property: Start Packet capture parameters on vpn connection.List<String>linkConnectionNames()Get the linkConnectionNames property: List of site link connection names.voidvalidate()Validates the instance.VpnConnectionPacketCaptureStartParameterswithFilterData(String filterData)Set the filterData property: Start Packet capture parameters on vpn connection.VpnConnectionPacketCaptureStartParameterswithLinkConnectionNames(List<String> linkConnectionNames)Set the linkConnectionNames property: List of site link connection names.
-
-
-
Method Detail
-
filterData
public String filterData()
Get the filterData property: Start Packet capture parameters on vpn connection.- Returns:
- the filterData value.
-
withFilterData
public VpnConnectionPacketCaptureStartParameters withFilterData(String filterData)
Set the filterData property: Start Packet capture parameters on vpn connection.- Parameters:
filterData- the filterData value to set.- Returns:
- the VpnConnectionPacketCaptureStartParameters object itself.
-
linkConnectionNames
public List<String> 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.
-
-