Liking cljdoc? Tell your friends :D

happygapi.compute.globalNetworkEndpointGroups

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

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

attachNetworkEndpoints$clj

(attachNetworkEndpoints$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/globalNetworkEndpointGroups/attachNetworkEndpoints

Required parameters: networkEndpointGroup, project

Optional parameters: requestId

Body:

{:networkEndpoints [{:instance string, :ipAddress string, :annotations {}, :fqdn string, :port integer}]}

Attach a network endpoint to the specified network endpoint group.

https://cloud.google.com/compute/api/reference/rest/v1/globalNetworkEndpointGroups/attachNetworkEndpoints

Required parameters: networkEndpointGroup, project

Optional parameters: requestId

Body: 

{:networkEndpoints [{:instance string,
                     :ipAddress string,
                     :annotations {},
                     :fqdn string,
                     :port integer}]}

Attach a network endpoint to the specified network endpoint group.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: project, networkEndpointGroup

Optional parameters: requestId

Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.

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

Required parameters: project, networkEndpointGroup

Optional parameters: requestId

Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.
sourceraw docstring

detachNetworkEndpoints$clj

(detachNetworkEndpoints$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/globalNetworkEndpointGroups/detachNetworkEndpoints

Required parameters: project, networkEndpointGroup

Optional parameters: requestId

Body:

{:networkEndpoints [{:instance string, :ipAddress string, :annotations {}, :fqdn string, :port integer}]}

Detach the network endpoint from the specified network endpoint group.

https://cloud.google.com/compute/api/reference/rest/v1/globalNetworkEndpointGroups/detachNetworkEndpoints

Required parameters: project, networkEndpointGroup

Optional parameters: requestId

Body: 

{:networkEndpoints [{:instance string,
                     :ipAddress string,
                     :annotations {},
                     :fqdn string,
                     :port integer}]}

Detach the network endpoint from the specified network endpoint group.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: 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/globalNetworkEndpointGroups/get

Required parameters: 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/globalNetworkEndpointGroups/insert

Required parameters: project

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/globalNetworkEndpointGroups/insert

Required parameters: project

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/globalNetworkEndpointGroups/list

Required parameters: project

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

Retrieves the list of network endpoint groups that are located in the specified project.

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

Required parameters: project

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

Retrieves the list of network endpoint groups that are located in the specified project.
sourceraw docstring

listNetworkEndpoints$clj

(listNetworkEndpoints$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/globalNetworkEndpointGroups/listNetworkEndpoints

Required parameters: networkEndpointGroup, project

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

Lists the network endpoints in the specified network endpoint group.

https://cloud.google.com/compute/api/reference/rest/v1/globalNetworkEndpointGroups/listNetworkEndpoints

Required parameters: networkEndpointGroup, project

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

Lists the network endpoints in the specified network endpoint group.
sourceraw docstring

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

× close