sinergym.utils.gcloud.list_instance_groups

sinergym.utils.gcloud.list_instance_groups(service, project, zone)

List instances groups names created in Google Cloud currently.

Parameters:
  • service – gcloud API service built previously

  • project – Project id from Google Cloud Platform

  • zone – Google Cloud Zone where instances are

Returns:

Name of the group instances availables in Google Cloud.

Return type:

list(str)