Interface Port

  • All Superinterfaces:
    AdminAttributes, org.opendaylight.yangtools.yang.binding.Augmentable<Port>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ports>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<PortKey>, PortAttributes

    public interface Port
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ports>, org.opendaylight.yangtools.yang.binding.Augmentable<Port>, BaseAttributes, AdminAttributes, PortAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<PortKey>

    This class represents the following YANG schema fragment defined in module neutron-ports

     list port {
       key uuid;
       uses attrs:base-attributes;
       uses attrs:admin-attributes;
       uses port-attributes;
     }
     
    The schema path to identify an instance is neutron-ports/ports-attributes/ports/port

    To create instances of this class use PortBuilder.

    See Also:
    PortBuilder, PortKey