Liking cljdoc? Tell your friends :D

happygapi.compute.sslCertificates

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

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

aggregatedList$clj

(aggregatedList$ auth parameters)

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

Required parameters: project

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

Retrieves the list of all SslCertificate 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/sslCertificates/aggregatedList

Required parameters: project

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: project, sslCertificate

Optional parameters: requestId

Deletes the specified SslCertificate resource.

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

Required parameters: project, sslCertificate

Optional parameters: requestId

Deletes the specified SslCertificate resource.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: project, sslCertificate

Optional parameters: none

Returns the specified SslCertificate resource.

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

Required parameters: project, sslCertificate

Optional parameters: none

Returns the specified SslCertificate resource.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project

Optional parameters: requestId

Body:

{:description string, :creationTimestamp string, :name string, :selfManaged {:certificate string, :privateKey string}, :privateKey string, :selfLink string, :type string, :region string, :certificate string, :subjectAlternativeNames [string], :id string, :kind string, :managed {:domains [string], :status string, :domainStatus {}}, :expireTime string}

Creates a SslCertificate resource in the specified project using the data included in the request.

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

Required parameters: project

Optional parameters: requestId

Body: 

{:description string,
 :creationTimestamp string,
 :name string,
 :selfManaged {:certificate string, :privateKey string},
 :privateKey string,
 :selfLink string,
 :type string,
 :region string,
 :certificate string,
 :subjectAlternativeNames [string],
 :id string,
 :kind string,
 :managed {:domains [string], :status string, :domainStatus {}},
 :expireTime string}

Creates a SslCertificate resource in the specified project using the data included in the request.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: project

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

Retrieves the list of SslCertificate resources available to the specified project.

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

Required parameters: project

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

Retrieves the list of SslCertificate resources available to the specified project.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close