GoogleApi.ReplicaPool
Replica Pool API client library.
The Replica Pool API allows users to declaratively provision and manage groups of Google Compute Engine instances based on a common template.
Installation
Install this package from Hex by adding
google_api_replica_pool to your list of dependencies in mix.exs:
def deps do
[{:google_api_replica_pool, "~> 0.1"}]
endFor more information
Product documentation is available at https://developers.google.com/compute/docs/replica-pool/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_replica_pool.