Interface Trunks

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Trunks>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TrunksAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Trunks
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TrunksAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Trunks>

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

     container trunks {
       list trunk {
         key uuid;
         uses trunk-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-trunks/trunks-attributes/trunks

    To create instances of this class use TrunksBuilder.

    See Also:
    TrunksBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Trunks> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTrunk

        @Nullable Map<TrunkKey,​Trunk> getTrunk()
        Returns:
        java.util.Map trunk, or null if not present
      • nonnullTrunk

        default @NonNull Map<TrunkKey,​Trunk> nonnullTrunk()
        Returns:
        java.util.Map trunk, or an empty list if it is not present