Interface TrafficActionExtendedCommunity

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

    public interface TrafficActionExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TrafficActionExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<TrafficActionExtendedCommunity>

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

     container traffic-action-extended-community {
       leaf sample {
         type boolean;
         default false;
       }
       leaf terminal-action {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is bgp-flowspec/traffic-action-extended-community/traffic-action-extended-community

    To create instances of this class use TrafficActionExtendedCommunityBuilder.

    See Also:
    TrafficActionExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isSample()
        Returns:
        java.lang.Boolean sample, or null if not present
      • isTerminalAction

        @Nullable Boolean isTerminalAction()
        Returns:
        java.lang.Boolean terminalAction, or null if not present