public final class QosPortRange extends Object
| Constructor and Description |
|---|
QosPortRange() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
end()
Get the end property: Qos Port Range end.
|
Integer |
start()
Get the start property: Qos Port Range start.
|
void |
validate()
Validates the instance.
|
QosPortRange |
withEnd(Integer end)
Set the end property: Qos Port Range end.
|
QosPortRange |
withStart(Integer start)
Set the start property: Qos Port Range start.
|
public Integer start()
public QosPortRange withStart(Integer start)
start - the start value to set.public Integer end()
public QosPortRange withEnd(Integer end)
end - the end value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.