Interface Actions

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

    public interface Actions
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Statement>, org.opendaylight.yangtools.yang.binding.Augmentable<Actions>, GenericActions, IgpActions
    Action statements for this policy statement

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

     container actions {
       uses generic-actions;
       uses igp-actions;
     }
     
    The schema path to identify an instance is openconfig-routing-policy/routing-policy-top/routing-policy/policy-definitions/policy-definition/statements/statement/actions

    To create instances of this class use ActionsBuilder.

    See Also:
    ActionsBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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