Interface ReportedLsp
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<ReportedLsp>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<PathComputationClient>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.Identifiable<ReportedLspKey>,LspMetadata
public interface ReportedLsp extends org.opendaylight.yangtools.yang.binding.ChildOf<PathComputationClient>, org.opendaylight.yangtools.yang.binding.Augmentable<ReportedLsp>, LspMetadata, org.opendaylight.yangtools.yang.binding.Identifiable<ReportedLspKey>
This class represents the following YANG schema fragment defined in module network-topology-pcep
list reported-lsp { leaf name { type string; } key name; list path { leaf lsp-id { type rsvp:lsp-id; } key lsp-id; uses pcep:path-definition; } uses lsp-metadata; }The schema path to identify an instance is network-topology-pcep/pcep-client-attributes/path-computation-client/reported-lspTo create instances of this class use
ReportedLspBuilder.- See Also:
ReportedLspBuilder,ReportedLspKey
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable StringgetName()@Nullable Map<PathKey,Path>getPath()default Class<ReportedLsp>implementedInterface()ReportedLspKeykey()default @NonNull Map<PathKey,Path>nonnullPath()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.LspMetadata
getMetadata
-
-
-
-
Method Detail
-
implementedInterface
default Class<ReportedLsp> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceLspMetadata
-
getName
@Nullable String getName()
- Returns:
java.lang.Stringname, ornullif not present
-
nonnullPath
default @NonNull Map<PathKey,Path> nonnullPath()
- Returns:
java.util.Mappath, or an empty list if it is not present
-
key
ReportedLspKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<ReportedLspKey>
-
-