public final class QosIpRange extends Object
| Constructor and Description |
|---|
QosIpRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
endIp()
Get the endIp property: End IP Address.
|
String |
startIp()
Get the startIp property: Start IP Address.
|
void |
validate()
Validates the instance.
|
QosIpRange |
withEndIp(String endIp)
Set the endIp property: End IP Address.
|
QosIpRange |
withStartIp(String startIp)
Set the startIp property: Start IP Address.
|
public String startIp()
public QosIpRange withStartIp(String startIp)
startIp - the startIp value to set.public String endIp()
public QosIpRange withEndIp(String endIp)
endIp - the endIp value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.