Interface Peers

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Peers>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Confederation>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<PeersKey>

    public interface Peers
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Confederation>, org.opendaylight.yangtools.yang.binding.Augmentable<Peers>, org.opendaylight.yangtools.yang.binding.Identifiable<PeersKey>
    Confederation peers.

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

     list peers {
       key as-name;
       leaf as-name {
         type string;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/unicast/bgp/confederation/peers

    To create instances of this class use PeersBuilder.

    See Also:
    PeersBuilder, PeersKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Peers> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAsName

        @Nullable java.lang.String getAsName()
        Returns:
        java.lang.String asName, or null if not present
      • key

        PeersKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<PeersKey>