Interface Inet4SpecificExtendedCommunity

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

    public interface Inet4SpecificExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<Inet4SpecificExtendedCommunity>, Inet4SpecificExtendedCommunityCommon

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

     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/inet4-specific-extended-community

    To create instances of this class use Inet4SpecificExtendedCommunityBuilder.

    See Also:
    Inet4SpecificExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • getGlobalAdministrator

        @Deprecated
        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone getGlobalAdministrator()
        Deprecated.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone globalAdministrator, or null if not present
      • getLocalAdministrator

        @Deprecated
        byte[] getLocalAdministrator()
        Deprecated.
        Returns:
        byte[] localAdministrator, or null if not present