public interface MaintenanceDomain extends NetworkResource
MdId
(MdIdCharStr or MdIdDomainName or MdIdMacUint or MdIdNone)Maintenance-Association
*MaIdShort
(MaIdCharStr
or MaIdPrimaryVid
or MaId2Octet
or MaIdRfc2685VpnId
or MaIdIccY1731
)Component
*Mep
* (Maintenance-Association-EndPoint)
and MepEntry
*MepId
MepLbEntry
MepLtEntry
MepLtTransactionEntry
*MepLtReply
*SenderIdTlv
DelayMeasurementCreate
(SOAM)*
and DelayMeasurementEntry
DmId
DelayMeasurementStatCurrent
DelayMeasurementStatHistory
*LossMeasurementCreate
(SOAM)*
and LossMeasurementEntry
LmId
LossMeasurementStatCurrent
LossMeasurementStatHistory
*RemoteMepEntry
*RemoteMepId
RemoteMepId
*Modifier and Type | Interface and Description |
---|---|
static interface |
MaintenanceDomain.MdBuilder
Builder for
MaintenanceDomain . |
static class |
MaintenanceDomain.MdLevel
An enumerated set of values to represent MD Level.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MaintenanceAssociation> |
maintenanceAssociationList()
Retrieve the MA list of the MD.
|
MdId |
mdId()
Retrieve the id of the Maintenance Domain.
|
MaintenanceDomain.MdLevel |
mdLevel()
Retrieve the level of the MD.
|
short |
mdNumericId()
Numeric identifier.
|
MaintenanceDomain |
withMaintenanceAssociationList(java.util.Collection<MaintenanceAssociation> maintenanceAssociationList)
Replace the MA list of the MD.
|
MdId mdId()
MaintenanceDomain.MdLevel mdLevel()
java.util.Collection<MaintenanceAssociation> maintenanceAssociationList()
MaintenanceDomain withMaintenanceAssociationList(java.util.Collection<MaintenanceAssociation> maintenanceAssociationList)
maintenanceAssociationList
- A list of MAs to replace the existing oneshort mdNumericId()