I'm interested in setting the annotation/notes property of a VM programatically via the Java/vSphere Web service SDK. It seems that the annotation field is available in the following types:
VirtualMachineConfigSummary
VirtualMachineConfigInfo
VirtualMachineConfigSpec
So I guess I have a two part question. One, which of the above types should I operate on in order to set the "Notes" field and secondly, what is the most direct way to accomplish this via Java and the SDK?