All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
P2mp, P2p

@Generated("mdsal-binding-generator") public interface LoadBalancingObject extends org.opendaylight.yangtools.binding.Grouping
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;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return loadBalancing, or null if it is not present.
    @NonNull LoadBalancing
    Return loadBalancing, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getLoadBalancing

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

      @NonNull LoadBalancing nonnullLoadBalancing()
      Return loadBalancing, or an empty instance if it is not present.
      Returns:
      LoadBalancing loadBalancing, or an empty instance if it is not present.