Liking cljdoc? Tell your friends :D

happygapi.compute.globalForwardingRules

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: forwardingRule, project

Optional parameters: requestId

Deletes the specified GlobalForwardingRule resource.

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

Required parameters: forwardingRule, project

Optional parameters: requestId

Deletes the specified GlobalForwardingRule resource.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: forwardingRule, project

Optional parameters: none

Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.

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

Required parameters: forwardingRule, project

Optional parameters: none

Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: 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 GlobalForwardingRule resource in the specified project using the data included in the request.

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

Required parameters: 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 GlobalForwardingRule resource in the specified project using the data included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

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

Retrieves a list of GlobalForwardingRule resources available to the specified project.

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

Required parameters: project

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

Retrieves a list of GlobalForwardingRule resources available to the specified project.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: project, forwardingRule

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/globalForwardingRules/patch

Required parameters: project, forwardingRule

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/globalForwardingRules/setLabels

Required parameters: resource, project

Optional parameters: none

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/globalForwardingRules/setLabels

Required parameters: resource, project

Optional parameters: none

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/globalForwardingRules/setTarget

Required parameters: forwardingRule, project

Optional parameters: requestId

Body:

{:target string}

Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.

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

Required parameters: forwardingRule, project

Optional parameters: requestId

Body: 

{:target string}

Changes target URL for the GlobalForwardingRule resource. 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