public interface AnnouncementContext extends org.opendaylight.yangtools.yang.binding.ChildOf<ForwardingAdjacencyAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<AnnouncementContext>
This class represents the following YANG schema fragment defined in module multilayer-topology
container announcement-context {
leaf id {
type uri;
}
list supporting-resource {
key "resource";
leaf resource {
type instance-identifier;
}
}
}
The schema path to identify an instance is
multilayer-topology/forwarding-adjacency-attributes/announcement-context
To create instances of this class use AnnouncementContextBuilder.
AnnouncementContextBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri |
getId()
An identifier for the entity announcing/providingforwarding adjacency.
|
List<SupportingResource> |
getSupportingResource() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri getId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri id, or null if not presentList<SupportingResource> getSupportingResource()
java.util.List supportingResource, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.