DnsKeys
class DnsKeys extends Resource (View source)
The "dnsKeys" collection of methods.
Typical usage is:
$dnsService = new Google\Service\Dns(...);
$dnsKeys = $dnsService->dnsKeys;
Methods
get(string $project, string $managedZone, string $dnsKeyId, array $optParams = [])
Fetches the representation of an existing DnsKey. (dnsKeys.get)
listDnsKeys(string $project, string $managedZone, array $optParams = [])
Enumerates DnsKeys to a ResourceRecordSet collection. (dnsKeys.listDnsKeys)
Details
DnsKey
get(string $project, string $managedZone, string $dnsKeyId, array $optParams = [])
Fetches the representation of an existing DnsKey. (dnsKeys.get)
DnsKeysListResponse
listDnsKeys(string $project, string $managedZone, array $optParams = [])
Enumerates DnsKeys to a ResourceRecordSet collection. (dnsKeys.listDnsKeys)