Reputation: 21
I want to create a load balancer (TCP) via a REST API or Python SDK for GCP.
I haven't found any solutions so far.
Example from UI :
Upvotes: 1
Views: 1120
Reputation: 21570
From the API's perspective, there is no "Load Balancer API", just the various compute components that make up a load balancer, such as forwarding rules and url maps.
More details on the APIs for those individual components here: https://cloud.google.com/load-balancing/docs/apis
Upvotes: 1