Liking cljdoc? Tell your friends :D

happygapi.compute.globalForwardingRules

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: forwardingRule, project

Optional parameters: requestId

Deletes the specified GlobalForwardingRule resource.

https://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/globalForwardingRules/insert

Required parameters: project

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

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

Required parameters: project

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 GlobalForwardingRule resource in the specified project 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/globalForwardingRules/list

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

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

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

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

patch$clj

(patch$ auth parameters body)

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

Required parameters: forwardingRule, project

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

Required parameters: forwardingRule, project

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/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://developers.google.com/compute/docs/reference/latest/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