Interface Inet4SpecificExtendedCommunityCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Inet4SpecificExtendedCommunityCase>, 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 Inet4SpecificExtendedCommunityCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Inet4SpecificExtendedCommunityCase>, ExtendedCommunity

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

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

      • QNAME

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

      • implementedInterface

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

        @Nullable Inet4SpecificExtendedCommunity getInet4SpecificExtendedCommunity()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.inet4.specific.extended.community._case.Inet4SpecificExtendedCommunity inet4SpecificExtendedCommunity, or null if not present