Interface PcrepMessage
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,Message
- All Known Subinterfaces:
Pcrep
@Generated("mdsal-binding-generator") public interface PcrepMessage extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module pcep-types
grouping pcrep-message { uses message; container pcrep-message { uses message-header; list replies { uses rp-object; uses vendor-information-objects; uses monitoring; uses monitoring-metrics; choice result { case success-case { container success { list paths { uses path-definition; } uses vendor-information-objects; } } case failure-case { container no-path { uses no-path-object; container tlvs { uses vendor-information-tlvs; container no-path-vector { uses no-path-vector-tlv; } } } uses lsp-attributes; } } } } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PcrepMessagegetPcrepMessage()Return pcrepMessage, ornullif it is not present.Class<? extends PcrepMessage>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends PcrepMessage> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceMessage
-
getPcrepMessage
PcrepMessage getPcrepMessage()
Return pcrepMessage, ornullif it is not present.Path Computation Reply Message- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.PcrepMessagepcrepMessage, ornullif it is not present.
-
-