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

get$clj

(get$ auth parameters)

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

Required parameters: project, forwardingRule

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: project, forwardingRule

Optional parameters: none

Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.
raw 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 [{:namespace string, :serviceDirectoryRegion string, :service 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, :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 [{:namespace string,
                                  :serviceDirectoryRegion string,
                                  :service 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,
 :labelFingerprint string}

Creates a GlobalForwardingRule resource in the specified project using the data included in the request.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

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

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

patch$clj

(patch$ auth parameters body)

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

Required parameters: 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 [{:namespace string, :serviceDirectoryRegion string, :service 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, :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: 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 [{:namespace string,
                                  :serviceDirectoryRegion string,
                                  :service 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,
 :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.
raw docstring

setLabels$clj

(setLabels$ auth parameters body)

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

Required parameters: project, resource

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: project, resource

Optional parameters: none

Body: 

{:labelFingerprint string, :labels {}}

Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.
raw 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.
raw docstring

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

× close