JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner>
@Beta(value=V1_4_0)
public interface ExpressRouteCircuitStats
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner>
Contains stats associated with the peering.
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Method Detail
primaryBytesIn
long primaryBytesIn()
Returns:
inbound bytes through primary channel of the peering
primaryBytesOut
long primaryBytesOut()
Returns:
outbound bytes through primary channel of the peering
secondaryBytesIn
long secondaryBytesIn()
Returns:
inbound bytes through secondary channel of the peering
secondaryBytesOut
long secondaryBytesOut()
Returns:
outbound bytes through secondary channel of the peering
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */