class SslCertificates extends Resource (View source)

The "sslCertificates" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $sslCertificates = $computeService->sslCertificates;

Methods

aggregatedList(string $project, array $optParams = [])

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.

delete(string $project, string $sslCertificate, array $optParams = [])

Deletes the specified SslCertificate resource. (sslCertificates.delete)

get(string $project, string $sslCertificate, array $optParams = [])

Returns the specified SslCertificate resource. (sslCertificates.get)

insert(string $project, SslCertificate $postBody, array $optParams = [])

Creates a SslCertificate resource in the specified project using the data included in the request. (sslCertificates.insert)

listSslCertificates(string $project, array $optParams = [])

Retrieves the list of SslCertificate resources available to the specified project. (sslCertificates.listSslCertificates)

Details

SslCertificateAggregatedList aggregatedList(string $project, array $optParams = [])

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.

(sslCertificates.aggregatedList)

Parameters

string $project

Name of the project scoping this request.

array $optParams

Optional parameters.

Return Value

SslCertificateAggregatedList

Exceptions

Exception

Operation delete(string $project, string $sslCertificate, array $optParams = [])

Deletes the specified SslCertificate resource. (sslCertificates.delete)

Parameters

string $project

Project ID for this request.

string $sslCertificate

Name of the SslCertificate resource to delete.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

SslCertificate get(string $project, string $sslCertificate, array $optParams = [])

Returns the specified SslCertificate resource. (sslCertificates.get)

Parameters

string $project

Project ID for this request.

string $sslCertificate

Name of the SslCertificate resource to return.

array $optParams

Optional parameters.

Return Value

SslCertificate

Exceptions

Exception

Operation insert(string $project, SslCertificate $postBody, array $optParams = [])

Creates a SslCertificate resource in the specified project using the data included in the request. (sslCertificates.insert)

Parameters

string $project

Project ID for this request.

SslCertificate $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

SslCertificateList listSslCertificates(string $project, array $optParams = [])

Retrieves the list of SslCertificate resources available to the specified project. (sslCertificates.listSslCertificates)

Parameters

string $project

Project ID for this request.

array $optParams

Optional parameters.

Return Value

SslCertificateList

Exceptions

Exception