Interface IgpActions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IgpActions>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<IgpActions>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface IgpActions
    extends org.opendaylight.yangtools.yang.binding.ChildOf<IgpActions>, org.opendaylight.yangtools.yang.binding.Augmentable<IgpActions>
    Actions to set IGP route attributes; these actions apply to multiple IGPs

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

     container igp-actions {
       leaf set-tag {
         type pt:tag-type;
       }
     }
     
    The schema path to identify an instance is openconfig-routing-policy/igp-actions/igp-actions

    To create instances of this class use IgpActionsBuilder.

    See Also:
    IgpActionsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<IgpActions> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSetTag

        @Nullable TagType getSetTag()
        Set the tag value for OSPF or IS-IS routes.
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.policy.types.rev151009.TagType setTag, or null if not present