public interface Component
MaintenanceAssociation
.Modifier and Type | Interface and Description |
---|---|
static interface |
Component.ComponentBuilder
Builder for
Component . |
static class |
Component.IdPermissionType
An enumerated value indicating what, if anything, is to be included in.
|
static class |
Component.MhfCreationType
An enumerated type defining how MHFs (MIP Half Function) can be created.
|
static class |
Component.TagType
A choice of VLan tag type.
|
Modifier and Type | Method and Description |
---|---|
int |
componentId() |
Component.IdPermissionType |
idPermission()
indicates what, if anything, is to be included in the Sender ID TLV.
|
Component.MhfCreationType |
mhfCreationType()
Defines how the MA can create MHFs (MIP Half Function) for this VID at this MA.
|
Component.TagType |
tagType()
Indicates the tag type for this component.
|
java.util.Collection<VlanId> |
vidList()
The VID(s) monitored by this MA, or 0, if the MA is not attached to any VID.
|
int componentId()
java.util.Collection<VlanId> vidList()
Component.MhfCreationType mhfCreationType()
Component.IdPermissionType idPermission()
@Beta Component.TagType tagType()