I've been working with the vCloud API to automate our manual vdc process. So far I've figured out how to create a new org, add users, add a vdc, allocate resources, and add a network to the org.
What I'm having trouble with is figuring out how to query and change the edge gateway info. The RESTful api calls just don't seem to work the same way the others did. I'm looking to do some simple things like change the edge gateway name, get the external IP allocation and update the sub-allocated IP pools with that information. I'd also like to Configure Rate Limits. Basically any tabbed set of items within the Edge Gateway Properties I'd like to be able to work with.
Thanks