RegionSslCertificates
class RegionSslCertificates extends Resource (View source)
The "regionSslCertificates" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionSslCertificates = $computeService->regionSslCertificates;
Methods
Deletes the specified SslCertificate resource in the region.
Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.
Creates a SslCertificate resource in the specified project and region using the data included in the request (regionSslCertificates.insert)
Retrieves the list of SslCertificate resources available to the specified project in the specified region.
Details
Operation
delete(string $project, string $region, string $sslCertificate, array $optParams = [])
Deletes the specified SslCertificate resource in the region.
(regionSslCertificates.delete)
SslCertificate
get(string $project, string $region, string $sslCertificate, array $optParams = [])
Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.
(regionSslCertificates.get)
Operation
insert(string $project, string $region, SslCertificate $postBody, array $optParams = [])
Creates a SslCertificate resource in the specified project and region using the data included in the request (regionSslCertificates.insert)
SslCertificateList
listRegionSslCertificates(string $project, string $region, array $optParams = [])
Retrieves the list of SslCertificate resources available to the specified project in the specified region.
(regionSslCertificates.listRegionSslCertificates)