ResourceRecordSets
class ResourceRecordSets extends Resource (View source)
The "resourceRecordSets" collection of methods.
Typical usage is:
$dnsService = new Google\Service\Dns(...);
$resourceRecordSets = $dnsService->resourceRecordSets;
Methods
Creates a new ResourceRecordSet. (resourceRecordSets.create)
Deletes a previously created ResourceRecordSet. (resourceRecordSets.delete)
Fetches the representation of an existing ResourceRecordSet.
Enumerates ResourceRecordSets that you have created but not yet deleted.
Applies a partial update to an existing ResourceRecordSet.
Details
ResourceRecordSet
create(string $project, string $managedZone, ResourceRecordSet $postBody, array $optParams = [])
Creates a new ResourceRecordSet. (resourceRecordSets.create)
ResourceRecordSetsDeleteResponse
delete(string $project, string $managedZone, string $name, string $type, array $optParams = [])
Deletes a previously created ResourceRecordSet. (resourceRecordSets.delete)
ResourceRecordSet
get(string $project, string $managedZone, string $name, string $type, array $optParams = [])
Fetches the representation of an existing ResourceRecordSet.
(resourceRecordSets.get)
ResourceRecordSetsListResponse
listResourceRecordSets(string $project, string $managedZone, array $optParams = [])
Enumerates ResourceRecordSets that you have created but not yet deleted.
(resourceRecordSets.listResourceRecordSets)
ResourceRecordSet
patch(string $project, string $managedZone, string $name, string $type, ResourceRecordSet $postBody, array $optParams = [])
Applies a partial update to an existing ResourceRecordSet.
(resourceRecordSets.patch)