Show / Hide Table of Contents

Class UpdateDnsRecordSetRequest

Request to update a record set from a private managed DNS zone in the shared producer host project. The name, type, ttl, and data values of the existing record set must all exactly match an existing record set in the specified zone.

Inheritance
object
UpdateDnsRecordSetRequest
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class UpdateDnsRecordSetRequest : 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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExistingDnsRecordSet

Required. The existing DNS record set to update.

Declaration
[JsonProperty("existingDnsRecordSet")]
public virtual DnsRecordSet ExistingDnsRecordSet { get; set; }
Property Value
Type Description
DnsRecordSet

NewDnsRecordSet

Required. The new values that the DNS record set should be updated to hold.

Declaration
[JsonProperty("newDnsRecordSet")]
public virtual DnsRecordSet NewDnsRecordSet { get; set; }
Property Value
Type Description
DnsRecordSet

Zone

Required. The name of the private DNS zone in the shared producer host project from which the record set will be removed.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX