ServicesDnsRecordSetsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(AddDnsRecordSetRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Service producers can use this method to add DNS record sets to private
DNS zones in the shared producer host project.
-
get(String parent, {String? consumerNetwork, String? domain, String? type, String? zone, String? $fields})
→ Future<DnsRecordSet>
-
Producers can use this method to retrieve information about the DNS record
set added to the private zone inside the shared tenant host project
associated with a consumer network.
-
list(String parent, {String? consumerNetwork, String? zone, String? $fields})
→ Future<ListDnsRecordSetsResponse>
-
Producers can use this method to retrieve a list of available DNS
RecordSets available inside the private zone on the tenant host project
accessible from their network.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(RemoveDnsRecordSetRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Service producers can use this method to remove DNS record sets from
private DNS zones in the shared producer host project.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(UpdateDnsRecordSetRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Service producers can use this method to update DNS record sets from
private DNS zones in the shared producer host project.