Liking cljdoc? Tell your friends :D

happygapi.deploymentmanager.deployments

Cloud Deployment Manager V2 API: deployments. The Google Cloud Deployment Manager v2 API provides services for configuring, deploying, and viewing Google Cloud services and APIs via templates which specify deployments of Cloud resources. See: https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments

Cloud Deployment Manager V2 API: deployments.
The Google Cloud Deployment Manager v2 API provides services for configuring, deploying, and viewing Google Cloud services and APIs via templates which specify deployments of Cloud resources.
See: https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments
raw docstring

cancelPreview$clj

(cancelPreview$ auth parameters body)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/cancelPreview

Required parameters: project, deployment

Optional parameters: none

Body:

{:fingerprint string}

Cancels and removes the preview currently associated with the deployment.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/cancelPreview

Required parameters: project, deployment

Optional parameters: none

Body: 

{:fingerprint string}

Cancels and removes the preview currently associated with the deployment.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/delete

Required parameters: project, deployment

Optional parameters: deletePolicy

Deletes a deployment and all of the resources in the deployment.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/delete

Required parameters: project, deployment

Optional parameters: deletePolicy

Deletes a deployment and all of the resources in the deployment.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/get

Required parameters: project, deployment

Optional parameters: none

Gets information about a specific deployment.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/get

Required parameters: project, deployment

Optional parameters: none

Gets information about a specific deployment.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/getIamPolicy

Required parameters: project, 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/deployment-managerapi/reference/rest/v2/deployments/getIamPolicy

Required parameters: project, 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/deployment-managerapi/reference/rest/v2/deployments/insert

Required parameters: project

Optional parameters: preview, createPolicy

Body:

{:description string, :labels [{:value string, :key string}], :name string, :operation {:description string, :creationTimestamp string, :startTime string, :zone string, :name string, :targetId string, :endTime string, :statusMessage string, :selfLink string, :warnings [{:message string, :data [{:value string, :key string}], :code string}], :clientOperationId string, :region string, :httpErrorStatusCode integer, :operationGroupId string, :status string, :targetLink string, :id string, :insertTime string, :kind string, :error {:errors [{:message string, :location string, :code string}]}, :progress integer, :user string, :httpErrorMessage string, :operationType string}, :selfLink string, :update {:description string, :labels [DeploymentUpdateLabelEntry], :manifest string}, :manifest string, :updateTime string, :id string, :insertTime string, :target {:imports [ImportFile], :config ConfigFile}, :fingerprint string}

Creates a deployment and all of the resources described by the deployment manifest.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/insert

Required parameters: project

Optional parameters: preview, createPolicy

Body: 

{:description string,
 :labels [{:value string, :key string}],
 :name string,
 :operation {:description string,
             :creationTimestamp string,
             :startTime string,
             :zone string,
             :name string,
             :targetId string,
             :endTime string,
             :statusMessage string,
             :selfLink string,
             :warnings [{:message string,
                         :data [{:value string, :key string}],
                         :code string}],
             :clientOperationId string,
             :region string,
             :httpErrorStatusCode integer,
             :operationGroupId string,
             :status string,
             :targetLink string,
             :id string,
             :insertTime string,
             :kind string,
             :error {:errors [{:message string,
                               :location string,
                               :code string}]},
             :progress integer,
             :user string,
             :httpErrorMessage string,
             :operationType string},
 :selfLink string,
 :update {:description string,
          :labels [DeploymentUpdateLabelEntry],
          :manifest string},
 :manifest string,
 :updateTime string,
 :id string,
 :insertTime string,
 :target {:imports [ImportFile], :config ConfigFile},
 :fingerprint string}

Creates a deployment and all of the resources described by the deployment manifest.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/list

Required parameters: project

Optional parameters: pageToken, filter, maxResults, orderBy

Lists all deployments for a given project.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/list

Required parameters: project

Optional parameters: pageToken, filter, maxResults, orderBy

Lists all deployments for a given project.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/patch

Required parameters: project, deployment

Optional parameters: createPolicy, deletePolicy, preview

Body:

{:description string, :labels [{:value string, :key string}], :name string, :operation {:description string, :creationTimestamp string, :startTime string, :zone string, :name string, :targetId string, :endTime string, :statusMessage string, :selfLink string, :warnings [{:message string, :data [{:value string, :key string}], :code string}], :clientOperationId string, :region string, :httpErrorStatusCode integer, :operationGroupId string, :status string, :targetLink string, :id string, :insertTime string, :kind string, :error {:errors [{:message string, :location string, :code string}]}, :progress integer, :user string, :httpErrorMessage string, :operationType string}, :selfLink string, :update {:description string, :labels [DeploymentUpdateLabelEntry], :manifest string}, :manifest string, :updateTime string, :id string, :insertTime string, :target {:imports [ImportFile], :config ConfigFile}, :fingerprint string}

