Liking cljdoc? Tell your friends :D

happygapi.compute.regionNetworkEndpointGroups

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

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

delete$clj

(delete$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/regionNetworkEndpointGroups/delete

Required parameters: networkEndpointGroup, region, project

Optional parameters: requestId

Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.

https://cloud.google.com/compute/api/reference/rest/v1/regionNetworkEndpointGroups/delete

Required parameters: networkEndpointGroup, region, project

Optional parameters: requestId

Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: region, networkEndpointGroup, project

Optional parameters: none

Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.

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

Required parameters: region, networkEndpointGroup, project

Optional parameters: none

Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionNetworkEndpointGroups/insert

Required parameters: project, region

Optional parameters: requestId

Body:

{:description string, :networkEndpointType string, :creationTimestamp string, :zone string, :name string, :cloudFunction {:urlMask string, :function string}, :selfLink string, :cloudRun {:urlMask string, :tag string, :service string}, :size integer, :region string, :id string, :kind string, :appEngine {:version string, :urlMask string, :service string}, :annotations {}, :network string, :defaultPort integer, :subnetwork string}

Creates a network endpoint group in the specified project using the parameters that are included in the request.

https://cloud.google.com/compute/api/reference/rest/v1/regionNetworkEndpointGroups/insert

Required parameters: project, region

Optional parameters: requestId

Body: 

{:description string,
 :networkEndpointType string,
 :creationTimestamp string,
 :zone string,
 :name string,
 :cloudFunction {:urlMask string, :function string},
 :selfLink string,
 :cloudRun {:urlMask string, :tag string, :service string},
 :size integer,
 :region string,
 :id string,
 :kind string,
 :appEngine {:version string, :urlMask string, :service string},
 :annotations {},
 :network string,
 :defaultPort integer,
 :subnetwork string}

Creates a network endpoint group in the specified project using the parameters that are included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project, region

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

Retrieves the list of regional network endpoint groups available to the specified project in the given region.

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

Required parameters: project, region

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

Retrieves the list of regional network endpoint groups available to the specified project in the given region.
sourceraw docstring

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

× close