Interface Inet4SpecificExtendedCommunityCommon

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Inet4SpecificExtendedCommunity, VrfRouteImportExtendedCommunity

    @Generated("mdsal-binding-generator")
    public interface Inet4SpecificExtendedCommunityCommon
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping inet4-specific-extended-community-common {
       container inet4-specific-extended-community-common {
         leaf global-administrator {
           type inet:ipv4-address-no-zone;
         }
         leaf local-administrator {
           type binary {
             length 2;
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp-typesinet4-specific-extended-community-common
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Inet4SpecificExtendedCommunityCommon> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInet4SpecificExtendedCommunityCommon

        Inet4SpecificExtendedCommunityCommon getInet4SpecificExtendedCommunityCommon()
        Return inet4SpecificExtendedCommunityCommon, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.inet4.specific.extended.community.common.Inet4SpecificExtendedCommunityCommon inet4SpecificExtendedCommunityCommon, or null if it is not present.