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