Interface LocatorSet

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

    public interface LocatorSet
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalLocatorSetAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<LocatorSet>

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

     list locator-set {
       leaf locator-ref {
         type hwvtep-physical-locator-ref;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-physical-locator-set-attributes/locator-set

    To create instances of this class use LocatorSetBuilder.

    See Also:
    LocatorSetBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable HwvtepPhysicalLocatorRef getLocatorRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalLocatorRef locatorRef, or null if not present