Show / Hide Table of Contents

Class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource

The "dnsZones" collection of methods.

Inheritance
object
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource

Constructors

DnsZonesResource(IClientService)

Constructs a new resource.

Declaration
public DnsZonesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

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

Declaration
public virtual ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/dnsZones/{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

Returns
Type Description
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.GetRequest

List(string)

  • Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *
Declaration
public virtual ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is servicenetworking.googleapis.com. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project.

Returns
Type Description
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.DnsZonesResource.ListRequest
In this article
Back to top Generated by DocFX