Interface Interfaces

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Interfaces>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Devices>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<InterfacesKey>

    public interface Interfaces
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Devices>, org.opendaylight.yangtools.yang.binding.Augmentable<Interfaces>, org.opendaylight.yangtools.yang.binding.Identifiable<InterfacesKey>
    Description of interfaces

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

     list interfaces {
       key interface-name;
       leaf interface-name {
         type string;
       }
       leaf-list segmentation-ids {
         type int32;
       }
     }
     
    The schema path to identify an instance is neutron-l2gateways/l2gateway-attributes/devices/interfaces

    To create instances of this class use InterfacesBuilder.

    See Also:
    InterfacesBuilder, InterfacesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        String getInterfaceName()
        Returns:
        java.lang.String interfaceName, or null if not present
      • getSegmentationIds

        @Nullable List<Integer> getSegmentationIds()
        Description of segmentations
        Returns:
        java.util.List segmentationIds, or null if not present