Compute Engine API: regionNetworkEndpointGroups. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/regionNetworkEndpointGroups
Compute Engine API: regionNetworkEndpointGroups. Creates and runs virtual machines on Google Cloud Platform. See: https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/regionNetworkEndpointGroups
(delete$ auth parameters)
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://developers.google.com/compute/docs/reference/latest/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.
(get$ auth parameters)
Required parameters: networkEndpointGroup, project, region
Optional parameters: none
Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/regionNetworkEndpointGroups/get Required parameters: networkEndpointGroup, project, region Optional parameters: none Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
(insert$ auth parameters body)
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, :cloudRun {:service string, :tag string, :urlMask string}, :size integer, :region string, :id string, :kind string, :appEngine {:service string, :urlMask string, :version 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://developers.google.com/compute/docs/reference/latest/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, :cloudRun {:service string, :tag string, :urlMask string}, :size integer, :region string, :id string, :kind string, :appEngine {:service string, :urlMask string, :version 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.
(list$ auth parameters)
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://developers.google.com/compute/docs/reference/latest/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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close