Compute Engine API: regionInstanceGroups. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceGroups
Compute Engine API: regionInstanceGroups. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceGroups
(get$ auth parameters)
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/get
Required parameters: instanceGroup, project, region
Optional parameters: none
Returns the specified instance group resource.
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/get Required parameters: instanceGroup, project, region Optional parameters: none Returns the specified instance group resource.
(list$ auth parameters)
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/list
Required parameters: project, region
Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess
Retrieves the list of instance group resources contained within the specified region.
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/list Required parameters: project, region Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess Retrieves the list of instance group resources contained within the specified region.
(listInstances$ auth parameters body)
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/listInstances
Required parameters: instanceGroup, project, region
Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess
Body:
{:instanceState string, :portName string}
Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported.
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/listInstances Required parameters: instanceGroup, project, region Optional parameters: filter, maxResults, orderBy, pageToken, returnPartialSuccess Body: {:instanceState string, :portName string} Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported.
(setNamedPorts$ auth parameters body)
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/setNamedPorts
Required parameters: instanceGroup, project, region
Optional parameters: requestId
Body:
{:namedPorts [{:name string, :port integer}], :fingerprint string}
Sets the named ports for the specified regional instance group.
https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/setNamedPorts Required parameters: instanceGroup, project, region Optional parameters: requestId Body: {:namedPorts [{:name string, :port integer}], :fingerprint string} Sets the named ports for the specified regional instance group.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close