Interface DcgwTepList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DcgwTepList>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface DcgwTepList
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<DcgwTepList>

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

     container dcgw-tep-list {
       list dcgw-tep {
         key dc-gw-ip;
         leaf dc-gw-ip {
           type string;
         }
         leaf-list tep-ips {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is ebgp/bgp/dcgw-tep-list

    To create instances of this class use DcgwTepListBuilder.

    See Also:
    DcgwTepListBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<DcgwTep> getDcgwTep()
        mapping: DC-Gwy ip &lt;&gt; TEP ip
        Returns:
        java.util.List dcgwTep, or null if not present
      • nonnullDcgwTep

        default @NonNull java.util.List<DcgwTep> nonnullDcgwTep()
        Returns:
        java.util.List dcgwTep, or an empty list if it is not present