Interface IgpActions

  • All Superinterfaces:
    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 Detail

      • QNAME

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

      • implementedInterface

        Class<? extends IgpActions> implementedInterface()
        Specified by:
        implementedInterface in interface 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.