-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.