public static class CalixPort.StormControl
extends java.lang.Object
| Constructor and Description |
|---|
StormControl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBroadcast()
Gets the broadcast storm control threshold.
|
java.lang.Integer |
getMulticast()
Gets the multicast storm control threshold.
|
java.lang.Integer |
getUnknownUnicast()
Gets the unknown unicast storm control threshold.
|
void |
setBroadcast(java.lang.Integer broadcast)
Sets the broadcast storm control threshold.
|
void |
setMulticast(java.lang.Integer multicast)
Sets the multicast storm control threshold.
|
void |
setUnknownUnicast(java.lang.Integer unknownUnicast)
Sets the unknown unicast storm control threshold.
|
public java.lang.Integer getBroadcast()
public void setBroadcast(java.lang.Integer broadcast)
broadcast - the broadcast threshold to setpublic java.lang.Integer getMulticast()
public void setMulticast(java.lang.Integer multicast)
multicast - the multicast threshold to setpublic java.lang.Integer getUnknownUnicast()
public void setUnknownUnicast(java.lang.Integer unknownUnicast)
unknownUnicast - the unknown unicast threshold to set