Interface NetworksAttributes

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

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

     grouping networks-attributes {
       container networks {
         list network {
           key uuid;
           leaf shared {
             type boolean;
             default false;
           }
           leaf vlan-transparent {
             type boolean;
             default false;
           }
           uses attrs:base-attributes;
           uses attrs:admin-attributes;
         }
       }
     }
     
    The schema path to identify an instance is neutron-networks/networks-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Networks getNetworks()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.Networks networks, or null if not present