Question

In a java app, I have started a group of virtual machines with a specific group name.

Now, I wish to identify each of the virtual machines in that group, uniquely. The code to identify a virtual machine (which is part of that group of machines) will be run within that machine itself directly. What parameter/attribute do I use to uniquely identify such a machine? As I understand "NodeMetadata" identifies each node...But which attribute from "NodeMetadata" class do I use for the purpose as described above?

Was it helpful?

Solution

Answered over here in the jclouds Google Group.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top