Class QosIpRange
- java.lang.Object
-
- com.azure.resourcemanager.network.models.QosIpRange
-
public final class QosIpRange extends Object
Qos Traffic Profiler IP Range properties.
-
-
Constructor Summary
Constructors Constructor Description QosIpRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringendIp()Get the endIp property: End IP Address.StringstartIp()Get the startIp property: Start IP Address.voidvalidate()Validates the instance.QosIpRangewithEndIp(String endIp)Set the endIp property: End IP Address.QosIpRangewithStartIp(String startIp)Set the startIp property: Start IP Address.
-
-
-
Method Detail
-
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.
-
-