Package org.libvirt

Class SchedParameter

    • Field Detail

      • SCHED_PARAM_INT

        protected static final int SCHED_PARAM_INT
        TODO: get generated constants from libvirt
        See Also:
        Constant Field Values
      • field

        public java.lang.String field
        Parameter name
    • Constructor Detail

      • SchedParameter

        public SchedParameter()
    • Method Detail

      • copyOf

        public static byte[] copyOf​(byte[] original,
                                    int length)
      • getType

        public abstract int getType()
        The type of the parameter
        Returns:
        the Type of the parameter
      • getTypeAsString

        public abstract java.lang.String getTypeAsString()
        Utility function for displaying the type
        Returns:
        the Type of the parameter as string
      • getValueAsString

        public abstract java.lang.String getValueAsString()
        Utility function for displaying the value
        Returns:
        the value of the parameter in String form