ResponsePolicyRules
class ResponsePolicyRules extends Resource (View source)
The "responsePolicyRules" collection of methods.
Typical usage is:
$dnsService = new Google\Service\Dns(...);
$responsePolicyRules = $dnsService->responsePolicyRules;
Methods
Creates a new Response Policy Rule. (responsePolicyRules.create)
Deletes a previously created Response Policy Rule.
Fetches the representation of an existing Response Policy Rule.
Enumerates all Response Policy Rules associated with a project.
Applies a partial update to an existing Response Policy Rule.
Updates an existing Response Policy Rule. (responsePolicyRules.update)
Details
ResponsePolicyRule
create(string $project, string $responsePolicy, ResponsePolicyRule $postBody, array $optParams = [])
Creates a new Response Policy Rule. (responsePolicyRules.create)
delete(string $project, string $responsePolicy, string $responsePolicyRule, array $optParams = [])
Deletes a previously created Response Policy Rule.
(responsePolicyRules.delete)
ResponsePolicyRule
get(string $project, string $responsePolicy, string $responsePolicyRule, array $optParams = [])
Fetches the representation of an existing Response Policy Rule.
(responsePolicyRules.get)
ResponsePolicyRulesListResponse
listResponsePolicyRules(string $project, string $responsePolicy, array $optParams = [])
Enumerates all Response Policy Rules associated with a project.
(responsePolicyRules.listResponsePolicyRules)
ResponsePolicyRulesPatchResponse
patch(string $project, string $responsePolicy, string $responsePolicyRule, ResponsePolicyRule $postBody, array $optParams = [])
Applies a partial update to an existing Response Policy Rule.
(responsePolicyRules.patch)
ResponsePolicyRulesUpdateResponse
update(string $project, string $responsePolicy, string $responsePolicyRule, ResponsePolicyRule $postBody, array $optParams = [])
Updates an existing Response Policy Rule. (responsePolicyRules.update)