Class ServicesResource.DnsRecordSetsResource.ListRequest
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.
Inheritance
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.DnsRecordSetsResource.ListRequest : ServiceNetworkingBaseServiceRequest<ListDnsRecordSetsResponse>, IClientServiceRequest<ListDnsRecordSetsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
ConsumerNetwork
Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is the project number, as in '12345' {network} is the network name.
Declaration
[RequestParameter("consumerNetwork", RequestParameterType.Query)]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The service that is managing peering connectivity for a service producer's organization.
For Google services that support this functionality, this value is
services/servicenetworking.googleapis.com
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Zone
Required. The name of the private DNS zone in the shared producer host project from which the record set will be removed.
Declaration
[RequestParameter("zone", RequestParameterType.Query)]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()