Interface Unicast

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Unicast>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Nsap>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NeighbourBaseAfConfig, SlowPeerConfig

    public interface Unicast
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Nsap>, org.opendaylight.yangtools.yang.binding.Augmentable<Unicast>, NeighbourBaseAfConfig

    This class represents the following YANG schema fragment defined in module bgp

     container unicast {
       uses neighbour-base-af-config;
       leaf prefix-list {
         type prefix-list-ref;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-neighbors/bgp-neighbor/af-specific-config/nsap/unicast

    To create instances of this class use UnicastBuilder.

    See Also:
    UnicastBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Unicast> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface NeighbourBaseAfConfig
        Specified by:
        implementedInterface in interface SlowPeerConfig
      • getPrefixList

        @Nullable java.lang.String getPrefixList()
        Returns:
        java.lang.String prefixList, or null if not present