Interface TunnelP2pPathCfgAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Paths1, PcepCreateP2pTunnelInput, PcepUpdateTunnelInput

    @Generated("mdsal-binding-generator")
    public interface TunnelP2pPathCfgAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module topology-tunnel-p2p

     grouping tunnel-p2p-path-cfg-attributes {
       list explicit-hops {
         uses tunnel-p2p-path-hops;
         key order;
         leaf loose {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is topology-tunnel-p2ptunnel-p2p-path-cfg-attributes
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends TunnelP2pPathCfgAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getExplicitHops

        @Nullable Map<ExplicitHopsKey,​ExplicitHops> getExplicitHops()
        Return explicitHops, or null if it is not present.
        Returns:
        Map<ExplicitHopsKey, ExplicitHops> explicitHops, or null if it is not present.
      • nonnullExplicitHops

        default @NonNull Map<ExplicitHopsKey,​ExplicitHops> nonnullExplicitHops()
        Return explicitHops, or an empty list if it is not present.
        Returns:
        Map<ExplicitHopsKey, ExplicitHops> explicitHops, or an empty list if it is not present.