Interface Ports

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ports>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NumericTwoByteValue

    public interface Ports
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<Ports>, NumericTwoByteValue

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

     list ports {
       uses numeric-two-byte-value;
     }
     
    The schema path to identify an instance is bgp-flowspec/flowspec-destination/flowspec/flowspec-type/port-case/ports

    To create instances of this class use PortsBuilder.

    See Also:
    PortsBuilder
    • 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<Ports> 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 NumericTwoByteValue