Liking cljdoc? Tell your friends :D

happygapi.compute.regionInstanceGroups

Compute Engine API: regionInstanceGroups. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups

Compute Engine API: regionInstanceGroups.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups
raw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/get

Required parameters: instanceGroup, region, project

Optional parameters: none

Returns the specified instance group resource.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/get

Required parameters: instanceGroup, region, project

Optional parameters: none

Returns the specified instance group resource.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/list

Required parameters: region, project

Optional parameters: filter, returnPartialSuccess, maxResults, pageToken, orderBy

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: region, project

Optional parameters: filter, returnPartialSuccess, maxResults, pageToken, orderBy

Retrieves the list of instance group resources contained within the specified region.
sourceraw docstring

listInstances$clj

(listInstances$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/listInstances

Required parameters: region, project, instanceGroup

Optional parameters: returnPartialSuccess, filter, orderBy, maxResults, pageToken

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: region, project, instanceGroup

Optional parameters: returnPartialSuccess, filter, orderBy, maxResults, pageToken

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.
sourceraw docstring

setNamedPorts$clj

(setNamedPorts$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/setNamedPorts

Required parameters: project, region, instanceGroup

Optional parameters: requestId

Body:

{:fingerprint string, :namedPorts [{:name string, :port integer}]}

Sets the named ports for the specified regional instance group.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstanceGroups/setNamedPorts

Required parameters: project, region, instanceGroup

Optional parameters: requestId

Body: 

{:fingerprint string, :namedPorts [{:name string, :port integer}]}

Sets the named ports for the specified regional instance group.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close