class RegionSslCertificates extends Resource (View source)

The "regionSslCertificates" collection of methods.

Typical usage is:

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

Methods

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

Deletes the specified SslCertificate resource in the region.

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.

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)

listRegionSslCertificates(string $project, string $region, array $optParams = [])

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping 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 $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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

string $sslCertificate

Name of the SslCertificate resource to return.

array $optParams

Optional parameters.

Return Value

SslCertificate

Exceptions

Exception

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

SslCertificate $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

array $optParams

Optional parameters.

Return Value

SslCertificateList

Exceptions

Exception