SslPolicies
class SslPolicies extends Resource (View source)
The "sslPolicies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$sslPolicies = $computeService->sslPolicies;
Methods
Retrieves the list of all SslPolicy resources, regional and global, available
to the specified project. To prevent failure, Google recommends that you set
the returnPartialSuccess
parameter to true
. (sslPolicies.aggregatedList)
Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
Lists all of the ordered rules present in a single specified policy.
Lists all the SSL policies that have been configured for the specified project. (sslPolicies.listSslPolicies)
Lists all features that can be specified in the SSL policy when using custom profile. (sslPolicies.listAvailableFeatures)
Details
SslPoliciesAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves the list of all SslPolicy resources, regional and global, available
to the specified project. To prevent failure, Google recommends that you set
the returnPartialSuccess
parameter to true
. (sslPolicies.aggregatedList)
Operation
delete(string $project, string $sslPolicy, array $optParams = [])
Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
(sslPolicies.delete)
SslPolicy
get(string $project, string $sslPolicy, array $optParams = [])
Lists all of the ordered rules present in a single specified policy.
(sslPolicies.get)
Operation
insert(string $project, SslPolicy $postBody, array $optParams = [])
Returns the specified SSL policy resource. (sslPolicies.insert)
SslPoliciesList
listSslPolicies(string $project, array $optParams = [])
Lists all the SSL policies that have been configured for the specified project. (sslPolicies.listSslPolicies)
SslPoliciesListAvailableFeaturesResponse
listAvailableFeatures(string $project, array $optParams = [])
Lists all features that can be specified in the SSL policy when using custom profile. (sslPolicies.listAvailableFeatures)