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*MepIdMepLbEntryMepLtEntryMepLtTransactionEntry*MepLtReply*SenderIdTlvDelayMeasurementCreate (SOAM)*
and DelayMeasurementEntryDmIdDelayMeasurementStatCurrentDelayMeasurementStatHistory*LossMeasurementCreate (SOAM)*
and LossMeasurementEntryLmIdLossMeasurementStatCurrentLossMeasurementStatHistory*RemoteMepEntry*RemoteMepIdRemoteMepId*| 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()