Are there any plans on adding the abiltity to create LoadBalancers #1604
Labels
api: compute
Issues related to the Compute Engine API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
Hello I would like to be able to programmatically create LoadBalancers in NodeJs.
Is there a plan on wrapping the networking API to allow for me to create the required pieces?
In a perfect world I want to make one call to create a LoadBalancer. This would allow for me to pass in the HealthCheck info, the backend service info, and get back the IP of the LoadBalancer. Preferably it would be nice if I could get the IP address back on the call, and then wait for the loadbalancer to get created asynchronously. This would allow for me to take the IP and create a DNS record with it, before the LoadBalancer has actually been created. Saving overall time of stack creation.
The text was updated successfully, but these errors were encountered: