|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-API] XenAPI Java bindings
Hello Tom,
wow, lots of work! This is great
stuff.
I have some comments related to the
VM class and record:
- I tried to build a VM using a Record
and litterally all parameters need to be provided so that the map does
not contain any 'null's.Could the keys be checked for whether they are
null before they are put into the HashMap for a VM. It's not absolutely
necessary to provide all parameters such as for example PCI_bus to build
a VM and providing a uuid seems not to be useful.
- In the VM record the parameter 'action_after_suspend'
seems to be missing which prevents one to build a VM -- it seems to be
a mandatory parameter.
- the types for the actions_after_*
parameters of a VM record need to be strings such as "destroy".
It seems they are of type class.com.xensource.xenapi.Types$OnNormalExit
which does not let one build a VM with it.
Stefan
xen-api-bounces@xxxxxxxxxxxxxxxxxxx wrote on 05/17/2007
07:01:36 AM:
> Hello all
>
> I've made some nice Java bindings for the XenAPI. You can download
> them at http://www.cl.cam.ac.uk/~tw275/java-binding-source.tag.gz.
>
> Docs are located at http://www.cl.cam.ac.uk/~tw275/xenapi-docs/ or
> http://www.cl.cam.ac.uk/~tw275/java-binding-docs.tar.gz.
>
> A quick example is located in the tarball in Test.java.
>
> Please let me know if you have any problems with these bindings.
> They are a bit fragile at the moment, a bad server response will
> cause a ClassCastException.
>
> Cheers
>
> Tom
>
> _______________________________________________
> xen-api mailing list
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
|
|
|
|
|