public final class DefaultMepLtCreate extends java.lang.Object implements MepLtCreate
MepLtCreate.MepLtCreate.MepLtCreateBuilder| Modifier and Type | Method and Description |
|---|---|
static MepLtCreate.MepLtCreateBuilder |
builder(MacAddress remoteMepAddress) |
static MepLtCreate.MepLtCreateBuilder |
builder(MepId remoteMepId) |
java.lang.Short |
defaultTtl()
An initial value for the LTM TTL field.
|
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.util.BitSet |
transmitLtmFlags()
The Flags field for LTMs transmitted by the MEP.
|
public MacAddress remoteMepAddress()
MepLtCreateremoteMepAddress in interface MepLtCreatepublic MepId remoteMepId()
MepLtCreateremoteMepId in interface MepLtCreatepublic java.util.BitSet transmitLtmFlags()
MepLtCreatetransmitLtmFlags in interface MepLtCreatepublic java.lang.Short defaultTtl()
MepLtCreatedefaultTtl in interface MepLtCreatepublic static final MepLtCreate.MepLtCreateBuilder builder(MacAddress remoteMepAddress)
public static final MepLtCreate.MepLtCreateBuilder builder(MepId remoteMepId)