Class ServicesResource.DnsRecordSetsResource.GetRequest
Producers can use this method to retrieve information about the DNS record set added to the private zone inside the shared tenant host project associated with a consumer network.
Inheritance
ServicesResource.DnsRecordSetsResource.GetRequest
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.DnsRecordSetsResource.GetRequest : ServiceNetworkingBaseServiceRequest<DnsRecordSet>, IClientServiceRequest<DnsRecordSet>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
ConsumerNetwork
Required. The consumer network containing the record set. Must be in the form of projects/{project}/global/networks/{network}
Declaration
[RequestParameter("consumerNetwork", RequestParameterType.Query)]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
Domain
Required. The domain name of the zone containing the recordset.
Declaration
[RequestParameter("domain", RequestParameterType.Query)]
public virtual string Domain { 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. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}.
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
Type
Required. RecordSet Type eg. type='A'. See the list of Supported DNS Types.
Declaration
[RequestParameter("type", RequestParameterType.Query)]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
Required. The name of the zone containing the record set.
Declaration
[RequestParameter("zone", RequestParameterType.Query)]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()