Liking cljdoc? Tell your friends :D

happygapi.compute.licenses

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

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

delete$clj

(delete$ auth parameters)

https://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/licenses/getIamPolicy

Required parameters: project, resource

Optional parameters: none

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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/licenses/getIamPolicy

Required parameters: project, resource

Optional parameters: none

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://developers.google.com/compute/docs/reference/latest/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 {:minGuestCpuCount integer, :minMemoryMb 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://developers.google.com/compute/docs/reference/latest/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 {:minGuestCpuCount integer,
                        :minMemoryMb 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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/licenses/list

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/licenses/list

Required parameters: project

Optional parameters: filter, maxResults, orderBy, pageToken

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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/licenses/setIamPolicy

Required parameters: project, resource

Optional parameters: none

Body:

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

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://developers.google.com/compute/docs/reference/latest/api/reference/rest/v1/licenses/setIamPolicy

Required parameters: project, resource

Optional parameters: none

Body: 

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

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://developers.google.com/compute/docs/reference/latest/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://developers.google.com/compute/docs/reference/latest/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