Liking cljdoc? Tell your friends :D

happygapi.compute.firewalls

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

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

delete$clj

(delete$ auth args)

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

Required parameters: firewall, project

Optional parameters: requestId Deletes the specified firewall.

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

Required parameters: firewall, project

Optional parameters: requestId
Deletes the specified firewall.
sourceraw docstring

get$clj

(get$ auth args)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/firewalls/get

Required parameters: firewall, project

Optional parameters: none Returns the specified firewall.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/firewalls/get

Required parameters: firewall, project

Optional parameters: none
Returns the specified firewall.
sourceraw docstring

insert$clj

(insert$ auth args body)

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

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :disabled boolean, :creationTimestamp string, :name string, :destinationRanges [string], :selfLink string, :targetTags [string], :sourceTags [string], :priority integer, :id string, :kind string, :denied [{:IPProtocol string, :ports [string]}], :sourceServiceAccounts [string], :targetServiceAccounts [string], :network string, :logConfig {:enable boolean}, :direction string, :sourceRanges [string], :allowed [{:IPProtocol string, :ports [string]}]}

Creates a firewall rule in the specified project using the data included in the request.

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :disabled boolean,
 :creationTimestamp string,
 :name string,
 :destinationRanges [string],
 :selfLink string,
 :targetTags [string],
 :sourceTags [string],
 :priority integer,
 :id string,
 :kind string,
 :denied [{:IPProtocol string, :ports [string]}],
 :sourceServiceAccounts [string],
 :targetServiceAccounts [string],
 :network string,
 :logConfig {:enable boolean},
 :direction string,
 :sourceRanges [string],
 :allowed [{:IPProtocol string, :ports [string]}]}

Creates a firewall rule in the specified project using the data included in the request.
sourceraw docstring

list$clj

(list$ auth args)

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken Retrieves the list of firewall rules available to the specified project.

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

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken
Retrieves the list of firewall rules available to the specified project.
sourceraw docstring

patch$clj

(patch$ auth args body)

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

Required parameters: firewall, project

Optional parameters: requestId

Body:

{:description string, :disabled boolean, :creationTimestamp string, :name string, :destinationRanges [string], :selfLink string, :targetTags [string], :sourceTags [string], :priority integer, :id string, :kind string, :denied [{:IPProtocol string, :ports [string]}], :sourceServiceAccounts [string], :targetServiceAccounts [string], :network string, :logConfig {:enable boolean}, :direction string, :sourceRanges [string], :allowed [{:IPProtocol string, :ports [string]}]}

Updates the specified firewall rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.

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

Required parameters: firewall, project

Optional parameters: requestId

Body: 

{:description string,
 :disabled boolean,
 :creationTimestamp string,
 :name string,
 :destinationRanges [string],
 :selfLink string,
 :targetTags [string],
 :sourceTags [string],
 :priority integer,
 :id string,
 :kind string,
 :denied [{:IPProtocol string, :ports [string]}],
 :sourceServiceAccounts [string],
 :targetServiceAccounts [string],
 :network string,
 :logConfig {:enable boolean},
 :direction string,
 :sourceRanges [string],
 :allowed [{:IPProtocol string, :ports [string]}]}

Updates the specified firewall rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
sourceraw docstring

update$clj

(update$ auth args body)

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/firewalls/update

Required parameters: firewall, project

Optional parameters: requestId

Body:

{:description string, :disabled boolean, :creationTimestamp string, :name string, :destinationRanges [string], :selfLink string, :targetTags [string], :sourceTags [string], :priority integer, :id string, :kind string, :denied [{:IPProtocol string, :ports [string]}], :sourceServiceAccounts [string], :targetServiceAccounts [string], :network string, :logConfig {:enable boolean}, :direction string, :sourceRanges [string], :allowed [{:IPProtocol string, :ports [string]}]}

Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.

https://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/firewalls/update

Required parameters: firewall, project

Optional parameters: requestId

Body: 

{:description string,
 :disabled boolean,
 :creationTimestamp string,
 :name string,
 :destinationRanges [string],
 :selfLink string,
 :targetTags [string],
 :sourceTags [string],
 :priority integer,
 :id string,
 :kind string,
 :denied [{:IPProtocol string, :ports [string]}],
 :sourceServiceAccounts [string],
 :targetServiceAccounts [string],
 :network string,
 :logConfig {:enable boolean},
 :direction string,
 :sourceRanges [string],
 :allowed [{:IPProtocol string, :ports [string]}]}

Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.
sourceraw docstring

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

× close