AddDnsRecordSetRequest class
Request to add a record set to a private managed DNS zone in the shared producer host project.
Constructors
- AddDnsRecordSetRequest({String? consumerNetwork, DnsRecordSet? dnsRecordSet, String? zone})
- AddDnsRecordSetRequest.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 add.
  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 to
which the record set will be added.
  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