Patches a deployment and all of the resources described by the deployment manifest.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/patch

Required parameters: project, deployment

Optional parameters: createPolicy, deletePolicy, preview

Body: 

{:description string,
 :labels [{:value string, :key string}],
 :name string,
 :operation {:description string,
             :creationTimestamp string,
             :startTime string,
             :zone string,
             :name string,
             :targetId string,
             :endTime string,
             :statusMessage string,
             :selfLink string,
             :warnings [{:message string,
                         :data [{:value string, :key string}],
                         :code string}],
             :clientOperationId string,
             :region string,
             :httpErrorStatusCode integer,
             :operationGroupId string,
             :status string,
             :targetLink string,
             :id string,
             :insertTime string,
             :kind string,
             :error {:errors [{:message string,
                               :location string,
                               :code string}]},
             :progress integer,
             :user string,
             :httpErrorMessage string,
             :operationType string},
 :selfLink string,
 :update {:description string,
          :labels [DeploymentUpdateLabelEntry],
          :manifest string},
 :manifest string,
 :updateTime string,
 :id string,
 :insertTime string,
 :target {:imports [ImportFile], :config ConfigFile},
 :fingerprint string}

Patches a deployment and all of the resources described by the deployment manifest.
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/setIamPolicy

Required parameters: project, resource

Optional parameters: none

Body:

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

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

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/setIamPolicy

Required parameters: project, resource

Optional parameters: none

Body: 

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

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

stop$clj

(stop$ auth parameters body)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/stop

Required parameters: deployment, project

Optional parameters: none

Body:

{:fingerprint string}

Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/stop

Required parameters: deployment, project

Optional parameters: none

Body: 

{:fingerprint string}

Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/testIamPermissions

Required parameters: project, resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/testIamPermissions

Required parameters: project, resource

Optional parameters: none

Body: 

{:permissions [string]}

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

update$clj

(update$ auth parameters body)

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/update

Required parameters: deployment, project

Optional parameters: deletePolicy, createPolicy, preview

Body:

{:description string, :labels [{:value string, :key string}], :name string, :operation {:description string, :creationTimestamp string, :startTime string, :zone string, :name string, :targetId string, :endTime string, :statusMessage string, :selfLink string, :warnings [{:message string, :data [{:value string, :key string}], :code string}], :clientOperationId string, :region string, :httpErrorStatusCode integer, :operationGroupId string, :status string, :targetLink string, :id string, :insertTime string, :kind string, :error {:errors [{:message string, :location string, :code string}]}, :progress integer, :user string, :httpErrorMessage string, :operationType string}, :selfLink string, :update {:description string, :labels [DeploymentUpdateLabelEntry], :manifest string}, :manifest string, :updateTime string, :id string, :insertTime string, :target {:imports [ImportFile], :config ConfigFile}, :fingerprint string}

Updates a deployment and all of the resources described by the deployment manifest.

https://cloud.google.com/deployment-managerapi/reference/rest/v2/deployments/update

Required parameters: deployment, project

Optional parameters: deletePolicy, createPolicy, preview

Body: 

{:description string,
 :labels [{:value string, :key string}],
 :name string,
 :operation {:description string,
             :creationTimestamp string,
             :startTime string,
             :zone string,
             :name string,
             :targetId string,
             :endTime string,
             :statusMessage string,
             :selfLink string,
             :warnings [{:message string,
                         :data [{:value string, :key string}],
                         :code string}],
             :clientOperationId string,
             :region string,
             :httpErrorStatusCode integer,
             :operationGroupId string,
             :status string,
             :targetLink string,
             :id string,
             :insertTime string,
             :kind string,
             :error {:errors [{:message string,
                               :location string,
                               :code string}]},
             :progress integer,
             :user string,
             :httpErrorMessage string,
             :operationType string},
 :selfLink string,
 :update {:description string,
          :labels [DeploymentUpdateLabelEntry],
          :manifest string},
 :manifest string,
 :updateTime string,
 :id string,
 :insertTime string,
 :target {:imports [ImportFile], :config ConfigFile},
 :fingerprint string}

Updates a deployment and all of the resources described by the deployment manifest.
sourceraw docstring

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

× close