Interface DstInfo

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DstInfo>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<StateTunnelList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, TepInfoAttributes

    public interface DstInfo
    extends org.opendaylight.yangtools.yang.binding.ChildOf<StateTunnelList>, org.opendaylight.yangtools.yang.binding.Augmentable<DstInfo>, TepInfoAttributes

    This class represents the following YANG schema fragment defined in module itm-state

     container dst-info {
       uses tep-info-attributes;
     }
     
    The schema path to identify an instance is itm-state/tunnels_state/state-tunnel-list/dst-info

    To create instances of this class use DstInfoBuilder.

    See Also:
    DstInfoBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<DstInfo> 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 TepInfoAttributes