public final class ExpressRouteCircuitStatsInner extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitStatsInner() |
| Modifier and Type | Method and Description |
|---|---|
Long |
primarybytesIn()
Get the primarybytesIn property: The Primary BytesIn of the peering.
|
Long |
primarybytesOut()
Get the primarybytesOut property: The primary BytesOut of the peering.
|
Long |
secondarybytesIn()
Get the secondarybytesIn property: The secondary BytesIn of the peering.
|
Long |
secondarybytesOut()
Get the secondarybytesOut property: The secondary BytesOut of the peering.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitStatsInner |
withPrimarybytesIn(Long primarybytesIn)
Set the primarybytesIn property: The Primary BytesIn of the peering.
|
ExpressRouteCircuitStatsInner |
withPrimarybytesOut(Long primarybytesOut)
Set the primarybytesOut property: The primary BytesOut of the peering.
|
ExpressRouteCircuitStatsInner |
withSecondarybytesIn(Long secondarybytesIn)
Set the secondarybytesIn property: The secondary BytesIn of the peering.
|
ExpressRouteCircuitStatsInner |
withSecondarybytesOut(Long secondarybytesOut)
Set the secondarybytesOut property: The secondary BytesOut of the peering.
|
public Long primarybytesIn()
public ExpressRouteCircuitStatsInner withPrimarybytesIn(Long primarybytesIn)
primarybytesIn - the primarybytesIn value to set.public Long primarybytesOut()
public ExpressRouteCircuitStatsInner withPrimarybytesOut(Long primarybytesOut)
primarybytesOut - the primarybytesOut value to set.public Long secondarybytesIn()
public ExpressRouteCircuitStatsInner withSecondarybytesIn(Long secondarybytesIn)
secondarybytesIn - the secondarybytesIn value to set.public Long secondarybytesOut()
public ExpressRouteCircuitStatsInner withSecondarybytesOut(Long secondarybytesOut)
secondarybytesOut - the secondarybytesOut value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.