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()
MepLbCreate
remoteMepAddress
in interface MepLbCreate
public MepId remoteMepId()
MepLbCreate
remoteMepId
in interface MepLbCreate
public java.lang.Integer numberMessages()
MepLbCreate
numberMessages
in interface MepLbCreate
public java.lang.String dataTlvHex()
MepLbCreate
dataTlvHex
in interface MepLbCreate
public Mep.Priority vlanPriority()
MepLbCreate
vlanPriority
in interface MepLbCreate
public java.lang.Boolean vlanDropEligible()
MepLbCreate
vlanDropEligible
in interface MepLbCreate
public static final MepLbCreate.MepLbCreateBuilder builder(MacAddress remoteMepAddress)
public static final MepLbCreate.MepLbCreateBuilder builder(MepId remoteMepId)