Liking cljdoc? Tell your friends :D

happygapi.compute.serviceAttachments

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

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

Required parameters: project

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

Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.

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

Required parameters: project

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

Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: serviceAttachment, region, project

Optional parameters: requestId

Deletes the specified ServiceAttachment in the given scope

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

Required parameters: serviceAttachment, region, project

Optional parameters: requestId

Deletes the specified ServiceAttachment in the given scope
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, region, serviceAttachment

Optional parameters: none

Returns the specified ServiceAttachment resource in the given scope.

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

Required parameters: project, region, serviceAttachment

Optional parameters: none

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

getIamPolicy$clj

(getIamPolicy$ auth parameters)

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

Required parameters: region, resource, project

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/serviceAttachments/getIamPolicy

Required parameters: region, resource, project

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/serviceAttachments/insert

Required parameters: region, project

Optional parameters: requestId

Body:

{:description string, :natSubnets [string], :creationTimestamp string, :enableProxyProtocol boolean, :consumerAcceptLists [{:connectionLimit integer, :projectIdOrNum string}], :name string, :selfLink string, :region string, :connectionPreference string, :connectedEndpoints [{:status string, :endpoint string, :pscConnectionId string}], :id string, :kind string, :pscServiceAttachmentId {:high string, :low string}, :consumerRejectLists [string], :producerForwardingRule string, :targetService string, :fingerprint string}

Creates a ServiceAttachment 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/serviceAttachments/insert

Required parameters: region, project

Optional parameters: requestId

Body: 

{:description string,
 :natSubnets [string],
 :creationTimestamp string,
 :enableProxyProtocol boolean,
 :consumerAcceptLists [{:connectionLimit integer,
                        :projectIdOrNum string}],
 :name string,
 :selfLink string,
 :region string,
 :connectionPreference string,
 :connectedEndpoints [{:status string,
                       :endpoint string,
                       :pscConnectionId string}],
 :id string,
 :kind string,
 :pscServiceAttachmentId {:high string, :low string},
 :consumerRejectLists [string],
 :producerForwardingRule string,
 :targetService string,
 :fingerprint string}

Creates a ServiceAttachment 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/serviceAttachments/list

Required parameters: region, project

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

Lists the ServiceAttachments for a project in the given scope.

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

Required parameters: region, project

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

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

patch$clj

(patch$ auth parameters body)

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

Required parameters: region, serviceAttachment, project

Optional parameters: requestId

Body:

{:description string, :natSubnets [string], :creationTimestamp string, :enableProxyProtocol boolean, :consumerAcceptLists [{:connectionLimit integer, :projectIdOrNum string}], :name string, :selfLink string, :region string, :connectionPreference string, :connectedEndpoints [{:status string, :endpoint string, :pscConnectionId string}], :id string, :kind string, :pscServiceAttachmentId {:high string, :low string}, :consumerRejectLists [string], :producerForwardingRule string, :targetService string, :fingerprint string}

Patches the specified ServiceAttachment 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/serviceAttachments/patch

Required parameters: region, serviceAttachment, project

Optional parameters: requestId

Body: 

{:description string,
 :natSubnets [string],
 :creationTimestamp string,
 :enableProxyProtocol boolean,
 :consumerAcceptLists [{:connectionLimit integer,
                        :projectIdOrNum string}],
 :name string,
 :selfLink string,
 :region string,
 :connectionPreference string,
 :connectedEndpoints [{:status string,
                       :endpoint string,
                       :pscConnectionId string}],
 :id string,
 :kind string,
 :pscServiceAttachmentId {:high string, :low string},
 :consumerRejectLists [string],
 :producerForwardingRule string,
 :targetService string,
 :fingerprint string}

Patches the specified ServiceAttachment 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/serviceAttachments/setIamPolicy

Required parameters: resource, project, region

Optional parameters: none

Body:

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

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

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

Required parameters: resource, project, region

Optional parameters: none

Body: 

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

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/serviceAttachments/testIamPermissions

Required parameters: project, resource, region

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/serviceAttachments/testIamPermissions

Required parameters: project, resource, region

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