Liking cljdoc? Tell your friends :D

happygapi.networksecurity.organizations

Network Security API: organizations.

See: https://cloud.google.com/networkingapi/reference/rest/v1/organizations
raw docstring

locations-addressGroups-addItems$clj

(locations-addressGroups-addItems$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/addItems

Required parameters: addressGroup

Optional parameters: none

Body:

{:items [string], :requestId string}

Adds items to an address group.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/addItems

Required parameters: addressGroup

Optional parameters: none

Body: 

{:items [string], :requestId string}

Adds items to an address group.
sourceraw docstring

locations-addressGroups-cloneItems$clj

(locations-addressGroups-cloneItems$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/cloneItems

Required parameters: addressGroup

Optional parameters: none

Body:

{:sourceAddressGroup string, :requestId string}

Clones items from one address group to another.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/cloneItems

Required parameters: addressGroup

Optional parameters: none

Body: 

{:sourceAddressGroup string, :requestId string}

Clones items from one address group to another.
sourceraw docstring

locations-addressGroups-create$clj

(locations-addressGroups-create$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/create

Required parameters: parent

Optional parameters: addressGroupId, requestId

Body:

{:description string, :labels {}, :capacity integer, :name string, :createTime string, :selfLink string, :type string, :updateTime string, :items [string]}

Creates a new address group in a given project and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/create

Required parameters: parent

Optional parameters: addressGroupId, requestId

Body: 

{:description string,
 :labels {},
 :capacity integer,
 :name string,
 :createTime string,
 :selfLink string,
 :type string,
 :updateTime string,
 :items [string]}

Creates a new address group in a given project and location.
sourceraw docstring

locations-addressGroups-delete$clj

(locations-addressGroups-delete$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/delete

Required parameters: name

Optional parameters: requestId

Deletes an address group.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/delete

Required parameters: name

Optional parameters: requestId

Deletes an address group.
sourceraw docstring

locations-addressGroups-get$clj

(locations-addressGroups-get$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/get

Required parameters: name

Optional parameters: none

Gets details of a single address group.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/get

Required parameters: name

Optional parameters: none

Gets details of a single address group.
sourceraw docstring

locations-addressGroups-list$clj

(locations-addressGroups-list$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists address groups in a given project and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists address groups in a given project and location.
sourceraw docstring

locations-addressGroups-listReferences$clj

(locations-addressGroups-listReferences$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/listReferences

Required parameters: addressGroup

Optional parameters: pageSize, pageToken

Lists references of an address group.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/listReferences

Required parameters: addressGroup

Optional parameters: pageSize, pageToken

Lists references of an address group.
sourceraw docstring

locations-addressGroups-patch$clj

(locations-addressGroups-patch$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body:

{:description string, :labels {}, :capacity integer, :name string, :createTime string, :selfLink string, :type string, :updateTime string, :items [string]}

Updates parameters of an address group.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

{:description string,
 :labels {},
 :capacity integer,
 :name string,
 :createTime string,
 :selfLink string,
 :type string,
 :updateTime string,
 :items [string]}

Updates parameters of an address group.
sourceraw docstring

locations-addressGroups-removeItems$clj

(locations-addressGroups-removeItems$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/removeItems

Required parameters: addressGroup

Optional parameters: none

Body:

{:items [string], :requestId string}

Removes items from an address group.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/addressGroups/removeItems

Required parameters: addressGroup

Optional parameters: none

Body: 

{:items [string], :requestId string}

Removes items from an address group.
sourceraw docstring

locations-firewallEndpoints-create$clj

(locations-firewallEndpoints-create$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/create

Required parameters: parent

Optional parameters: firewallEndpointId, requestId

Body:

{:description string, :associatedNetworks [string], :labels {}, :name string, :createTime string, :state string, :associations [{:name string, :network string}], :updateTime string, :reconciling boolean, :billingProjectId string}

Creates a new FirewallEndpoint in a given project and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/create

Required parameters: parent

Optional parameters: firewallEndpointId, requestId

Body: 

{:description string,
 :associatedNetworks [string],
 :labels {},
 :name string,
 :createTime string,
 :state string,
 :associations [{:name string, :network string}],
 :updateTime string,
 :reconciling boolean,
 :billingProjectId string}

Creates a new FirewallEndpoint in a given project and location.
sourceraw docstring

locations-firewallEndpoints-delete$clj

(locations-firewallEndpoints-delete$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/delete

Required parameters: name

Optional parameters: requestId

Deletes a single Endpoint.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/delete

Required parameters: name

Optional parameters: requestId

Deletes a single Endpoint.
sourceraw docstring

locations-firewallEndpoints-get$clj

(locations-firewallEndpoints-get$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/get

Required parameters: name

Optional parameters: none

Gets details of a single Endpoint.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/get

Required parameters: name

Optional parameters: none

Gets details of a single Endpoint.
sourceraw docstring

locations-firewallEndpoints-list$clj

(locations-firewallEndpoints-list$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists FirewallEndpoints in a given project and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter, orderBy

Lists FirewallEndpoints in a given project and location.
sourceraw docstring

locations-firewallEndpoints-patch$clj

(locations-firewallEndpoints-patch$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body:

{:description string, :associatedNetworks [string], :labels {}, :name string, :createTime string, :state string, :associations [{:name string, :network string}], :updateTime string, :reconciling boolean, :billingProjectId string}

Update a single Endpoint.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/firewallEndpoints/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

{:description string,
 :associatedNetworks [string],
 :labels {},
 :name string,
 :createTime string,
 :state string,
 :associations [{:name string, :network string}],
 :updateTime string,
 :reconciling boolean,
 :billingProjectId string}

Update a single Endpoint.
sourceraw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
sourceraw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
sourceraw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/operations/list

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
sourceraw docstring

locations-securityProfileGroups-create$clj

(locations-securityProfileGroups-create$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/create

Required parameters: parent

Optional parameters: securityProfileGroupId

Body:

{:name string, :description string, :createTime string, :updateTime string, :etag string, :labels {}, :threatPreventionProfile string}

Creates a new SecurityProfileGroup in a given organization and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/create

Required parameters: parent

Optional parameters: securityProfileGroupId

Body: 

{:name string,
 :description string,
 :createTime string,
 :updateTime string,
 :etag string,
 :labels {},
 :threatPreventionProfile string}

Creates a new SecurityProfileGroup in a given organization and location.
sourceraw docstring

locations-securityProfileGroups-delete$clj

(locations-securityProfileGroups-delete$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/delete

Required parameters: name

Optional parameters: etag

Deletes a single SecurityProfileGroup.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/delete

Required parameters: name

Optional parameters: etag

Deletes a single SecurityProfileGroup.
sourceraw docstring

locations-securityProfileGroups-get$clj

(locations-securityProfileGroups-get$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/get

Required parameters: name

Optional parameters: none

Gets details of a single SecurityProfileGroup.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/get

Required parameters: name

Optional parameters: none

Gets details of a single SecurityProfileGroup.
sourceraw docstring

locations-securityProfileGroups-list$clj

(locations-securityProfileGroups-list$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists SecurityProfileGroups in a given organization and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists SecurityProfileGroups in a given organization and location.
sourceraw docstring

locations-securityProfileGroups-patch$clj

(locations-securityProfileGroups-patch$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :description string, :createTime string, :updateTime string, :etag string, :labels {}, :threatPreventionProfile string}

Updates the parameters of a single SecurityProfileGroup.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfileGroups/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :description string,
 :createTime string,
 :updateTime string,
 :etag string,
 :labels {},
 :threatPreventionProfile string}

Updates the parameters of a single SecurityProfileGroup.
sourceraw docstring

locations-securityProfiles-create$clj

(locations-securityProfiles-create$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/create

Required parameters: parent

Optional parameters: securityProfileId

Body:

{:threatPreventionProfile {:severityOverrides [SeverityOverride], :threatOverrides [ThreatOverride]}, :name string, :description string, :createTime string, :updateTime string, :etag string, :labels {}, :type string}

Creates a new SecurityProfile in a given organization and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/create

Required parameters: parent

Optional parameters: securityProfileId

Body: 

{:threatPreventionProfile {:severityOverrides [SeverityOverride],
                           :threatOverrides [ThreatOverride]},
 :name string,
 :description string,
 :createTime string,
 :updateTime string,
 :etag string,
 :labels {},
 :type string}

Creates a new SecurityProfile in a given organization and location.
sourceraw docstring

locations-securityProfiles-delete$clj

(locations-securityProfiles-delete$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/delete

Required parameters: name

Optional parameters: etag

Deletes a single SecurityProfile.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/delete

Required parameters: name

Optional parameters: etag

Deletes a single SecurityProfile.
sourceraw docstring

locations-securityProfiles-get$clj

(locations-securityProfiles-get$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/get

Required parameters: name

Optional parameters: none

Gets details of a single SecurityProfile.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/get

Required parameters: name

Optional parameters: none

Gets details of a single SecurityProfile.
sourceraw docstring

locations-securityProfiles-list$clj

(locations-securityProfiles-list$ auth parameters)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists SecurityProfiles in a given organization and location.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists SecurityProfiles in a given organization and location.
sourceraw docstring

locations-securityProfiles-patch$clj

(locations-securityProfiles-patch$ auth parameters body)

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:threatPreventionProfile {:severityOverrides [SeverityOverride], :threatOverrides [ThreatOverride]}, :name string, :description string, :createTime string, :updateTime string, :etag string, :labels {}, :type string}

Updates the parameters of a single SecurityProfile.

https://cloud.google.com/networkingapi/reference/rest/v1/organizations/locations/securityProfiles/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:threatPreventionProfile {:severityOverrides [SeverityOverride],
                           :threatOverrides [ThreatOverride]},
 :name string,
 :description string,
 :createTime string,
 :updateTime string,
 :etag string,
 :labels {},
 :type string}

Updates the parameters of a single SecurityProfile.
sourceraw docstring

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

× close