Interface LoadBalancingObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    P2mp, P2p

    @Generated("mdsal-binding-generator")
    public interface LoadBalancingObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    LOAD-BALANCING Object

    This class represents the following YANG schema fragment defined in module pcep-types

     grouping load-balancing-object {
       container load-balancing {
         uses object;
         leaf max-lsp {
           type uint8;
         }
         leaf min-bandwidth {
           type netc:bandwidth;
         }
       }
     }
     
    The schema path to identify an instance is pcep-typesload-balancing-object
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends LoadBalancingObject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLoadBalancing

        LoadBalancing getLoadBalancing()
        Return loadBalancing, or null if it is not present.
        Returns:
        LoadBalancing loadBalancing, or null if it is not present.