Class VerificationIPFlowParameters


  • public class VerificationIPFlowParameters
    extends Object
    Parameters that define the IP flow to be verified.
    • Constructor Detail

      • VerificationIPFlowParameters

        public VerificationIPFlowParameters()
    • Method Detail

      • targetResourceId

        public String targetResourceId()
        Get the targetResourceId value.
        Returns:
        the targetResourceId value
      • withTargetResourceId

        public VerificationIPFlowParameters withTargetResourceId​(String targetResourceId)
        Set the targetResourceId value.
        Parameters:
        targetResourceId - the targetResourceId value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • direction

        public Direction direction()
        Get the direction value.
        Returns:
        the direction value
      • withDirection

        public VerificationIPFlowParameters withDirection​(Direction direction)
        Set the direction value.
        Parameters:
        direction - the direction value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • protocol

        public IpFlowProtocol protocol()
        Get the protocol value.
        Returns:
        the protocol value
      • withProtocol

        public VerificationIPFlowParameters withProtocol​(IpFlowProtocol protocol)
        Set the protocol value.
        Parameters:
        protocol - the protocol value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • localPort

        public String localPort()
        Get the localPort value.
        Returns:
        the localPort value
      • withLocalPort

        public VerificationIPFlowParameters withLocalPort​(String localPort)
        Set the localPort value.
        Parameters:
        localPort - the localPort value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • remotePort

        public String remotePort()
        Get the remotePort value.
        Returns:
        the remotePort value
      • withRemotePort

        public VerificationIPFlowParameters withRemotePort​(String remotePort)
        Set the remotePort value.
        Parameters:
        remotePort - the remotePort value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • localIPAddress

        public String localIPAddress()
        Get the localIPAddress value.
        Returns:
        the localIPAddress value
      • withLocalIPAddress

        public VerificationIPFlowParameters withLocalIPAddress​(String localIPAddress)
        Set the localIPAddress value.
        Parameters:
        localIPAddress - the localIPAddress value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • remoteIPAddress

        public String remoteIPAddress()
        Get the remoteIPAddress value.
        Returns:
        the remoteIPAddress value
      • withRemoteIPAddress

        public VerificationIPFlowParameters withRemoteIPAddress​(String remoteIPAddress)
        Set the remoteIPAddress value.
        Parameters:
        remoteIPAddress - the remoteIPAddress value to set
        Returns:
        the VerificationIPFlowParameters object itself.
      • targetNicResourceId

        public String targetNicResourceId()
        Get the targetNicResourceId value.
        Returns:
        the targetNicResourceId value
      • withTargetNicResourceId

        public VerificationIPFlowParameters withTargetNicResourceId​(String targetNicResourceId)
        Set the targetNicResourceId value.
        Parameters:
        targetNicResourceId - the targetNicResourceId value to set
        Returns:
        the VerificationIPFlowParameters object itself.