You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* > This operation queries the authoritative server of the registry to obtain the name servers of a domain name. If the domain name is in the serverHold or clientHold state, an exception may occur.
21344
-
*
21345
-
* @param request DescribeDomainNsRequest
21346
-
* @param runtime runtime options for this request RuntimeOptions
return $tea.cast<DescribeDomainNsResponse>(await this.callApi(params, req, runtime), new DescribeDomainNsResponse({}));
21375
21380
}
21376
21381
21377
-
/**
21378
-
* > This operation queries the authoritative server of the registry to obtain the name servers of a domain name. If the domain name is in the serverHold or clientHold state, an exception may occur.
* * You can specify ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
23621
-
* * Tag.N is a resource tag that consists of a key-value pair. If you specify only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you specify only Tag.N.Value, an error message is returned.
23622
-
* * If you specify Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
23619
+
* * Set ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
23620
+
* * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
23621
+
* * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
23623
23622
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
* * You can specify ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
23671
-
* * Tag.N is a resource tag that consists of a key-value pair. If you specify only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you specify only Tag.N.Value, an error message is returned.
23672
-
* * If you specify Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
23669
+
* * Set ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
23670
+
* * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
23671
+
* * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
23673
23672
* * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
0 commit comments