Interface L2gateways

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

    public interface L2gateways
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L2gatewaysAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<L2gateways>

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

     container l2gateways {
       list l2gateway {
         key uuid;
         uses attrs:base-attributes;
         uses l2gateway-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-l2gateways/l2gateways-attributes/l2gateways

    To create instances of this class use L2gatewaysBuilder.

    See Also:
    L2gatewaysBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<L2gateway> getL2gateway()
        l2gateway description
        Returns:
        java.util.List l2gateway, or null if not present
      • nonnullL2gateway

        default @NonNull List<L2gateway> nonnullL2gateway()
        Returns:
        java.util.List l2gateway, or an empty list if it is not present