public static class EdgeGatewayVNICResponse.ShapingPolicy extends Object
Constructor and Description |
---|
ShapingPolicy(long averageBandwidth,
long peakBandwidth,
long burstSize,
boolean enabled,
boolean inherited) |
Modifier and Type | Method and Description |
---|---|
long |
getAverageBandwidth()
Gets averageBandwidth
|
long |
getBurstSize()
Gets burstSize
|
long |
getPeakBandwidth()
Gets peakBandwidth
|
boolean |
isEnabled()
Gets enabled
|
boolean |
isInherited()
Gets inherited
|
public ShapingPolicy(long averageBandwidth, long peakBandwidth, long burstSize, boolean enabled, boolean inherited)
public long getAverageBandwidth()
public long getPeakBandwidth()
public long getBurstSize()
public boolean isEnabled()
public boolean isInherited()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.