Interface L2gatewayConnectionsAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Neutron

    public interface L2gatewayConnectionsAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping l2gateway-connections-attributes {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends L2gatewayConnectionsAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getL2gatewayConnections

        L2gatewayConnections getL2gatewayConnections()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.connections.attributes.L2gatewayConnections l2gatewayConnections, or null if not present