class ServicesDnsZone extends Resource (View source)

The "dnsZone" collection of methods.

Typical usage is:

 $servicenetworkingService = new Google\Service\ServiceNetworking(...);
 $dnsZone = $servicenetworkingService->services_dnsZone;

Methods

get(string $name, array $optParams = [])

Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project (dnsZone.get)

Details

GetDnsZoneResponse get(string $name, array $optParams = [])

Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project (dnsZone.get)

Parameters

string $name

Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{pr oject}/global/networks/{network}/zones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this {project} is the project number, as in '12345' {network} is the network name. {zoneName} is the DNS zone name

array $optParams

Optional parameters.

Return Value

GetDnsZoneResponse