Interface Rloc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Rloc>, AugmentedLispAddress, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RlocContainer>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress

    public interface Rloc
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RlocContainer>, org.opendaylight.yangtools.yang.binding.Augmentable<Rloc>, AugmentedLispAddress

    This class represents the following YANG schema fragment defined in module odl-lisp-proto

     container rloc {
       uses odl-lisp-address:augmented-lisp-address;
     }
     
    The schema path to identify an instance is odl-lisp-proto/rloc-container/rloc

    To create instances of this class use RlocBuilder.

    See Also:
    RlocBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Class<Rloc> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress

        getAddress, getAddressType, getVirtualNetworkId
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Rloc> implementedInterface()
        Specified by:
        implementedInterface in interface AugmentedLispAddress
        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 org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress