Liking cljdoc? Tell your friends :D

happygapi.compute.licenses

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: license, project

Optional parameters: requestId

Deletes the specified license. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

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

Required parameters: license, project

Optional parameters: requestId

Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: license, project

Optional parameters: none

Returns the specified License resource. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

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

Required parameters: license, project

Optional parameters: none

Returns the specified License resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters)

https://cloud.google.com/compute/api/reference/rest/v1/licenses/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. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

https://cloud.google.com/compute/api/reference/rest/v1/licenses/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. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :licenseCode string, :name string, :chargesUseFee boolean, :selfLink string, :transferable boolean, :id string, :kind string, :resourceRequirements {:minMemoryMb integer, :minGuestCpuCount integer}}

Create a License resource in the specified project. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :licenseCode string,
 :name string,
 :chargesUseFee boolean,
 :selfLink string,
 :transferable boolean,
 :id string,
 :kind string,
 :resourceRequirements {:minMemoryMb integer,
                        :minGuestCpuCount integer}}

Create a License resource in the specified project. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

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

Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

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

Required parameters: project

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

Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

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

Required parameters: project, resource

Optional parameters: none

Body:

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

Sets the access control policy on the specified resource. Replaces any existing policy. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

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

Required parameters: project, resource

Optional parameters: none

Body: 

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

Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

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

Required parameters: project, resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

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

Required parameters: project, resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. 
sourceraw docstring

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

× close