Interface RouteOriginExtendedCommunityCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouteOriginExtendedCommunityCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExtendedCommunity

    public interface RouteOriginExtendedCommunityCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RouteOriginExtendedCommunityCase>, ExtendedCommunity

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

     case route-origin-extended-community-case {
       container route-origin-extended-community {
         leaf global-administrator {
           type short-as-number;
         }
         leaf local-administrator {
           type binary {
             length 4;
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp-types/extended-community/extended-community/route-origin-extended-community-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable RouteOriginExtendedCommunity getRouteOriginExtendedCommunity()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.route.origin.extended.community._case.RouteOriginExtendedCommunity routeOriginExtendedCommunity, or null if not present