Interface RouterIds

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouterIds>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<VpnMap>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<RouterIdsKey>

    public interface RouterIds
    extends org.opendaylight.yangtools.yang.binding.ChildOf<VpnMap>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterIds>, org.opendaylight.yangtools.yang.binding.Identifiable<RouterIdsKey>

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

     list router-ids {
       key router-id;
       leaf router-id {
         type yang:uuid;
       }
     }
     
    The schema path to identify an instance is neutronvpn/vpnMaps/vpnMap/router-ids

    To create instances of this class use RouterIdsBuilder.

    See Also:
    RouterIdsBuilder, RouterIdsKey
    • Field Summary

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

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getRouterId()
        UUID of router
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid routerId, or null if not present
      • key

        RouterIdsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<RouterIdsKey>