ServicesDnsZones
class ServicesDnsZones extends Resource (View source)
The "dnsZones" collection of methods.
Typical usage is:
$servicenetworkingService = new Google\Service\ServiceNetworking(...);
$dnsZones = $servicenetworkingService->services_dnsZones;
Methods
Service producers can use this method to add private DNS zones in the shared producer host project and matching peering zones in the consumer project.
Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project. (dnsZones.remove)
Details
Operation
add(string $parent, AddDnsZoneRequest $postBody, array $optParams = [])
Service producers can use this method to add private DNS zones in the shared producer host project and matching peering zones in the consumer project.
(dnsZones.add)
Operation
remove(string $parent, RemoveDnsZoneRequest $postBody, array $optParams = [])
Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project. (dnsZones.remove)