Interface L2gateway

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<L2gateway>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<L2gateways>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<L2gatewayKey>, L2gatewayAttributes

    public interface L2gateway
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L2gateways>, org.opendaylight.yangtools.yang.binding.Augmentable<L2gateway>, BaseAttributes, L2gatewayAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<L2gatewayKey>
    l2gateway description

    This class represents the following YANG schema fragment defined in module neutron-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/l2gateway

    To create instances of this class use L2gatewayBuilder.

    See Also:
    L2gatewayBuilder, L2gatewayKey