oci-dns 2.3.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +238 -51
- package/lib/client.js +282 -51
- package/lib/client.js.map +1 -1
- package/lib/request/change-resolver-compartment-request.d.ts +1 -1
- package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
- package/lib/request/change-view-compartment-request.d.ts +1 -1
- package/lib/request/change-zone-compartment-request.d.ts +1 -1
- package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/create-steering-policy-request.d.ts +1 -1
- package/lib/request/create-tsig-key-request.d.ts +1 -1
- package/lib/request/create-view-request.d.ts +1 -1
- package/lib/request/create-zone-request.d.ts +1 -1
- package/lib/request/delete-domain-records-request.d.ts +1 -1
- package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/delete-rrset-request.d.ts +1 -1
- package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/delete-steering-policy-request.d.ts +1 -1
- package/lib/request/delete-tsig-key-request.d.ts +1 -1
- package/lib/request/delete-view-request.d.ts +1 -1
- package/lib/request/delete-zone-request.d.ts +1 -1
- package/lib/request/get-domain-records-request.d.ts +1 -1
- package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/get-resolver-request.d.ts +1 -1
- package/lib/request/get-rrset-request.d.ts +1 -1
- package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/get-steering-policy-request.d.ts +1 -1
- package/lib/request/get-tsig-key-request.d.ts +1 -1
- package/lib/request/get-view-request.d.ts +1 -1
- package/lib/request/get-zone-content-request.d.ts +1 -1
- package/lib/request/get-zone-records-request.d.ts +1 -1
- package/lib/request/get-zone-request.d.ts +1 -1
- package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
- package/lib/request/list-resolvers-request.d.ts +1 -1
- package/lib/request/list-steering-policies-request.d.ts +1 -1
- package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
- package/lib/request/list-tsig-keys-request.d.ts +1 -1
- package/lib/request/list-views-request.d.ts +1 -1
- package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
- package/lib/request/list-zones-request.d.ts +1 -1
- package/lib/request/patch-domain-records-request.d.ts +1 -1
- package/lib/request/patch-rrset-request.d.ts +1 -1
- package/lib/request/patch-zone-records-request.d.ts +1 -1
- package/lib/request/update-domain-records-request.d.ts +1 -1
- package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/update-resolver-request.d.ts +1 -1
- package/lib/request/update-rrset-request.d.ts +1 -1
- package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/update-steering-policy-request.d.ts +1 -1
- package/lib/request/update-tsig-key-request.d.ts +1 -1
- package/lib/request/update-view-request.d.ts +1 -1
- package/lib/request/update-zone-records-request.d.ts +1 -1
- package/lib/request/update-zone-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class DnsClient {
|
|
|
73
73
|
* @param ChangeResolverCompartmentRequest
|
|
74
74
|
* @return ChangeResolverCompartmentResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
77
77
|
*/
|
|
78
78
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
79
79
|
/**
|
|
@@ -82,7 +82,7 @@ export declare class DnsClient {
|
|
|
82
82
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
83
83
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
86
86
|
*/
|
|
87
87
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class DnsClient {
|
|
|
91
91
|
* @param ChangeTsigKeyCompartmentRequest
|
|
92
92
|
* @return ChangeTsigKeyCompartmentResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
95
95
|
*/
|
|
96
96
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
97
97
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class DnsClient {
|
|
|
101
101
|
* @param ChangeViewCompartmentRequest
|
|
102
102
|
* @return ChangeViewCompartmentResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
105
105
|
*/
|
|
106
106
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
107
107
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class DnsClient {
|
|
|
114
114
|
* @param ChangeZoneCompartmentRequest
|
|
115
115
|
* @return ChangeZoneCompartmentResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
118
118
|
*/
|
|
119
119
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class DnsClient {
|
|
|
123
123
|
* @param CreateResolverEndpointRequest
|
|
124
124
|
* @return CreateResolverEndpointResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
127
127
|
*/
|
|
128
128
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
129
129
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DnsClient {
|
|
|
133
133
|
* @param CreateSteeringPolicyRequest
|
|
134
134
|
* @return CreateSteeringPolicyResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
137
137
|
*/
|
|
138
138
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
139
139
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class DnsClient {
|
|
|
147
147
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
148
148
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
151
151
|
*/
|
|
152
152
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class DnsClient {
|
|
|
157
157
|
* @param CreateTsigKeyRequest
|
|
158
158
|
* @return CreateTsigKeyResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
161
161
|
*/
|
|
162
162
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class DnsClient {
|
|
|
166
166
|
* @param CreateViewRequest
|
|
167
167
|
* @return CreateViewResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
170
170
|
*/
|
|
171
171
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
172
172
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class DnsClient {
|
|
|
179
179
|
* @param CreateZoneRequest
|
|
180
180
|
* @return CreateZoneResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
183
183
|
*/
|
|
184
184
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
185
185
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DnsClient {
|
|
|
190
190
|
* @param DeleteDomainRecordsRequest
|
|
191
191
|
* @return DeleteDomainRecordsResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
194
194
|
*/
|
|
195
195
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
196
196
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class DnsClient {
|
|
|
201
201
|
* @param DeleteRRSetRequest
|
|
202
202
|
* @return DeleteRRSetResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
205
205
|
*/
|
|
206
206
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
207
207
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class DnsClient {
|
|
|
213
213
|
* @param DeleteResolverEndpointRequest
|
|
214
214
|
* @return DeleteResolverEndpointResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
217
217
|
*/
|
|
218
218
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
219
219
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class DnsClient {
|
|
|
225
225
|
* @param DeleteSteeringPolicyRequest
|
|
226
226
|
* @return DeleteSteeringPolicyResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
229
229
|
*/
|
|
230
230
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
231
231
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class DnsClient {
|
|
|
235
235
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
236
236
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
239
239
|
*/
|
|
240
240
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class DnsClient {
|
|
|
244
244
|
* @param DeleteTsigKeyRequest
|
|
245
245
|
* @return DeleteTsigKeyResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
248
248
|
*/
|
|
249
249
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
250
250
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class DnsClient {
|
|
|
257
257
|
* @param DeleteViewRequest
|
|
258
258
|
* @return DeleteViewResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
261
261
|
*/
|
|
262
262
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
263
263
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class DnsClient {
|
|
|
269
269
|
* @param DeleteZoneRequest
|
|
270
270
|
* @return DeleteZoneResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
273
273
|
*/
|
|
274
274
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
275
275
|
/**
|
|
@@ -282,10 +282,11 @@ export declare class DnsClient {
|
|
|
282
282
|
* @param GetDomainRecordsRequest
|
|
283
283
|
* @return GetDomainRecordsResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
286
286
|
*/
|
|
287
287
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
288
288
|
/**
|
|
289
|
+
* NOTE: This function is deprecated in favor of getDomainRecordsRecordIterator function.
|
|
289
290
|
* Creates a new async iterator which will iterate over the models.Record objects
|
|
290
291
|
* contained in responses from the getDomainRecords operation. This iterator will fetch more data from the
|
|
291
292
|
* server as needed.
|
|
@@ -294,12 +295,28 @@ export declare class DnsClient {
|
|
|
294
295
|
*/
|
|
295
296
|
getAllDomainRecords(request: requests.GetDomainRecordsRequest): AsyncIterableIterator<model.Record>;
|
|
296
297
|
/**
|
|
298
|
+
* NOTE: This function is deprecated in favor of getDomainRecordsResponseIterator function.
|
|
297
299
|
* Creates a new async iterator which will iterate over the responses received from the getDomainRecords operation. This iterator
|
|
298
300
|
* will fetch more data from the server as needed.
|
|
299
301
|
*
|
|
300
302
|
* @param request a request which can be sent to the service operation
|
|
301
303
|
*/
|
|
302
304
|
getAllDomainRecordsResponses(request: requests.GetDomainRecordsRequest): AsyncIterableIterator<responses.GetDomainRecordsResponse>;
|
|
305
|
+
/**
|
|
306
|
+
* Creates a new async iterator which will iterate over the models.Record objects
|
|
307
|
+
* contained in responses from the getDomainRecords operation. This iterator will fetch more data from the
|
|
308
|
+
* server as needed.
|
|
309
|
+
*
|
|
310
|
+
* @param request a request which can be sent to the service operation
|
|
311
|
+
*/
|
|
312
|
+
getDomainRecordsRecordIterator(request: requests.GetDomainRecordsRequest): AsyncIterableIterator<model.Record>;
|
|
313
|
+
/**
|
|
314
|
+
* Creates a new async iterator which will iterate over the responses received from the getDomainRecords operation. This iterator
|
|
315
|
+
* will fetch more data from the server as needed.
|
|
316
|
+
*
|
|
317
|
+
* @param request a request which can be sent to the service operation
|
|
318
|
+
*/
|
|
319
|
+
getDomainRecordsResponseIterator(request: requests.GetDomainRecordsRequest): AsyncIterableIterator<responses.GetDomainRecordsResponse>;
|
|
303
320
|
/**
|
|
304
321
|
* Gets a list of all records in the specified RRSet. The results are sorted by `recordHash` by default. For
|
|
305
322
|
* private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
|
|
@@ -309,10 +326,11 @@ export declare class DnsClient {
|
|
|
309
326
|
* @param GetRRSetRequest
|
|
310
327
|
* @return GetRRSetResponse
|
|
311
328
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
313
330
|
*/
|
|
314
331
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
315
332
|
/**
|
|
333
|
+
* NOTE: This function is deprecated in favor of getRRSetRecordIterator function.
|
|
316
334
|
* Creates a new async iterator which will iterate over the models.Record objects
|
|
317
335
|
* contained in responses from the getRRSet operation. This iterator will fetch more data from the
|
|
318
336
|
* server as needed.
|
|
@@ -321,12 +339,28 @@ export declare class DnsClient {
|
|
|
321
339
|
*/
|
|
322
340
|
getAllRRSet(request: requests.GetRRSetRequest): AsyncIterableIterator<model.Record>;
|
|
323
341
|
/**
|
|
342
|
+
* NOTE: This function is deprecated in favor of getRRSetResponseIterator function.
|
|
324
343
|
* Creates a new async iterator which will iterate over the responses received from the getRRSet operation. This iterator
|
|
325
344
|
* will fetch more data from the server as needed.
|
|
326
345
|
*
|
|
327
346
|
* @param request a request which can be sent to the service operation
|
|
328
347
|
*/
|
|
329
348
|
getAllRRSetResponses(request: requests.GetRRSetRequest): AsyncIterableIterator<responses.GetRRSetResponse>;
|
|
349
|
+
/**
|
|
350
|
+
* Creates a new async iterator which will iterate over the models.Record objects
|
|
351
|
+
* contained in responses from the getRRSet operation. This iterator will fetch more data from the
|
|
352
|
+
* server as needed.
|
|
353
|
+
*
|
|
354
|
+
* @param request a request which can be sent to the service operation
|
|
355
|
+
*/
|
|
356
|
+
getRRSetRecordIterator(request: requests.GetRRSetRequest): AsyncIterableIterator<model.Record>;
|
|
357
|
+
/**
|
|
358
|
+
* Creates a new async iterator which will iterate over the responses received from the getRRSet operation. This iterator
|
|
359
|
+
* will fetch more data from the server as needed.
|
|
360
|
+
*
|
|
361
|
+
* @param request a request which can be sent to the service operation
|
|
362
|
+
*/
|
|
363
|
+
getRRSetResponseIterator(request: requests.GetRRSetRequest): AsyncIterableIterator<responses.GetRRSetResponse>;
|
|
330
364
|
/**
|
|
331
365
|
* Gets information about a specific resolver. Note that attempting to get a
|
|
332
366
|
* resolver in the DELETED lifecycleState will result in a `404` response to be
|
|
@@ -335,7 +369,7 @@ export declare class DnsClient {
|
|
|
335
369
|
* @param GetResolverRequest
|
|
336
370
|
* @return GetResolverResponse
|
|
337
371
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
339
373
|
*/
|
|
340
374
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
341
375
|
/**
|
|
@@ -346,7 +380,7 @@ export declare class DnsClient {
|
|
|
346
380
|
* @param GetResolverEndpointRequest
|
|
347
381
|
* @return GetResolverEndpointResponse
|
|
348
382
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
350
384
|
*/
|
|
351
385
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
352
386
|
/**
|
|
@@ -355,7 +389,7 @@ export declare class DnsClient {
|
|
|
355
389
|
* @param GetSteeringPolicyRequest
|
|
356
390
|
* @return GetSteeringPolicyResponse
|
|
357
391
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
359
393
|
*/
|
|
360
394
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
361
395
|
/**
|
|
@@ -364,7 +398,7 @@ export declare class DnsClient {
|
|
|
364
398
|
* @param GetSteeringPolicyAttachmentRequest
|
|
365
399
|
* @return GetSteeringPolicyAttachmentResponse
|
|
366
400
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
368
402
|
*/
|
|
369
403
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
370
404
|
/**
|
|
@@ -373,7 +407,7 @@ export declare class DnsClient {
|
|
|
373
407
|
* @param GetTsigKeyRequest
|
|
374
408
|
* @return GetTsigKeyResponse
|
|
375
409
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
377
411
|
*/
|
|
378
412
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
379
413
|
/**
|
|
@@ -384,7 +418,7 @@ export declare class DnsClient {
|
|
|
384
418
|
* @param GetViewRequest
|
|
385
419
|
* @return GetViewResponse
|
|
386
420
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
388
422
|
*/
|
|
389
423
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
390
424
|
/**
|
|
@@ -395,7 +429,7 @@ export declare class DnsClient {
|
|
|
395
429
|
* @param GetZoneRequest
|
|
396
430
|
* @return GetZoneResponse
|
|
397
431
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
399
433
|
*/
|
|
400
434
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
401
435
|
/**
|
|
@@ -404,7 +438,7 @@ export declare class DnsClient {
|
|
|
404
438
|
* @param GetZoneContentRequest
|
|
405
439
|
* @return GetZoneContentResponse
|
|
406
440
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
408
442
|
*/
|
|
409
443
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
410
444
|
/**
|
|
@@ -417,10 +451,11 @@ export declare class DnsClient {
|
|
|
417
451
|
* @param GetZoneRecordsRequest
|
|
418
452
|
* @return GetZoneRecordsResponse
|
|
419
453
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
421
455
|
*/
|
|
422
456
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
423
457
|
/**
|
|
458
|
+
* NOTE: This function is deprecated in favor of getZoneRecordsRecordIterator function.
|
|
424
459
|
* Creates a new async iterator which will iterate over the models.Record objects
|
|
425
460
|
* contained in responses from the getZoneRecords operation. This iterator will fetch more data from the
|
|
426
461
|
* server as needed.
|
|
@@ -429,12 +464,28 @@ export declare class DnsClient {
|
|
|
429
464
|
*/
|
|
430
465
|
getAllZoneRecords(request: requests.GetZoneRecordsRequest): AsyncIterableIterator<model.Record>;
|
|
431
466
|
/**
|
|
467
|
+
* NOTE: This function is deprecated in favor of getZoneRecordsResponseIterator function.
|
|
432
468
|
* Creates a new async iterator which will iterate over the responses received from the getZoneRecords operation. This iterator
|
|
433
469
|
* will fetch more data from the server as needed.
|
|
434
470
|
*
|
|
435
471
|
* @param request a request which can be sent to the service operation
|
|
436
472
|
*/
|
|
437
473
|
getAllZoneRecordsResponses(request: requests.GetZoneRecordsRequest): AsyncIterableIterator<responses.GetZoneRecordsResponse>;
|
|
474
|
+
/**
|
|
475
|
+
* Creates a new async iterator which will iterate over the models.Record objects
|
|
476
|
+
* contained in responses from the getZoneRecords operation. This iterator will fetch more data from the
|
|
477
|
+
* server as needed.
|
|
478
|
+
*
|
|
479
|
+
* @param request a request which can be sent to the service operation
|
|
480
|
+
*/
|
|
481
|
+
getZoneRecordsRecordIterator(request: requests.GetZoneRecordsRequest): AsyncIterableIterator<model.Record>;
|
|
482
|
+
/**
|
|
483
|
+
* Creates a new async iterator which will iterate over the responses received from the getZoneRecords operation. This iterator
|
|
484
|
+
* will fetch more data from the server as needed.
|
|
485
|
+
*
|
|
486
|
+
* @param request a request which can be sent to the service operation
|
|
487
|
+
*/
|
|
488
|
+
getZoneRecordsResponseIterator(request: requests.GetZoneRecordsRequest): AsyncIterableIterator<responses.GetZoneRecordsResponse>;
|
|
438
489
|
/**
|
|
439
490
|
* Gets a list of all endpoints within a resolver. The collection can be filtered by name or lifecycle state.
|
|
440
491
|
* It can be sorted on creation time or name both in ASC or DESC order. Note that when no lifecycleState
|
|
@@ -444,10 +495,11 @@ export declare class DnsClient {
|
|
|
444
495
|
* @param ListResolverEndpointsRequest
|
|
445
496
|
* @return ListResolverEndpointsResponse
|
|
446
497
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
448
499
|
*/
|
|
449
500
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
450
501
|
/**
|
|
502
|
+
* NOTE: This function is deprecated in favor of listResolverEndpointsRecordIterator function.
|
|
451
503
|
* Creates a new async iterator which will iterate over the models.ResolverEndpointSummary objects
|
|
452
504
|
* contained in responses from the listResolverEndpoints operation. This iterator will fetch more data from the
|
|
453
505
|
* server as needed.
|
|
@@ -456,12 +508,28 @@ export declare class DnsClient {
|
|
|
456
508
|
*/
|
|
457
509
|
listAllResolverEndpoints(request: requests.ListResolverEndpointsRequest): AsyncIterableIterator<model.ResolverEndpointSummary>;
|
|
458
510
|
/**
|
|
511
|
+
* NOTE: This function is deprecated in favor of listResolverEndpointsResponseIterator function.
|
|
459
512
|
* Creates a new async iterator which will iterate over the responses received from the listResolverEndpoints operation. This iterator
|
|
460
513
|
* will fetch more data from the server as needed.
|
|
461
514
|
*
|
|
462
515
|
* @param request a request which can be sent to the service operation
|
|
463
516
|
*/
|
|
464
517
|
listAllResolverEndpointsResponses(request: requests.ListResolverEndpointsRequest): AsyncIterableIterator<responses.ListResolverEndpointsResponse>;
|
|
518
|
+
/**
|
|
519
|
+
* Creates a new async iterator which will iterate over the models.ResolverEndpointSummary objects
|
|
520
|
+
* contained in responses from the listResolverEndpoints operation. This iterator will fetch more data from the
|
|
521
|
+
* server as needed.
|
|
522
|
+
*
|
|
523
|
+
* @param request a request which can be sent to the service operation
|
|
524
|
+
*/
|
|
525
|
+
listResolverEndpointsRecordIterator(request: requests.ListResolverEndpointsRequest): AsyncIterableIterator<model.ResolverEndpointSummary>;
|
|
526
|
+
/**
|
|
527
|
+
* Creates a new async iterator which will iterate over the responses received from the listResolverEndpoints operation. This iterator
|
|
528
|
+
* will fetch more data from the server as needed.
|
|
529
|
+
*
|
|
530
|
+
* @param request a request which can be sent to the service operation
|
|
531
|
+
*/
|
|
532
|
+
listResolverEndpointsResponseIterator(request: requests.ListResolverEndpointsRequest): AsyncIterableIterator<responses.ListResolverEndpointsResponse>;
|
|
465
533
|
/**
|
|
466
534
|
* Gets a list of all resolvers within a compartment. The collection can
|
|
467
535
|
* be filtered by display name, id, or lifecycle state. It can be sorted
|
|
@@ -473,10 +541,11 @@ export declare class DnsClient {
|
|
|
473
541
|
* @param ListResolversRequest
|
|
474
542
|
* @return ListResolversResponse
|
|
475
543
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
477
545
|
*/
|
|
478
546
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
479
547
|
/**
|
|
548
|
+
* NOTE: This function is deprecated in favor of listResolversRecordIterator function.
|
|
480
549
|
* Creates a new async iterator which will iterate over the models.ResolverSummary objects
|
|
481
550
|
* contained in responses from the listResolvers operation. This iterator will fetch more data from the
|
|
482
551
|
* server as needed.
|
|
@@ -485,22 +554,39 @@ export declare class DnsClient {
|
|
|
485
554
|
*/
|
|
486
555
|
listAllResolvers(request: requests.ListResolversRequest): AsyncIterableIterator<model.ResolverSummary>;
|
|
487
556
|
/**
|
|
557
|
+
* NOTE: This function is deprecated in favor of listResolversResponseIterator function.
|
|
488
558
|
* Creates a new async iterator which will iterate over the responses received from the listResolvers operation. This iterator
|
|
489
559
|
* will fetch more data from the server as needed.
|
|
490
560
|
*
|
|
491
561
|
* @param request a request which can be sent to the service operation
|
|
492
562
|
*/
|
|
493
563
|
listAllResolversResponses(request: requests.ListResolversRequest): AsyncIterableIterator<responses.ListResolversResponse>;
|
|
564
|
+
/**
|
|
565
|
+
* Creates a new async iterator which will iterate over the models.ResolverSummary objects
|
|
566
|
+
* contained in responses from the listResolvers operation. This iterator will fetch more data from the
|
|
567
|
+
* server as needed.
|
|
568
|
+
*
|
|
569
|
+
* @param request a request which can be sent to the service operation
|
|
570
|
+
*/
|
|
571
|
+
listResolversRecordIterator(request: requests.ListResolversRequest): AsyncIterableIterator<model.ResolverSummary>;
|
|
572
|
+
/**
|
|
573
|
+
* Creates a new async iterator which will iterate over the responses received from the listResolvers operation. This iterator
|
|
574
|
+
* will fetch more data from the server as needed.
|
|
575
|
+
*
|
|
576
|
+
* @param request a request which can be sent to the service operation
|
|
577
|
+
*/
|
|
578
|
+
listResolversResponseIterator(request: requests.ListResolversRequest): AsyncIterableIterator<responses.ListResolversResponse>;
|
|
494
579
|
/**
|
|
495
580
|
* Gets a list of all steering policies in the specified compartment.
|
|
496
581
|
*
|
|
497
582
|
* @param ListSteeringPoliciesRequest
|
|
498
583
|
* @return ListSteeringPoliciesResponse
|
|
499
584
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
501
586
|
*/
|
|
502
587
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
503
588
|
/**
|
|
589
|
+
* NOTE: This function is deprecated in favor of listSteeringPoliciesRecordIterator function.
|
|
504
590
|
* Creates a new async iterator which will iterate over the models.SteeringPolicySummary objects
|
|
505
591
|
* contained in responses from the listSteeringPolicies operation. This iterator will fetch more data from the
|
|
506
592
|
* server as needed.
|
|
@@ -509,22 +595,39 @@ export declare class DnsClient {
|
|
|
509
595
|
*/
|
|
510
596
|
listAllSteeringPolicies(request: requests.ListSteeringPoliciesRequest): AsyncIterableIterator<model.SteeringPolicySummary>;
|
|
511
597
|
/**
|
|
598
|
+
* NOTE: This function is deprecated in favor of listSteeringPoliciesResponseIterator function.
|
|
512
599
|
* Creates a new async iterator which will iterate over the responses received from the listSteeringPolicies operation. This iterator
|
|
513
600
|
* will fetch more data from the server as needed.
|
|
514
601
|
*
|
|
515
602
|
* @param request a request which can be sent to the service operation
|
|
516
603
|
*/
|
|
517
604
|
listAllSteeringPoliciesResponses(request: requests.ListSteeringPoliciesRequest): AsyncIterableIterator<responses.ListSteeringPoliciesResponse>;
|
|
605
|
+
/**
|
|
606
|
+
* Creates a new async iterator which will iterate over the models.SteeringPolicySummary objects
|
|
607
|
+
* contained in responses from the listSteeringPolicies operation. This iterator will fetch more data from the
|
|
608
|
+
* server as needed.
|
|
609
|
+
*
|
|
610
|
+
* @param request a request which can be sent to the service operation
|
|
611
|
+
*/
|
|
612
|
+
listSteeringPoliciesRecordIterator(request: requests.ListSteeringPoliciesRequest): AsyncIterableIterator<model.SteeringPolicySummary>;
|
|
613
|
+
/**
|
|
614
|
+
* Creates a new async iterator which will iterate over the responses received from the listSteeringPolicies operation. This iterator
|
|
615
|
+
* will fetch more data from the server as needed.
|
|
616
|
+
*
|
|
617
|
+
* @param request a request which can be sent to the service operation
|
|
618
|
+
*/
|
|
619
|
+
listSteeringPoliciesResponseIterator(request: requests.ListSteeringPoliciesRequest): AsyncIterableIterator<responses.ListSteeringPoliciesResponse>;
|
|
518
620
|
/**
|
|
519
621
|
* Lists the steering policy attachments in the specified compartment.
|
|
520
622
|
*
|
|
521
623
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
522
624
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
523
625
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
525
627
|
*/
|
|
526
628
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
527
629
|
/**
|
|
630
|
+
* NOTE: This function is deprecated in favor of listSteeringPolicyAttachmentsRecordIterator function.
|
|
528
631
|
* Creates a new async iterator which will iterate over the models.SteeringPolicyAttachmentSummary objects
|
|
529
632
|
* contained in responses from the listSteeringPolicyAttachments operation. This iterator will fetch more data from the
|
|
530
633
|
* server as needed.
|
|
@@ -533,22 +636,39 @@ export declare class DnsClient {
|
|
|
533
636
|
*/
|
|
534
637
|
listAllSteeringPolicyAttachments(request: requests.ListSteeringPolicyAttachmentsRequest): AsyncIterableIterator<model.SteeringPolicyAttachmentSummary>;
|
|
535
638
|
/**
|
|
639
|
+
* NOTE: This function is deprecated in favor of listSteeringPolicyAttachmentsResponseIterator function.
|
|
536
640
|
* Creates a new async iterator which will iterate over the responses received from the listSteeringPolicyAttachments operation. This iterator
|
|
537
641
|
* will fetch more data from the server as needed.
|
|
538
642
|
*
|
|
539
643
|
* @param request a request which can be sent to the service operation
|
|
540
644
|
*/
|
|
541
645
|
listAllSteeringPolicyAttachmentsResponses(request: requests.ListSteeringPolicyAttachmentsRequest): AsyncIterableIterator<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
646
|
+
/**
|
|
647
|
+
* Creates a new async iterator which will iterate over the models.SteeringPolicyAttachmentSummary objects
|
|
648
|
+
* contained in responses from the listSteeringPolicyAttachments operation. This iterator will fetch more data from the
|
|
649
|
+
* server as needed.
|
|
650
|
+
*
|
|
651
|
+
* @param request a request which can be sent to the service operation
|
|
652
|
+
*/
|
|
653
|
+
listSteeringPolicyAttachmentsRecordIterator(request: requests.ListSteeringPolicyAttachmentsRequest): AsyncIterableIterator<model.SteeringPolicyAttachmentSummary>;
|
|
654
|
+
/**
|
|
655
|
+
* Creates a new async iterator which will iterate over the responses received from the listSteeringPolicyAttachments operation. This iterator
|
|
656
|
+
* will fetch more data from the server as needed.
|
|
657
|
+
*
|
|
658
|
+
* @param request a request which can be sent to the service operation
|
|
659
|
+
*/
|
|
660
|
+
listSteeringPolicyAttachmentsResponseIterator(request: requests.ListSteeringPolicyAttachmentsRequest): AsyncIterableIterator<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
542
661
|
/**
|
|
543
662
|
* Gets a list of all TSIG keys in the specified compartment.
|
|
544
663
|
*
|
|
545
664
|
* @param ListTsigKeysRequest
|
|
546
665
|
* @return ListTsigKeysResponse
|
|
547
666
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
549
668
|
*/
|
|
550
669
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
551
670
|
/**
|
|
671
|
+
* NOTE: This function is deprecated in favor of listTsigKeysRecordIterator function.
|
|
552
672
|
* Creates a new async iterator which will iterate over the models.TsigKeySummary objects
|
|
553
673
|
* contained in responses from the listTsigKeys operation. This iterator will fetch more data from the
|
|
554
674
|
* server as needed.
|
|
@@ -557,12 +677,28 @@ export declare class DnsClient {
|
|
|
557
677
|
*/
|
|
558
678
|
listAllTsigKeys(request: requests.ListTsigKeysRequest): AsyncIterableIterator<model.TsigKeySummary>;
|
|
559
679
|
/**
|
|
680
|
+
* NOTE: This function is deprecated in favor of listTsigKeysResponseIterator function.
|
|
560
681
|
* Creates a new async iterator which will iterate over the responses received from the listTsigKeys operation. This iterator
|
|
561
682
|
* will fetch more data from the server as needed.
|
|
562
683
|
*
|
|
563
684
|
* @param request a request which can be sent to the service operation
|
|
564
685
|
*/
|
|
565
686
|
listAllTsigKeysResponses(request: requests.ListTsigKeysRequest): AsyncIterableIterator<responses.ListTsigKeysResponse>;
|
|
687
|
+
/**
|
|
688
|
+
* Creates a new async iterator which will iterate over the models.TsigKeySummary objects
|
|
689
|
+
* contained in responses from the listTsigKeys operation. This iterator will fetch more data from the
|
|
690
|
+
* server as needed.
|
|
691
|
+
*
|
|
692
|
+
* @param request a request which can be sent to the service operation
|
|
693
|
+
*/
|
|
694
|
+
listTsigKeysRecordIterator(request: requests.ListTsigKeysRequest): AsyncIterableIterator<model.TsigKeySummary>;
|
|
695
|
+
/**
|
|
696
|
+
* Creates a new async iterator which will iterate over the responses received from the listTsigKeys operation. This iterator
|
|
697
|
+
* will fetch more data from the server as needed.
|
|
698
|
+
*
|
|
699
|
+
* @param request a request which can be sent to the service operation
|
|
700
|
+
*/
|
|
701
|
+
listTsigKeysResponseIterator(request: requests.ListTsigKeysRequest): AsyncIterableIterator<responses.ListTsigKeysResponse>;
|
|
566
702
|
/**
|
|
567
703
|
* Gets a list of all views within a compartment. The collection can
|
|
568
704
|
* be filtered by display name, id, or lifecycle state. It can be sorted
|
|
@@ -574,10 +710,11 @@ export declare class DnsClient {
|
|
|
574
710
|
* @param ListViewsRequest
|
|
575
711
|
* @return ListViewsResponse
|
|
576
712
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
578
714
|
*/
|
|
579
715
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
580
716
|
/**
|
|
717
|
+
* NOTE: This function is deprecated in favor of listViewsRecordIterator function.
|
|
581
718
|
* Creates a new async iterator which will iterate over the models.ViewSummary objects
|
|
582
719
|
* contained in responses from the listViews operation. This iterator will fetch more data from the
|
|
583
720
|
* server as needed.
|
|
@@ -586,12 +723,28 @@ export declare class DnsClient {
|
|
|
586
723
|
*/
|
|
587
724
|
listAllViews(request: requests.ListViewsRequest): AsyncIterableIterator<model.ViewSummary>;
|
|
588
725
|
/**
|
|
726
|
+
* NOTE: This function is deprecated in favor of listViewsResponseIterator function.
|
|
589
727
|
* Creates a new async iterator which will iterate over the responses received from the listViews operation. This iterator
|
|
590
728
|
* will fetch more data from the server as needed.
|
|
591
729
|
*
|
|
592
730
|
* @param request a request which can be sent to the service operation
|
|
593
731
|
*/
|
|
594
732
|
listAllViewsResponses(request: requests.ListViewsRequest): AsyncIterableIterator<responses.ListViewsResponse>;
|
|
733
|
+
/**
|
|
734
|
+
* Creates a new async iterator which will iterate over the models.ViewSummary objects
|
|
735
|
+
* contained in responses from the listViews operation. This iterator will fetch more data from the
|
|
736
|
+
* server as needed.
|
|
737
|
+
*
|
|
738
|
+
* @param request a request which can be sent to the service operation
|
|
739
|
+
*/
|
|
740
|
+
listViewsRecordIterator(request: requests.ListViewsRequest): AsyncIterableIterator<model.ViewSummary>;
|
|
741
|
+
/**
|
|
742
|
+
* Creates a new async iterator which will iterate over the responses received from the listViews operation. This iterator
|
|
743
|
+
* will fetch more data from the server as needed.
|
|
744
|
+
*
|
|
745
|
+
* @param request a request which can be sent to the service operation
|
|
746
|
+
*/
|
|
747
|
+
listViewsResponseIterator(request: requests.ListViewsRequest): AsyncIterableIterator<responses.ListViewsResponse>;
|
|
595
748
|
/**
|
|
596
749
|
* Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified
|
|
597
750
|
* compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or
|
|
@@ -600,10 +753,11 @@ export declare class DnsClient {
|
|
|
600
753
|
* @param ListZoneTransferServersRequest
|
|
601
754
|
* @return ListZoneTransferServersResponse
|
|
602
755
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
604
757
|
*/
|
|
605
758
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
606
759
|
/**
|
|
760
|
+
* NOTE: This function is deprecated in favor of listZoneTransferServersRecordIterator function.
|
|
607
761
|
* Creates a new async iterator which will iterate over the models.ZoneTransferServer objects
|
|
608
762
|
* contained in responses from the listZoneTransferServers operation. This iterator will fetch more data from the
|
|
609
763
|
* server as needed.
|
|
@@ -612,12 +766,28 @@ export declare class DnsClient {
|
|
|
612
766
|
*/
|
|
613
767
|
listAllZoneTransferServers(request: requests.ListZoneTransferServersRequest): AsyncIterableIterator<model.ZoneTransferServer>;
|
|
614
768
|
/**
|
|
769
|
+
* NOTE: This function is deprecated in favor of listZoneTransferServersResponseIterator function.
|
|
615
770
|
* Creates a new async iterator which will iterate over the responses received from the listZoneTransferServers operation. This iterator
|
|
616
771
|
* will fetch more data from the server as needed.
|
|
617
772
|
*
|
|
618
773
|
* @param request a request which can be sent to the service operation
|
|
619
774
|
*/
|
|
620
775
|
listAllZoneTransferServersResponses(request: requests.ListZoneTransferServersRequest): AsyncIterableIterator<responses.ListZoneTransferServersResponse>;
|
|
776
|
+
/**
|
|
777
|
+
* Creates a new async iterator which will iterate over the models.ZoneTransferServer objects
|
|
778
|
+
* contained in responses from the listZoneTransferServers operation. This iterator will fetch more data from the
|
|
779
|
+
* server as needed.
|
|
780
|
+
*
|
|
781
|
+
* @param request a request which can be sent to the service operation
|
|
782
|
+
*/
|
|
783
|
+
listZoneTransferServersRecordIterator(request: requests.ListZoneTransferServersRequest): AsyncIterableIterator<model.ZoneTransferServer>;
|
|
784
|
+
/**
|
|
785
|
+
* Creates a new async iterator which will iterate over the responses received from the listZoneTransferServers operation. This iterator
|
|
786
|
+
* will fetch more data from the server as needed.
|
|
787
|
+
*
|
|
788
|
+
* @param request a request which can be sent to the service operation
|
|
789
|
+
*/
|
|
790
|
+
listZoneTransferServersResponseIterator(request: requests.ListZoneTransferServersRequest): AsyncIterableIterator<responses.ListZoneTransferServersResponse>;
|
|
621
791
|
/**
|
|
622
792
|
* Gets a list of all zones in the specified compartment. The collection can be filtered by name, time created,
|
|
623
793
|
* scope, associated view, and zone type. Filtering by view is only supported for private zones.
|
|
@@ -625,10 +795,11 @@ export declare class DnsClient {
|
|
|
625
795
|
* @param ListZonesRequest
|
|
626
796
|
* @return ListZonesResponse
|
|
627
797
|
* @throws OciError when an error occurs
|
|
628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
629
799
|
*/
|
|
630
800
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
631
801
|
/**
|
|
802
|
+
* NOTE: This function is deprecated in favor of listZonesRecordIterator function.
|
|
632
803
|
* Creates a new async iterator which will iterate over the models.ZoneSummary objects
|
|
633
804
|
* contained in responses from the listZones operation. This iterator will fetch more data from the
|
|
634
805
|
* server as needed.
|
|
@@ -637,12 +808,28 @@ export declare class DnsClient {
|
|
|
637
808
|
*/
|
|
638
809
|
listAllZones(request: requests.ListZonesRequest): AsyncIterableIterator<model.ZoneSummary>;
|
|
639
810
|
/**
|
|
811
|
+
* NOTE: This function is deprecated in favor of listZonesResponseIterator function.
|
|
640
812
|
* Creates a new async iterator which will iterate over the responses received from the listZones operation. This iterator
|
|
641
813
|
* will fetch more data from the server as needed.
|
|
642
814
|
*
|
|
643
815
|
* @param request a request which can be sent to the service operation
|
|
644
816
|
*/
|
|
645
817
|
listAllZonesResponses(request: requests.ListZonesRequest): AsyncIterableIterator<responses.ListZonesResponse>;
|
|
818
|
+
/**
|
|
819
|
+
* Creates a new async iterator which will iterate over the models.ZoneSummary objects
|
|
820
|
+
* contained in responses from the listZones operation. This iterator will fetch more data from the
|
|
821
|
+
* server as needed.
|
|
822
|
+
*
|
|
823
|
+
* @param request a request which can be sent to the service operation
|
|
824
|
+
*/
|
|
825
|
+
listZonesRecordIterator(request: requests.ListZonesRequest): AsyncIterableIterator<model.ZoneSummary>;
|
|
826
|
+
/**
|
|
827
|
+
* Creates a new async iterator which will iterate over the responses received from the listZones operation. This iterator
|
|
828
|
+
* will fetch more data from the server as needed.
|
|
829
|
+
*
|
|
830
|
+
* @param request a request which can be sent to the service operation
|
|
831
|
+
*/
|
|
832
|
+
listZonesResponseIterator(request: requests.ListZonesRequest): AsyncIterableIterator<responses.ListZonesResponse>;
|
|
646
833
|
/**
|
|
647
834
|
* Updates records in the specified zone at a domain. You can update one record or all records for the specified
|
|
648
835
|
* zone depending on the changes provided in the request body. You can also add or remove records using this
|
|
@@ -653,7 +840,7 @@ export declare class DnsClient {
|
|
|
653
840
|
* @param PatchDomainRecordsRequest
|
|
654
841
|
* @return PatchDomainRecordsResponse
|
|
655
842
|
* @throws OciError when an error occurs
|
|
656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
657
844
|
*/
|
|
658
845
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
659
846
|
/**
|
|
@@ -664,7 +851,7 @@ export declare class DnsClient {
|
|
|
664
851
|
* @param PatchRRSetRequest
|
|
665
852
|
* @return PatchRRSetResponse
|
|
666
853
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
668
855
|
*/
|
|
669
856
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
670
857
|
/**
|
|
@@ -677,7 +864,7 @@ export declare class DnsClient {
|
|
|
677
864
|
* @param PatchZoneRecordsRequest
|
|
678
865
|
* @return PatchZoneRecordsResponse
|
|
679
866
|
* @throws OciError when an error occurs
|
|
680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
681
868
|
*/
|
|
682
869
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
683
870
|
/**
|
|
@@ -691,7 +878,7 @@ export declare class DnsClient {
|
|
|
691
878
|
* @param UpdateDomainRecordsRequest
|
|
692
879
|
* @return UpdateDomainRecordsResponse
|
|
693
880
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
695
882
|
*/
|
|
696
883
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
697
884
|
/**
|
|
@@ -702,7 +889,7 @@ export declare class DnsClient {
|
|
|
702
889
|
* @param UpdateRRSetRequest
|
|
703
890
|
* @return UpdateRRSetResponse
|
|
704
891
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
706
893
|
*/
|
|
707
894
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
708
895
|
/**
|
|
@@ -711,7 +898,7 @@ export declare class DnsClient {
|
|
|
711
898
|
* @param UpdateResolverRequest
|
|
712
899
|
* @return UpdateResolverResponse
|
|
713
900
|
* @throws OciError when an error occurs
|
|
714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
715
902
|
*/
|
|
716
903
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
717
904
|
/**
|
|
@@ -720,7 +907,7 @@ export declare class DnsClient {
|
|
|
720
907
|
* @param UpdateResolverEndpointRequest
|
|
721
908
|
* @return UpdateResolverEndpointResponse
|
|
722
909
|
* @throws OciError when an error occurs
|
|
723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
724
911
|
*/
|
|
725
912
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
726
913
|
/**
|
|
@@ -729,7 +916,7 @@ export declare class DnsClient {
|
|
|
729
916
|
* @param UpdateSteeringPolicyRequest
|
|
730
917
|
* @return UpdateSteeringPolicyResponse
|
|
731
918
|
* @throws OciError when an error occurs
|
|
732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
733
920
|
*/
|
|
734
921
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
735
922
|
/**
|
|
@@ -738,7 +925,7 @@ export declare class DnsClient {
|
|
|
738
925
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
739
926
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
740
927
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
742
929
|
*/
|
|
743
930
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
744
931
|
/**
|
|
@@ -747,7 +934,7 @@ export declare class DnsClient {
|
|
|
747
934
|
* @param UpdateTsigKeyRequest
|
|
748
935
|
* @return UpdateTsigKeyResponse
|
|
749
936
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
751
938
|
*/
|
|
752
939
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
753
940
|
/**
|
|
@@ -756,7 +943,7 @@ export declare class DnsClient {
|
|
|
756
943
|
* @param UpdateViewRequest
|
|
757
944
|
* @return UpdateViewResponse
|
|
758
945
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
760
947
|
*/
|
|
761
948
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
762
949
|
/**
|
|
@@ -769,7 +956,7 @@ export declare class DnsClient {
|
|
|
769
956
|
* @param UpdateZoneRequest
|
|
770
957
|
* @return UpdateZoneResponse
|
|
771
958
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
773
960
|
*/
|
|
774
961
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
775
962
|
/**
|
|
@@ -783,7 +970,7 @@ export declare class DnsClient {
|
|
|
783
970
|
* @param UpdateZoneRecordsRequest
|
|
784
971
|
* @return UpdateZoneRecordsResponse
|
|
785
972
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
787
974
|
*/
|
|
788
975
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
789
976
|
}
|