Interface Srgb

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Srgb>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Vertex>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Srgb

    public interface Srgb
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Vertex>, org.opendaylight.yangtools.yang.binding.Augmentable<Srgb>, Srgb
    Segment Routing Global Block

    This class represents the following YANG schema fragment defined in module graph

     container srgb {
       uses srgb;
     }
     
    The schema path to identify an instance is graph/vertex/srgb

    To create instances of this class use SrgbBuilder.

    See Also:
    SrgbBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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