Interface ACTIONS

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface ACTIONS
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Permit/deny action.

    This class represents the following YANG schema fragment defined in module bgp

     grouping ACTIONS {
       leaf action {
         type actions-enum;
       }
     }
     
    The schema path to identify an instance is bgp/ACTIONS
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends ACTIONS> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAction

        @Nullable ActionsEnum getAction()
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.ActionsEnum action, or null if not present