Liking cljdoc? Tell your friends :D

happygapi.compute.forwardingRules

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

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

aggregatedList$clj

(aggregatedList$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/aggregatedList

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves an aggregated list of forwarding rules.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/aggregatedList

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves an aggregated list of forwarding rules.
raw docstring

delete$clj

(delete$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/delete

Required parameters: forwardingRule, project, region

Optional parameters: requestId Deletes the specified ForwardingRule resource.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/delete

Required parameters: forwardingRule, project, region

Optional parameters: requestId
Deletes the specified ForwardingRule resource.
raw docstring

get$clj

(get$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/get

Required parameters: forwardingRule, project, region

Optional parameters: none Returns the specified ForwardingRule resource.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/get

Required parameters: forwardingRule, project, region

Optional parameters: none
Returns the specified ForwardingRule resource.
raw docstring

insert$clj

(insert$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/insert

Required parameters: project, region

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :name string, :IPProtocol string, :allowGlobalAccess boolean, :backendService string, :selfLink string, :loadBalancingScheme string, :ipVersion string, :region string, :serviceLabel string, :ports [string], :id string, :kind string, :metadataFilters [{:filterLabels [MetadataFilterLabelMatch], :filterMatchCriteria string}], :networkTier string, :isMirroringCollector boolean, :allPorts boolean, :portRange string, :network string, :target string, :serviceName string, :IPAddress string, :fingerprint string, :subnetwork string}

Creates a ForwardingRule resource in the specified project and region using the data included in the request.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/insert

Required parameters: project, region

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :name string,
 :IPProtocol string,
 :allowGlobalAccess boolean,
 :backendService string,
 :selfLink string,
 :loadBalancingScheme string,
 :ipVersion string,
 :region string,
 :serviceLabel string,
 :ports [string],
 :id string,
 :kind string,
 :metadataFilters [{:filterLabels [MetadataFilterLabelMatch],
                    :filterMatchCriteria string}],
 :networkTier string,
 :isMirroringCollector boolean,
 :allPorts boolean,
 :portRange string,
 :network string,
 :target string,
 :serviceName string,
 :IPAddress string,
 :fingerprint string,
 :subnetwork string}

Creates a ForwardingRule resource in the specified project and region using the data included in the request.
raw docstring

list$clj

(list$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/list

Required parameters: project, region

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves a list of ForwardingRule resources available to the specified project and region.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/list

Required parameters: project, region

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves a list of ForwardingRule resources available to the specified project and region.
raw docstring

patch$clj

(patch$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/patch

Required parameters: forwardingRule, project, region

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :name string, :IPProtocol string, :allowGlobalAccess boolean, :backendService string, :selfLink string, :loadBalancingScheme string, :ipVersion string, :region string, :serviceLabel string, :ports [string], :id string, :kind string, :metadataFilters [{:filterLabels [MetadataFilterLabelMatch], :filterMatchCriteria string}], :networkTier string, :isMirroringCollector boolean, :allPorts boolean, :portRange string, :network string, :target string, :serviceName string, :IPAddress string, :fingerprint string, :subnetwork string}

Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/patch

Required parameters: forwardingRule, project, region

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :name string,
 :IPProtocol string,
 :allowGlobalAccess boolean,
 :backendService string,
 :selfLink string,
 :loadBalancingScheme string,
 :ipVersion string,
 :region string,
 :serviceLabel string,
 :ports [string],
 :id string,
 :kind string,
 :metadataFilters [{:filterLabels [MetadataFilterLabelMatch],
                    :filterMatchCriteria string}],
 :networkTier string,
 :isMirroringCollector boolean,
 :allPorts boolean,
 :portRange string,
 :network string,
 :target string,
 :serviceName string,
 :IPAddress string,
 :fingerprint string,
 :subnetwork string}

Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.
raw docstring

setTarget$clj

(setTarget$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/setTarget

Required parameters: forwardingRule, project, region

Optional parameters: requestId

Body:

{:target string}

Changes target URL for forwarding rule. The new target should be of the same type as the old target.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/forwardingRules/setTarget

Required parameters: forwardingRule, project, region

Optional parameters: requestId

Body: 

{:target string}

Changes target URL for forwarding rule. The new target should be of the same type as the old target.
raw docstring

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

× close