Class VpnConnectionPacketCaptureStopParameters


  • public final class VpnConnectionPacketCaptureStopParameters
    extends Object
    Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
    • Constructor Detail

      • VpnConnectionPacketCaptureStopParameters

        public VpnConnectionPacketCaptureStopParameters()
    • Method Detail

      • sasUrl

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

        public VpnConnectionPacketCaptureStopParameters withSasUrl​(String sasUrl)
        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

        public List<String> 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.