public interface MepTsCreate
Modifier and Type | Interface and Description |
---|---|
static interface |
MepTsCreate.MepTsCreateBuilder
Builder for
MepTsCreate . |
static class |
MepTsCreate.TestType
Types of Test Signal test.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.Boolean> |
isGenerator()
Indicates the MEP is acting in the role of a generator.
|
java.util.Optional<java.lang.Boolean> |
isReceiver()
Indicates the MEP is acting in the role of a receiver.
|
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.Optional<MepTsCreate.TestType> |
testType()
This attribute specifies the type of ETH-Test to perform whether it is service interrupting or not.
|
MacAddress remoteMepAddress()
MepId remoteMepId()
java.util.Optional<java.lang.Boolean> isReceiver()
java.util.Optional<java.lang.Boolean> isGenerator()
java.util.Optional<MepTsCreate.TestType> testType()