public final class DefaultMepLbCreate extends java.lang.Object implements MepLbCreate
MepLbCreate.MepLbCreate.MepLbCreateBuilder| Modifier and Type | Method and Description |
|---|---|
static MepLbCreate.MepLbCreateBuilder |
builder(MacAddress remoteMepAddress) |
static MepLbCreate.MepLbCreateBuilder |
builder(MepId remoteMepId) |
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.
|
public MacAddress remoteMepAddress()
MepLbCreateremoteMepAddress in interface MepLbCreatepublic MepId remoteMepId()
MepLbCreateremoteMepId in interface MepLbCreatepublic java.lang.Integer numberMessages()
MepLbCreatenumberMessages in interface MepLbCreatepublic java.lang.String dataTlvHex()
MepLbCreatedataTlvHex in interface MepLbCreatepublic Mep.Priority vlanPriority()
MepLbCreatevlanPriority in interface MepLbCreatepublic java.lang.Boolean vlanDropEligible()
MepLbCreatevlanDropEligible in interface MepLbCreatepublic static final MepLbCreate.MepLbCreateBuilder builder(MacAddress remoteMepAddress)
public static final MepLbCreate.MepLbCreateBuilder builder(MepId remoteMepId)