SslCertificates
class SslCertificates extends Resource (View source)
The "sslCertificates" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$sslCertificates = $computeService->sslCertificates; Methods
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.
Deletes the specified SslCertificate resource. (sslCertificates.delete)
Returns the specified SslCertificate resource. (sslCertificates.get)
Creates a SslCertificate resource in the specified project using the data included in the request. (sslCertificates.insert)
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)
Operation
delete(string $project, string $sslCertificate, array $optParams = [])
Deletes the specified SslCertificate resource. (sslCertificates.delete)
SslCertificate
get(string $project, string $sslCertificate, array $optParams = [])
Returns the specified SslCertificate resource. (sslCertificates.get)
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)
SslCertificateList
listSslCertificates(string $project, array $optParams = [])
Retrieves the list of SslCertificate resources available to the specified project. (sslCertificates.listSslCertificates)