Interface AutoattachExternalIds

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AutoattachExternalIds>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Autoattach>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<AutoattachExternalIdsKey>

    public interface AutoattachExternalIds
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Autoattach>, org.opendaylight.yangtools.yang.binding.Augmentable<AutoattachExternalIds>, org.opendaylight.yangtools.yang.binding.Identifiable<AutoattachExternalIdsKey>
    Key-value pairs for use by external frameworks that integrate with Open rather than by Open vSwitch itself.

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

     list autoattach-external-ids {
       key autoattach-external-id-key;
       leaf autoattach-external-id-key {
         type string;
       }
       leaf autoattach-external-id-value {
         type string;
       }
     }
     
    The schema path to identify an instance is ovsdb/ovsdb-node-attributes/autoattach/autoattach-external-ids

    To create instances of this class use AutoattachExternalIdsBuilder.

    See Also:
    AutoattachExternalIdsBuilder, AutoattachExternalIdsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<AutoattachExternalIds> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAutoattachExternalIdKey

        @Nullable String getAutoattachExternalIdKey()
        external-id name/key
        Returns:
        java.lang.String autoattachExternalIdKey, or null if not present
      • getAutoattachExternalIdValue

        @Nullable String getAutoattachExternalIdValue()
        autoattach-external-id value
        Returns:
        java.lang.String autoattachExternalIdValue, or null if not present