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

attachNetworkEndpoints$clj

(attachNetworkEndpoints$ auth parameters body)

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

Required parameters: networkEndpointGroup, project, region

Optional parameters: requestId

Body:

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

Attach a list of network endpoints to the specified network endpoint group.

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

Required parameters: networkEndpointGroup, project, region

Optional parameters: requestId

Body: 

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

Attach a list of network endpoints to the specified network endpoint group.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: networkEndpointGroup, project, region

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

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

detachNetworkEndpoints$clj

(detachNetworkEndpoints$ auth parameters body)

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

Required parameters: networkEndpointGroup, project, region

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/regionNetworkEndpointGroups/detachNetworkEndpoints

Required parameters: networkEndpointGroup, project, region

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/regionNetworkEndpointGroups/get

Required parameters: networkEndpointGroup, project, region

Optional parameters: none

Returns the specified network endpoint group.

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

Required parameters: networkEndpointGroup, project, region

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

Required parameters: project, region

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

Required parameters: project, region

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

Required parameters: project, region

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

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

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

listNetworkEndpoints$clj

(listNetworkEndpoints$ auth parameters)

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

Required parameters: networkEndpointGroup, project, region

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/regionNetworkEndpointGroups/listNetworkEndpoints

Required parameters: networkEndpointGroup, project, region

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