public interface MepLbCreate
Modifier and Type | Interface and Description |
---|---|
static interface |
MepLbCreate.MepLbCreateBuilder
Builder for
MepLbCreate . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dataTlvHex()
An arbitrary amount of data to be included in a Data TLV.
|
java.lang.Integer |
numberMessages()
The number of LBM transmissions in a session.
|
MacAddress |
remoteMepAddress()
The remote Mep will be identified by either a MacAddress or a MEPId.
|
MepId |
remoteMepId()
The remote Mep will be identified by either a MacAddress or a MEPId.
|
java.lang.Boolean |
vlanDropEligible()
The drop eligible parameter to be used in the transmitted LBMs.
|
Mep.Priority |
vlanPriority()
The priority parameter to be used in the transmitted LBMs.
|
MacAddress remoteMepAddress()
MepId remoteMepId()
java.lang.Integer numberMessages()
java.lang.String dataTlvHex()
Mep.Priority vlanPriority()
java.lang.Boolean vlanDropEligible()