Interface TrafficRateExtendedCommunity

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

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

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

     container traffic-rate-extended-community {
       leaf informative-as {
         type bgp-t:short-as-number;
       }
       leaf local-administrator {
         type netc:bandwidth;
       }
     }
     
    The schema path to identify an instance is bgp-flowspec/traffic-rate-extended-community/traffic-rate-extended-community

    To create instances of this class use TrafficRateExtendedCommunityBuilder.

    See Also:
    TrafficRateExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable ShortAsNumber getInformativeAs()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.ShortAsNumber informativeAs, or null if not present
      • getLocalAdministrator

        @Nullable Bandwidth getLocalAdministrator()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth localAdministrator, or null if not present