Class VpnGatewayPacketCaptureStopParameters


  • public final class VpnGatewayPacketCaptureStopParameters
    extends Object
    Stop packet capture parameters.
    • Constructor Detail

      • VpnGatewayPacketCaptureStopParameters

        public VpnGatewayPacketCaptureStopParameters()
    • Method Detail

      • sasUrl

        public String sasUrl()
        Get the sasUrl property: SAS url for packet capture on vpn gateway.
        Returns:
        the sasUrl value.
      • withSasUrl

        public VpnGatewayPacketCaptureStopParameters withSasUrl​(String sasUrl)
        Set the sasUrl property: SAS url for packet capture on vpn gateway.
        Parameters:
        sasUrl - the sasUrl value to set.
        Returns:
        the VpnGatewayPacketCaptureStopParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.