public interface SupportingResource extends org.opendaylight.yangtools.yang.binding.ChildOf<AnnouncementContext>, org.opendaylight.yangtools.yang.binding.Augmentable<SupportingResource>, org.opendaylight.yangtools.yang.binding.Identifiable<SupportingResourceKey>
This class represents the following YANG schema fragment defined in module multilayer-topology
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/supporting-resource
To create instances of this class use SupportingResourceBuilder.
SupportingResourceBuilder,
SupportingResourceKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
SupportingResourceKey |
getKey()
Returns Primary Key of Yang List Type
|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getResource()
An ordered list from head-end to tail-end ofsupporting resources.
|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getResource()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier resource, or null if not presentSupportingResourceKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<SupportingResourceKey>org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.forwarding.adjacency.attributes.announcement.context.SupportingResourceKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.