Interface OvsBridgeTunnelEntry

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<OvsBridgeTunnelEntry>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OvsBridgeEntry>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<OvsBridgeTunnelEntryKey>

    public interface OvsBridgeTunnelEntry
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OvsBridgeEntry>, org.opendaylight.yangtools.yang.binding.Augmentable<OvsBridgeTunnelEntry>, org.opendaylight.yangtools.yang.binding.Identifiable<OvsBridgeTunnelEntryKey>

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

     list ovs-bridge-tunnel-entry {
       key tunnel-name;
       leaf tunnel-name {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-itm-meta/bridge-tunnel-info/ovs-bridge-entry/ovs-bridge-tunnel-entry

    To create instances of this class use OvsBridgeTunnelEntryBuilder.

    See Also:
    OvsBridgeTunnelEntryBuilder, OvsBridgeTunnelEntryKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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