RemoveDnsRecordSetRequest class
Request to remove a record set from a private managed DNS zone in the shared producer host project.
The name, type, ttl, and data values must all exactly match an existing record set in the specified zone.
Constructors
- RemoveDnsRecordSetRequest({String? consumerNetwork, DnsRecordSet? dnsRecordSet, String? zone})
- RemoveDnsRecordSetRequest.fromJson(Map json_)
Properties
- consumerNetwork ↔ String?
-
The network that the consumer is using to connect with services.
getter/setter pair
- dnsRecordSet ↔ DnsRecordSet?
-
The DNS record set to remove.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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