Liking cljdoc? Tell your friends :D

happygapi.compute.networkAttachments

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/aggregatedList

Required parameters: project

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

Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/aggregatedList

Required parameters: project

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

Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: networkAttachment, project, region

Optional parameters: requestId

Deletes the specified NetworkAttachment in the given scope

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

Required parameters: networkAttachment, project, region

Optional parameters: requestId

Deletes the specified NetworkAttachment in the given scope
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: networkAttachment, project, region

Optional parameters: none

Returns the specified NetworkAttachment resource in the given scope.

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

Required parameters: networkAttachment, project, region

Optional parameters: none

Returns the specified NetworkAttachment resource in the given scope.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/getIamPolicy

Required parameters: project, region, resource

Optional parameters: optionsRequestedPolicyVersion

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/getIamPolicy

Required parameters: project, region, resource

Optional parameters: optionsRequestedPolicyVersion

Gets the access control policy for a resource. May be empty if no such policy or resource exists.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project, region

Optional parameters: requestId

Body:

{:description string, :connectionEndpoints [{:status string, :projectIdOrNum string, :subnetwork string, :ipAddress string, :ipv6Address string, :secondaryIpCidrRanges [string], :subnetworkCidrRange string}], :creationTimestamp string, :name string, :selfLink string, :region string, :connectionPreference string, :selfLinkWithId string, :producerAcceptLists [string], :id string, :subnetworks [string], :kind string, :network string, :producerRejectLists [string], :fingerprint string}

Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.

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

Required parameters: project, region

Optional parameters: requestId

Body: 

{:description string,
 :connectionEndpoints [{:status string,
                        :projectIdOrNum string,
                        :subnetwork string,
                        :ipAddress string,
                        :ipv6Address string,
                        :secondaryIpCidrRanges [string],
                        :subnetworkCidrRange string}],
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :region string,
 :connectionPreference string,
 :selfLinkWithId string,
 :producerAcceptLists [string],
 :id string,
 :subnetworks [string],
 :kind string,
 :network string,
 :producerRejectLists [string],
 :fingerprint string}

Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project, region

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

Lists the NetworkAttachments for a project in the given scope.

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

Required parameters: project, region

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

Lists the NetworkAttachments for a project in the given scope.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: networkAttachment, project, region

Optional parameters: requestId

Body:

{:description string, :connectionEndpoints [{:status string, :projectIdOrNum string, :subnetwork string, :ipAddress string, :ipv6Address string, :secondaryIpCidrRanges [string], :subnetworkCidrRange string}], :creationTimestamp string, :name string, :selfLink string, :region string, :connectionPreference string, :selfLinkWithId string, :producerAcceptLists [string], :id string, :subnetworks [string], :kind string, :network string, :producerRejectLists [string], :fingerprint string}

Patches the specified NetworkAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

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

Required parameters: networkAttachment, project, region

Optional parameters: requestId

Body: 

{:description string,
 :connectionEndpoints [{:status string,
                        :projectIdOrNum string,
                        :subnetwork string,
                        :ipAddress string,
                        :ipv6Address string,
                        :secondaryIpCidrRanges [string],
                        :subnetworkCidrRange string}],
 :creationTimestamp string,
 :name string,
 :selfLink string,
 :region string,
 :connectionPreference string,
 :selfLinkWithId string,
 :producerAcceptLists [string],
 :id string,
 :subnetworks [string],
 :kind string,
 :network string,
 :producerRejectLists [string],
 :fingerprint string}

Patches the specified NetworkAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/setIamPolicy

Required parameters: project, region, resource

Optional parameters: none

Body:

{:policy {:version integer, :bindings [Binding], :auditConfigs [AuditConfig], :rules [Rule], :etag string}, :bindings [{:role string, :members [string], :condition Expr, :bindingId string}], :etag string}

Sets the access control policy on the specified resource. Replaces any existing policy.

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/setIamPolicy

Required parameters: project, region, resource

Optional parameters: none

Body: 

{:policy {:version integer,
          :bindings [Binding],
          :auditConfigs [AuditConfig],
          :rules [Rule],
          :etag string},
 :bindings [{:role string,
             :members [string],
             :condition Expr,
             :bindingId string}],
 :etag string}

Sets the access control policy on the specified resource. Replaces any existing policy.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/testIamPermissions

Required parameters: project, region, resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource.

https://cloud.google.com/compute/api/reference/rest/v1/networkAttachments/testIamPermissions

Required parameters: project, region, resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource.
sourceraw docstring

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

× close