Interface PortMod

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    OriginalPort, UpdatedPort, UpdatePortCaseData

    @Generated("mdsal-binding-generator")
    public interface PortMod
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping port-mod {
       container port {
         list port {
           key port-mod-order;
           leaf port-mod-order {
             type uint32;
           }
           uses common-port-with-mask;
           leaf container-name {
             type string;
           }
           leaf port-name {
             type string;
           }
           leaf barrier {
             type boolean;
           }
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-port-types/port-mod
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends PortMod> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPort

        Port getPort()
        Return port, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.port.mod.Port port, or null if it is not present.