RegionSslPolicies
class RegionSslPolicies extends Resource (View source)
The "regionSslPolicies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionSslPolicies = $computeService->regionSslPolicies;
Methods
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 and region. (regionSslPolicies.listRegionSslPolicies)
Lists all features that can be specified in the SSL policy when using custom profile. (regionSslPolicies.listAvailableFeatures)
Details
Operation
delete(string $project, string $region, 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.
(regionSslPolicies.delete)
SslPolicy
get(string $project, string $region, string $sslPolicy, array $optParams = [])
Lists all of the ordered rules present in a single specified policy.
(regionSslPolicies.get)
Operation
insert(string $project, string $region, SslPolicy $postBody, array $optParams = [])
Creates a new policy in the specified project and region using the data included in the request. (regionSslPolicies.insert)
SslPoliciesList
listRegionSslPolicies(string $project, string $region, array $optParams = [])
Lists all the SSL policies that have been configured for the specified project and region. (regionSslPolicies.listRegionSslPolicies)
SslPoliciesListAvailableFeaturesResponse
listAvailableFeatures(string $project, string $region, array $optParams = [])
Lists all features that can be specified in the SSL policy when using custom profile. (regionSslPolicies.listAvailableFeatures)