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 parameters)

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

Required parameters: project

Optional parameters: filter, includeAllScopes, 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, includeAllScopes, maxResults, orderBy, pageToken

Retrieves an aggregated list of forwarding rules.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

get$clj

(get$ auth parameters)

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

insert$clj

(insert$ auth parameters 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.
sourceraw docstring

list$clj

(list$ auth parameters)

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

patch$clj

(patch$ auth parameters 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.
sourceraw docstring

setTarget$clj

(setTarget$ auth parameters 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.
sourceraw docstring

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

× close