Interface SubPorts

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SubPorts>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TrunkAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<SubPortsKey>, SubPortAttributes

    public interface SubPorts
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TrunkAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<SubPorts>, SubPortAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<SubPortsKey>
    Bundled sub ports (tunnels), transmitted through this trunk port.

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

     list sub-ports {
       key port-id;
       unique "segmentation-type segmentation-id";
       uses sub-port-attributes;
     }
     
    The schema path to identify an instance is neutron-trunks/trunk-attributes/sub-ports

    To create instances of this class use SubPortsBuilder.

    See Also:
    SubPortsBuilder, SubPortsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SubPorts> 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 SubPortAttributes
      • key

        SubPortsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<SubPortsKey>