Class QosIpRange

java.lang.Object
com.azure.resourcemanager.network.models.QosIpRange

public final class QosIpRange extends Object
Qos Traffic Profiler IP Range properties.
  • Constructor Details

    • QosIpRange

      public QosIpRange()
      Creates an instance of QosIpRange class.
  • Method Details

    • startIp

      public String startIp()
      Get the startIp property: Start IP Address.
      Returns:
      the startIp value.
    • withStartIp

      public QosIpRange withStartIp(String startIp)
      Set the startIp property: Start IP Address.
      Parameters:
      startIp - the startIp value to set.
      Returns:
      the QosIpRange object itself.
    • endIp

      public String endIp()
      Get the endIp property: End IP Address.
      Returns:
      the endIp value.
    • withEndIp

      public QosIpRange withEndIp(String endIp)
      Set the endIp property: End IP Address.
      Parameters:
      endIp - the endIp value to set.
      Returns:
      the QosIpRange object itself.
    • validate

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