All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
TrafficActionExtendedCommunityCase, TrafficActionExtendedCommunityCase

@Generated("mdsal-binding-generator") public interface TrafficActionExtendedCommunity extends org.opendaylight.yangtools.binding.Grouping

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

 grouping traffic-action-extended-community {
   container traffic-action-extended-community {
     leaf sample {
       type boolean;
       default false;
     }
     leaf terminal-action {
       type boolean;
       default false;
     }
   }
 }
 
  • Method Details

    • getTrafficActionExtendedCommunity

      TrafficActionExtendedCommunity getTrafficActionExtendedCommunity()
      Return trafficActionExtendedCommunity, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.traffic.action.extended.community.TrafficActionExtendedCommunity trafficActionExtendedCommunity, or null if it is not present.
    • nonnullTrafficActionExtendedCommunity

      @NonNull TrafficActionExtendedCommunity nonnullTrafficActionExtendedCommunity()
      Return trafficActionExtendedCommunity, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.traffic.action.extended.community.TrafficActionExtendedCommunity trafficActionExtendedCommunity, or an empty instance if it is not present.