All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
Actions

@Generated("mdsal-binding-generator") public interface IgpActions extends org.opendaylight.yangtools.yang.binding.DataObject
grouping for IGP-specific policy actions

This class represents the following YANG schema fragment defined in module openconfig-routing-policy

 grouping igp-actions {
   container igp-actions {
     leaf set-tag {
       type pt:tag-type;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return igpActions, or null if it is not present.
    Class<? extends IgpActions>
     
    @NonNull IgpActions
    Return igpActions, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

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

      IgpActions getIgpActions()
      Return igpActions, or null if it is not present.
           
               Actions to set IGP route attributes; these actions apply to multiple IGPs
           
       
      Returns:
      org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.igp.actions.IgpActions igpActions, or null if it is not present.
    • nonnullIgpActions

      @NonNull IgpActions nonnullIgpActions()
      Return igpActions, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.igp.actions.IgpActions igpActions, or an empty instance if it is not present.