Interface DestinationPorts

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationPorts>, 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 DestinationPorts
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationPorts>, NumericTwoByteValue

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

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

    To create instances of this class use DestinationPortsBuilder.

    See Also:
    DestinationPortsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<DestinationPorts> 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