Interface AllocatedRds

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AllocatedRds>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<DestPrefixes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<AllocatedRdsKey>

    public interface AllocatedRds
    extends org.opendaylight.yangtools.yang.binding.ChildOf<DestPrefixes>, org.opendaylight.yangtools.yang.binding.Augmentable<AllocatedRds>, org.opendaylight.yangtools.yang.binding.Identifiable<AllocatedRdsKey>

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

     list allocated-rds {
       key nexthop;
       leaf nexthop {
         type string;
       }
       leaf rd {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-fib/extraroute-rds-map/extraroute-rds/dest-prefixes/allocated-rds

    To create instances of this class use AllocatedRdsBuilder.

    See Also:
    AllocatedRdsBuilder, AllocatedRdsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getNexthop()
        Ip address of the VM which is the nexthop for the extra route
        Returns:
        java.lang.String nexthop, or null if not present
      • getRd

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