vmware-archive / vcloud-rest

Unofficial ruby bindings for VMware vCloud Director®
Apache License 2.0
29 stars 37 forks source link

Added get_vapp_edge_public_ip(vAppId) method and get_vapp_port_forwarding_rules(vAppId) #10

Closed tsugliani closed 11 years ago

tsugliani commented 11 years ago

The first method allows us to fetch the public IP of a vApp when using a vShield Edge device to fence it using port forwarding mode. The second method returns a vApp portforwarding rules

astratto commented 11 years ago

Applied with some fixes. Thank you!

tsugliani commented 11 years ago

I didn't have much time to look into your comments/suggestions,

I'll clarify the FIXME statement at some point, for most use cases (90% at least I would say from my experience), this should not happen.

Thanks a lot for taking care of that !