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()
MepLtCreate
remoteMepAddress
in interface MepLtCreate
public MepId remoteMepId()
MepLtCreate
remoteMepId
in interface MepLtCreate
public java.util.BitSet transmitLtmFlags()
MepLtCreate
transmitLtmFlags
in interface MepLtCreate
public java.lang.Short defaultTtl()
MepLtCreate
defaultTtl
in interface MepLtCreate
public static final MepLtCreate.MepLtCreateBuilder builder(MacAddress remoteMepAddress)
public static final MepLtCreate.MepLtCreateBuilder builder(MepId remoteMepId)