Liking cljdoc? Tell your friends :D

happygapi.compute.regionSslCertificates

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: region, project, sslCertificate

Optional parameters: requestId

Deletes the specified SslCertificate resource in the region.

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

Required parameters: region, project, sslCertificate

Optional parameters: requestId

Deletes the specified SslCertificate resource in the region.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: region, sslCertificate, project

Optional parameters: none

Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.

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

Required parameters: region, sslCertificate, project

Optional parameters: none

Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: project, region

Optional parameters: requestId

Body:

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

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

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

Required parameters: project, region

Optional parameters: requestId

Body: 

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

Creates a SslCertificate resource in the specified project and region using the data included in the request
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: region, project

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

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

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

Required parameters: region, project

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

Retrieves the list of SslCertificate resources available to the specified project in the specified region.
sourceraw docstring

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

× close