Class QosIpRange
java.lang.Object
com.azure.resourcemanager.network.models.QosIpRange
Qos Traffic Profiler IP Range properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendIp()Get the endIp property: End IP Address.startIp()Get the startIp property: Start IP Address.voidvalidate()Validates the instance.Set the endIp property: End IP Address.withStartIp(String startIp) Set the startIp property: Start IP Address.
-
Constructor Details
-
QosIpRange
public QosIpRange()Creates an instance of QosIpRange class.
-
-
Method Details
-
startIp
Get the startIp property: Start IP Address.- Returns:
- the startIp value.
-
withStartIp
Set the startIp property: Start IP Address.- Parameters:
startIp- the startIp value to set.- Returns:
- the QosIpRange object itself.
-
endIp
Get the endIp property: End IP Address.- Returns:
- the endIp value.
-
withEndIp
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.
-