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 [{:ipAddress string, :fqdn string, :port integer, :instance string, :annotations {}}]}

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 [{:ipAddress string,
                     :fqdn string,
                     :port integer,
                     :instance string,
                     :annotations {}}]}

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

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

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

Optional parameters: requestId

Body:

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

Detach the network endpoint from the specified network endpoint group.

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

Required parameters: networkEndpointGroup, project

Optional parameters: requestId

Body: 

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

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.

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

Required parameters: networkEndpointGroup, project

Optional parameters: none

Returns the specified network endpoint group.
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 {:function string, :urlMask string}, :selfLink string, :pscTargetService string, :cloudRun {:service string, :tag string, :urlMask string}, :size integer, :region string, :pscData {:consumerPscAddress string, :pscConnectionId string, :pscConnectionStatus string}, :id string, :kind string, :appEngine {:service string, :version string, :urlMask 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 {:function string, :urlMask string},
 :selfLink string,
 :pscTargetService string,
 :cloudRun {:service string, :tag string, :urlMask string},
 :size integer,
 :region string,
 :pscData {:consumerPscAddress string,
           :pscConnectionId string,
           :pscConnectionStatus string},
 :id string,
 :kind string,
 :appEngine {:service string, :version string, :urlMask 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: filter, maxResults, orderBy, pageToken, returnPartialSuccess

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

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

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

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

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

× close