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, 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.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project, region

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

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: returnPartialSuccess, orderBy, maxResults, filter, pageToken

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

listInstances$clj

(listInstances$ auth parameters body)

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

Required parameters: project, instanceGroup, region

Optional parameters: orderBy, filter, returnPartialSuccess, 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: project, instanceGroup, region

Optional parameters: orderBy, filter, returnPartialSuccess, 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.
raw 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:

{:namedPorts [{:port integer, :name string}], :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: project, region, instanceGroup

Optional parameters: requestId

Body: 

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

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

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

× close