Interface VhostUserInterfaceConfigAttributes

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

    @Generated("mdsal-binding-generator")
    public interface VhostUserInterfaceConfigAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    vhost-user settings

    This class represents the following YANG schema fragment defined in module v3po

     grouping vhost-user-interface-config-attributes {
       leaf device-instance {
         type uint32;
         mandatory false;
       }
     }
     
    The schema path to identify an instance is v3po/vhost-user-interface-config-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends VhostUserInterfaceConfigAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDeviceInstance

        org.opendaylight.yangtools.yang.common.Uint32 getDeviceInstance()
        Return deviceInstance, or null if it is not present.
             
                 Custom device instance. Autogenerated will be used if not configured
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 deviceInstance, or null if it is not present.