Hi All, Thank you very much for accepting my proposal.
Yes these days i am working on understanding how hazelcast behaves. I have already come across some of Azure API references that can be used to identify a group of VMs. Network Security Group (NSG) is the equivalent AWS Security group that we could find in azure. And this [1] is the API reference that can be used to get information about a particular NSG. There under networkInterfaces.id element, we can get a collection of references to Network Interface Cards that reference this NSG. And then using that we can get information about NICs [2]. There under virtualMachine element, we can get the VM associated with that NIC. I think we can use method to identify a group of VMs. [1] https://msdn.microsoft.com/en-us/library/azure/mt163654.aspx [2] https://msdn.microsoft.com/en-us/library/azure/mt163611.aspx Regards, Osura On Fri, Apr 29, 2016 at 4:16 PM, Isuru Haththotuwa <[email protected]> wrote: > Hi Osura, > > First of all, great work with the proposal and congratulations on getting > selected! > > As you know, this is the community bonding period which you can use to > enhance your community relationship and of course to gain knowledge in the > related areas. Hope you are right on it! > > Can you please send a brief update about the any project related work that > you are doing now? Please copy the wso2 dev list ([email protected]) as well. > > -- > Thanks and Regards, > > Isuru H. > +94 716 358 048* <http://wso2.com/>* > > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
