Liking cljdoc? Tell your friends :D

happygapi.compute.forwardingRules

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/aggregatedList

Required parameters: project

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

Retrieves an aggregated list of forwarding rules.

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/aggregatedList

Required parameters: project

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

Retrieves an aggregated list of forwarding rules.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: region, forwardingRule, project

Optional parameters: requestId

Deletes the specified ForwardingRule resource.

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

Required parameters: region, forwardingRule, project

Optional parameters: requestId

Deletes the specified ForwardingRule resource.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, region, forwardingRule

Optional parameters: none

Returns the specified ForwardingRule resource.

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

Required parameters: project, region, forwardingRule

Optional parameters: none

Returns the specified ForwardingRule resource.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/insert

Required parameters: region, project

Optional parameters: requestId

Body:

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

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

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/insert

Required parameters: region, project

Optional parameters: requestId

Body: 

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

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

list$clj

(list$ auth parameters)

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

Required parameters: project, region

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

Retrieves a list of ForwardingRule resources available to the specified project and region.

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

Required parameters: project, region

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

Retrieves a list of ForwardingRule resources available to the specified project and region.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/patch

Required parameters: region, forwardingRule, project

Optional parameters: requestId

Body:

{:description string, :labels {}, :creationTimestamp string, :name string, :IPProtocol string, :pscConnectionId string, :allowGlobalAccess boolean, :backendService string, :selfLink string, :loadBalancingScheme string, :ipVersion string, :region string, :serviceLabel string, :ports [string], :serviceDirectoryRegistrations [{:service string, :namespace string, :serviceDirectoryRegion string}], :id string, :kind string, :metadataFilters [{:filterMatchCriteria string, :filterLabels [MetadataFilterLabelMatch]}], :networkTier string, :isMirroringCollector boolean, :allPorts boolean, :pscConnectionStatus string, :portRange string, :network string, :target string, :serviceName string, :IPAddress string, :fingerprint string, :subnetwork string, :labelFingerprint 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://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/patch

Required parameters: region, forwardingRule, project

Optional parameters: requestId

Body: 

{:description string,
 :labels {},
 :creationTimestamp string,
 :name string,
 :IPProtocol string,
 :pscConnectionId string,
 :allowGlobalAccess boolean,
 :backendService string,
 :selfLink string,
 :loadBalancingScheme string,
 :ipVersion string,
 :region string,
 :serviceLabel string,
 :ports [string],
 :serviceDirectoryRegistrations [{:service string,
                                  :namespace string,
                                  :serviceDirectoryRegion string}],
 :id string,
 :kind string,
 :metadataFilters [{:filterMatchCriteria string,
                    :filterLabels [MetadataFilterLabelMatch]}],
 :networkTier string,
 :isMirroringCollector boolean,
 :allPorts boolean,
 :pscConnectionStatus string,
 :portRange string,
 :network string,
 :target string,
 :serviceName string,
 :IPAddress string,
 :fingerprint string,
 :subnetwork string,
 :labelFingerprint 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.
sourceraw docstring

setLabels$clj

(setLabels$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/setLabels

Required parameters: region, resource, project

Optional parameters: requestId

Body:

{:labelFingerprint string, :labels {}}

Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/setLabels

Required parameters: region, resource, project

Optional parameters: requestId

Body: 

{:labelFingerprint string, :labels {}}

Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.
sourceraw docstring

setTarget$clj

(setTarget$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/setTarget

Required parameters: region, forwardingRule, project

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://cloud.google.com/compute/api/reference/rest/v1/forwardingRules/setTarget

Required parameters: region, forwardingRule, project

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.
sourceraw docstring

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

× close