ServicesDnsRecordSets
class ServicesDnsRecordSets extends Resource (View source)
The "dnsRecordSets" collection of methods.
Typical usage is:
$servicenetworkingService = new Google\Service\ServiceNetworking(...);
$dnsRecordSets = $servicenetworkingService->services_dnsRecordSets;
Methods
Service producers can use this method to add DNS record sets to private DNS zones in the shared producer host project. (dnsRecordSets.add)
Producers can use this method to retrieve information about the DNS record set added to the private zone inside the shared tenant host project associated with a consumer network. (dnsRecordSets.get)
Producers can use this method to retrieve a list of available DNS RecordSets available inside the private zone on the tenant host project accessible from their network. (dnsRecordSets.listServicesDnsRecordSets)
Service producers can use this method to remove DNS record sets from private DNS zones in the shared producer host project. (dnsRecordSets.remove)
Service producers can use this method to update DNS record sets from private DNS zones in the shared producer host project. (dnsRecordSets.update)
Details
Operation
add(string $parent, AddDnsRecordSetRequest $postBody, array $optParams = [])
Service producers can use this method to add DNS record sets to private DNS zones in the shared producer host project. (dnsRecordSets.add)
DnsRecordSet
get(string $parent, array $optParams = [])
Producers can use this method to retrieve information about the DNS record set added to the private zone inside the shared tenant host project associated with a consumer network. (dnsRecordSets.get)
ListDnsRecordSetsResponse
listServicesDnsRecordSets(string $parent, array $optParams = [])
Producers can use this method to retrieve a list of available DNS RecordSets available inside the private zone on the tenant host project accessible from their network. (dnsRecordSets.listServicesDnsRecordSets)
Operation
remove(string $parent, RemoveDnsRecordSetRequest $postBody, array $optParams = [])
Service producers can use this method to remove DNS record sets from private DNS zones in the shared producer host project. (dnsRecordSets.remove)
Operation
update(string $parent, UpdateDnsRecordSetRequest $postBody, array $optParams = [])
Service producers can use this method to update DNS record sets from private DNS zones in the shared producer host project. (dnsRecordSets.update)