UpdateDnsRecordSetRequest class

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.

Constructors

UpdateDnsRecordSetRequest({String? consumerNetwork, DnsRecordSet? existingDnsRecordSet, DnsRecordSet? newDnsRecordSet, String? zone})
UpdateDnsRecordSetRequest.fromJson(Map json_)

Properties

consumerNetwork String?
The network that the consumer is using to connect with services.
getter/setter pair
existingDnsRecordSet DnsRecordSet?
The existing DNS record set to update.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newDnsRecordSet DnsRecordSet?
The new values that the DNS record set should be updated to hold.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone String?
The name of the private DNS zone in the shared producer host project from which the record set will be removed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited