Show / Hide Table of Contents

Class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource

The "peeredDnsDomains" collection of methods.

Inheritance
object
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource
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.PeeredDnsDomainsResource

Constructors

PeeredDnsDomainsResource(IClientService)

Constructs a new resource.

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

Methods

Create(PeeredDnsDomain, string)

Creates a peered DNS domain which sends requests for records in given namespace originating in the service producer VPC network to the consumer VPC network to be resolved.

Declaration
public virtual ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.CreateRequest Create(PeeredDnsDomain body, string parent)
Parameters
Type Name Description
PeeredDnsDomain body

The body of the request.

string parent

Required. Parent resource identifying the connection for which the peered DNS domain will be created in the format: services/{service}/projects/{project}/global/networks/{network} {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is servicenetworking.googleapis.com. {project} is the number of the project that contains the service consumer's VPC network e.g. 12345. {network} is the name of the service consumer's VPC network.

Returns
Type Description
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.CreateRequest

Delete(string)

Deletes a peered DNS domain.

Declaration
public virtual ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the peered DNS domain to delete in the format: services/{service}/projects/{project}/global/networks/{network}/peeredDnsDomains/{name}. {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is servicenetworking.googleapis.com. {project} is the number of the project that contains the service consumer's VPC network e.g. 12345. {network} is the name of the service consumer's VPC network. {name} is the name of the peered DNS domain.

Returns
Type Description
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.DeleteRequest

List(string)

Lists peered DNS domains for a connection.

Declaration
public virtual ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent resource identifying the connection which owns this collection of peered DNS domains in the format: services/{service}/projects/{project}/global/networks/{network}. {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is servicenetworking.googleapis.com. {project} is a project number e.g. 12345 that contains the service consumer's VPC network. {network} is the name of the service consumer's VPC network.

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