Interface L2gatewayConnections

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

    public interface L2gatewayConnections
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L2gatewayConnectionsAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<L2gatewayConnections>

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

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

    To create instances of this class use L2gatewayConnectionsBuilder.

    See Also:
    L2gatewayConnectionsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<L2gatewayConnection> getL2gatewayConnection()
        l2gateway connection description
        Returns:
        java.util.List l2gatewayConnection, or null if not present
      • nonnullL2gatewayConnection

        default @NonNull List<L2gatewayConnection> nonnullL2gatewayConnection()
        Returns:
        java.util.List l2gatewayConnection, or an empty list if it is not present