Interface VhostUserInterfaceStateAttributes

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

    public interface VhostUserInterfaceStateAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping vhost-user-interface-state-attributes {
       leaf features {
         type uint64;
         config false;
       }
       leaf virtio-net-hdr-size {
         type uint32;
         config false;
       }
       leaf num-memory-regions {
         type uint32;
         config false;
       }
       leaf connect-error {
         type string;
         config false;
       }
     }
     
    The schema path to identify an instance is v3po/vhost-user-interface-state-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint64 getFeatures()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 features, or null if not present
      • getVirtioNetHdrSize

        org.opendaylight.yangtools.yang.common.Uint32 getVirtioNetHdrSize()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 virtioNetHdrSize, or null if not present
      • getNumMemoryRegions

        org.opendaylight.yangtools.yang.common.Uint32 getNumMemoryRegions()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 numMemoryRegions, or null if not present
      • getConnectError

        java.lang.String getConnectError()
        Returns:
        java.lang.String connectError, or null if not present