Interface L2gatewaysAttributes

  • 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 L2gatewaysAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

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

      • QNAME

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

      • implementedInterface

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

        L2gateways getL2gateways()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.L2gateways l2gateways, or null if not present