java.lang.Object
org.opendaylight.yangtools.rfc8819.model.api.IetfTags

@NonNullByDefault public final class IetfTags extends Object
IETF YANG Module Tags Registry, as defined in RFC8819 section 7.2, table 2.

This registry allocates tags that have the registered prefix "ietf:". New values should be well considered and not achievable through a combination of already existing IETF tags. IANA assigned tags must conform to Net-Unicode as defined in RFC5198, and they shall not need normalization.

  • Field Details

    • NETWORK_ELEMENT_CLASS

      public static final Tag NETWORK_ELEMENT_CLASS
      ietf:network-element-class IetfTags.
          Network element as defined in RFC8199.
       
    • NETWORK_SERVICE_CLASS

      public static final Tag NETWORK_SERVICE_CLASS
      ietf:network-service-class IetfTags
          Network element as defined in RFC8199.
       
    • SDO_DEFINED_CLASS

      public static final Tag SDO_DEFINED_CLASS
      ietf:sdo-defined-class IetfTags
          Module is defined by a standards organization.
       
    • VENDOR_DEFINED_CLASS

      public static final Tag VENDOR_DEFINED_CLASS
      ietf:vendor-defined-class IetfTags
          Module is defined by a vendor.
       
    • USER_DEFINED_CLASS

      public static final Tag USER_DEFINED_CLASS
      ietf:user-defined-class IetfTags
          Module is defined by the user.
       
    • HARDWARE

      public static final Tag HARDWARE
      ietf:hardware IetfTags
          Relates to hardware (e.g., inventory).
       
    • SOFTWARE

      public static final Tag SOFTWARE
      ietf:software IetfTags
          Relates to software (e.g., installed OS).
       
    • PROTOCOL

      public static final Tag PROTOCOL
      ietf:protocol IetfTags
          Represents a protocol (often combined with another tag to refine).
       
    • QOS

      public static final Tag QOS
      ietf:qos IetfTags
          Relates to quality of service.
       
    • NETWORK_SERVICE_APP

      public static final Tag NETWORK_SERVICE_APP
      ietf:network-service-app IetfTags
          Relates to a network service application (e.g., an NTP server, DNS server, DHCP server, etc.).
       
    • SYSTEM_MANAGEMENT

      public static final Tag SYSTEM_MANAGEMENT
      ietf:system-management IetfTags
          Relates to system management (e.g., a system management protocol such as syslog, TACAC+, SNMP, NETCONF, etc.).
       
    • OAM

      public static final Tag OAM
      ietf:oam IetfTags
          Relates to Operations, Administration, and Maintenance (e.g., BFD).
       
    • ROUTING

      public static final Tag ROUTING
      ietf:routing IetfTags
          Relates to routing.
       
    • SECURITY

      public static final Tag SECURITY
      ietf:security IetfTags
          Relates to security.
       
    • SIGNALING

      public static final Tag SIGNALING
      ietf:signaling IetfTags
          Relates to control-plane signaling.