Class AddDnsRecordSetRequest
Request to add a record set to a private managed DNS zone in the shared producer host project.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class AddDnsRecordSetRequest : IDirectResponseSchema
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
[JsonProperty("consumerNetwork")]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
DnsRecordSet
Required. The DNS record set to add.
Declaration
[JsonProperty("dnsRecordSet")]
public virtual DnsRecordSet DnsRecordSet { get; set; }
Property Value
Type | Description |
---|---|
DnsRecordSet |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
Required. The name of the private DNS zone in the shared producer host project to which the record set will be added.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |