QosIpRange Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. QosIpRange
- com.
Implements
public final class QosIpRange
implements JsonSerializable<QosIpRange>
Qos Traffic Profiler IP Range properties.
Constructor Summary
Constructor | Description |
---|---|
QosIpRange() |
Creates an instance of Qos |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endIp()
Get the end |
static
Qos |
fromJson(JsonReader jsonReader)
Reads an instance of Qos |
String |
startIp()
Get the start |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Qos |
withEndIp(String endIp)
Set the end |
Qos |
withStartIp(String startIp)
Set the start |
Methods inherited from java.lang.Object
Constructor Details
QosIpRange
public QosIpRange()
Creates an instance of QosIpRange class.
Method Details
endIp
public String endIp()
Get the endIp property: End IP Address.
Returns:
fromJson
public static QosIpRange fromJson(JsonReader jsonReader)
Reads an instance of QosIpRange from the JsonReader.
Parameters:
Returns:
Throws:
startIp
public String startIp()
Get the startIp property: Start IP Address.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEndIp
public QosIpRange withEndIp(String endIp)
Set the endIp property: End IP Address.
Parameters:
Returns:
withStartIp
public QosIpRange withStartIp(String startIp)
Set the startIp property: Start IP Address.
Parameters:
Returns:
Applies to
Azure SDK for Java