Class NextHopParameters


  • public class NextHopParameters
    extends Object
    Parameters that define the source and destination endpoint.
    • Constructor Detail

      • NextHopParameters

        public NextHopParameters()
    • Method Detail

      • targetResourceId

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

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

        public String sourceIPAddress()
        Get the sourceIPAddress value.
        Returns:
        the sourceIPAddress value
      • withSourceIPAddress

        public NextHopParameters withSourceIPAddress​(String sourceIPAddress)
        Set the sourceIPAddress value.
        Parameters:
        sourceIPAddress - the sourceIPAddress value to set
        Returns:
        the NextHopParameters object itself.
      • destinationIPAddress

        public String destinationIPAddress()
        Get the destinationIPAddress value.
        Returns:
        the destinationIPAddress value
      • withDestinationIPAddress

        public NextHopParameters withDestinationIPAddress​(String destinationIPAddress)
        Set the destinationIPAddress value.
        Parameters:
        destinationIPAddress - the destinationIPAddress value to set
        Returns:
        the NextHopParameters object itself.
      • targetNicResourceId

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

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