oci-dns 2.79.1 → 2.81.0
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 +54 -53
- package/lib/client.js +268 -107
- package/lib/client.js.map +1 -1
- package/lib/model/create-resolver-endpoint-details.js +4 -2
- package/lib/model/create-resolver-endpoint-details.js.map +1 -1
- package/lib/model/create-zone-base-details.js +4 -2
- package/lib/model/create-zone-base-details.js.map +1 -1
- package/lib/model/resolver-endpoint-summary.js +4 -2
- package/lib/model/resolver-endpoint-summary.js.map +1 -1
- package/lib/model/resolver-endpoint.js +4 -2
- package/lib/model/resolver-endpoint.js.map +1 -1
- package/lib/model/resolver-rule-details.js +4 -2
- package/lib/model/resolver-rule-details.js.map +1 -1
- package/lib/model/resolver-rule.js +4 -2
- package/lib/model/resolver-rule.js.map +1 -1
- package/lib/model/steering-policy-rule.js +4 -2
- package/lib/model/steering-policy-rule.js.map +1 -1
- package/lib/model/update-resolver-endpoint-details.js +4 -2
- package/lib/model/update-resolver-endpoint-details.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-from-zone-file-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
|
@@ -27,7 +27,7 @@ export declare enum DnsApiKeys {
|
|
|
27
27
|
export declare class DnsClient {
|
|
28
28
|
protected static serviceEndpointTemplate: string;
|
|
29
29
|
protected static endpointServiceName: string;
|
|
30
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
30
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
31
31
|
protected "_endpoint": string;
|
|
32
32
|
protected "_defaultHeaders": any;
|
|
33
33
|
protected "_waiters": DnsWaiter;
|
|
@@ -50,6 +50,7 @@ export declare class DnsClient {
|
|
|
50
50
|
* @param endpoint The endpoint of the service.
|
|
51
51
|
*/
|
|
52
52
|
set endpoint(endpoint: string);
|
|
53
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
53
54
|
/**
|
|
54
55
|
* Determines whether realm specific endpoint should be used or not.
|
|
55
56
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -99,7 +100,7 @@ export declare class DnsClient {
|
|
|
99
100
|
* @param ChangeResolverCompartmentRequest
|
|
100
101
|
* @return ChangeResolverCompartmentResponse
|
|
101
102
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
103
104
|
*/
|
|
104
105
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
105
106
|
/**
|
|
@@ -109,7 +110,7 @@ export declare class DnsClient {
|
|
|
109
110
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
110
111
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
111
112
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
113
114
|
*/
|
|
114
115
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
115
116
|
/**
|
|
@@ -119,7 +120,7 @@ export declare class DnsClient {
|
|
|
119
120
|
* @param ChangeTsigKeyCompartmentRequest
|
|
120
121
|
* @return ChangeTsigKeyCompartmentResponse
|
|
121
122
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
123
124
|
*/
|
|
124
125
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
125
126
|
/**
|
|
@@ -131,7 +132,7 @@ export declare class DnsClient {
|
|
|
131
132
|
* @param ChangeViewCompartmentRequest
|
|
132
133
|
* @return ChangeViewCompartmentResponse
|
|
133
134
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
135
136
|
*/
|
|
136
137
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
137
138
|
/**
|
|
@@ -148,7 +149,7 @@ export declare class DnsClient {
|
|
|
148
149
|
* @param ChangeZoneCompartmentRequest
|
|
149
150
|
* @return ChangeZoneCompartmentResponse
|
|
150
151
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
152
153
|
*/
|
|
153
154
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
154
155
|
/**
|
|
@@ -158,7 +159,7 @@ export declare class DnsClient {
|
|
|
158
159
|
* @param CreateResolverEndpointRequest
|
|
159
160
|
* @return CreateResolverEndpointResponse
|
|
160
161
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
162
163
|
*/
|
|
163
164
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
164
165
|
/**
|
|
@@ -169,7 +170,7 @@ export declare class DnsClient {
|
|
|
169
170
|
* @param CreateSteeringPolicyRequest
|
|
170
171
|
* @return CreateSteeringPolicyResponse
|
|
171
172
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
173
174
|
*/
|
|
174
175
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
175
176
|
/**
|
|
@@ -184,7 +185,7 @@ export declare class DnsClient {
|
|
|
184
185
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
185
186
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
186
187
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
188
189
|
*/
|
|
189
190
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
190
191
|
/**
|
|
@@ -195,7 +196,7 @@ export declare class DnsClient {
|
|
|
195
196
|
* @param CreateTsigKeyRequest
|
|
196
197
|
* @return CreateTsigKeyResponse
|
|
197
198
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
199
200
|
*/
|
|
200
201
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
201
202
|
/**
|
|
@@ -205,7 +206,7 @@ export declare class DnsClient {
|
|
|
205
206
|
* @param CreateViewRequest
|
|
206
207
|
* @return CreateViewResponse
|
|
207
208
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
209
210
|
*/
|
|
210
211
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
211
212
|
/**
|
|
@@ -218,7 +219,7 @@ export declare class DnsClient {
|
|
|
218
219
|
* @param CreateZoneRequest
|
|
219
220
|
* @return CreateZoneResponse
|
|
220
221
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
222
223
|
*/
|
|
223
224
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
224
225
|
/**
|
|
@@ -228,7 +229,7 @@ export declare class DnsClient {
|
|
|
228
229
|
* @param CreateZoneFromZoneFileRequest
|
|
229
230
|
* @return CreateZoneFromZoneFileResponse
|
|
230
231
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
|
|
232
233
|
*/
|
|
233
234
|
createZoneFromZoneFile(createZoneFromZoneFileRequest: requests.CreateZoneFromZoneFileRequest): Promise<responses.CreateZoneFromZoneFileResponse>;
|
|
234
235
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class DnsClient {
|
|
|
241
242
|
* @param DeleteDomainRecordsRequest
|
|
242
243
|
* @return DeleteDomainRecordsResponse
|
|
243
244
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
245
246
|
*/
|
|
246
247
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
247
248
|
/**
|
|
@@ -254,7 +255,7 @@ export declare class DnsClient {
|
|
|
254
255
|
* @param DeleteRRSetRequest
|
|
255
256
|
* @return DeleteRRSetResponse
|
|
256
257
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
258
259
|
*/
|
|
259
260
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
260
261
|
/**
|
|
@@ -268,7 +269,7 @@ export declare class DnsClient {
|
|
|
268
269
|
* @param DeleteResolverEndpointRequest
|
|
269
270
|
* @return DeleteResolverEndpointResponse
|
|
270
271
|
* @throws OciError when an error occurs
|
|
271
|
-
* @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.81.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
272
273
|
*/
|
|
273
274
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
274
275
|
/**
|
|
@@ -282,7 +283,7 @@ export declare class DnsClient {
|
|
|
282
283
|
* @param DeleteSteeringPolicyRequest
|
|
283
284
|
* @return DeleteSteeringPolicyResponse
|
|
284
285
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
286
287
|
*/
|
|
287
288
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
288
289
|
/**
|
|
@@ -293,7 +294,7 @@ export declare class DnsClient {
|
|
|
293
294
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
294
295
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
295
296
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
297
298
|
*/
|
|
298
299
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
299
300
|
/**
|
|
@@ -303,7 +304,7 @@ export declare class DnsClient {
|
|
|
303
304
|
* @param DeleteTsigKeyRequest
|
|
304
305
|
* @return DeleteTsigKeyResponse
|
|
305
306
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
307
308
|
*/
|
|
308
309
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
309
310
|
/**
|
|
@@ -318,7 +319,7 @@ export declare class DnsClient {
|
|
|
318
319
|
* @param DeleteViewRequest
|
|
319
320
|
* @return DeleteViewResponse
|
|
320
321
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
322
323
|
*/
|
|
323
324
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
324
325
|
/**
|
|
@@ -332,7 +333,7 @@ export declare class DnsClient {
|
|
|
332
333
|
* @param DeleteZoneRequest
|
|
333
334
|
* @return DeleteZoneResponse
|
|
334
335
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
336
337
|
*/
|
|
337
338
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
338
339
|
/**
|
|
@@ -346,7 +347,7 @@ export declare class DnsClient {
|
|
|
346
347
|
* @param GetDomainRecordsRequest
|
|
347
348
|
* @return GetDomainRecordsResponse
|
|
348
349
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
350
351
|
*/
|
|
351
352
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
352
353
|
/**
|
|
@@ -391,7 +392,7 @@ export declare class DnsClient {
|
|
|
391
392
|
* @param GetRRSetRequest
|
|
392
393
|
* @return GetRRSetResponse
|
|
393
394
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
395
396
|
*/
|
|
396
397
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
397
398
|
/**
|
|
@@ -436,7 +437,7 @@ export declare class DnsClient {
|
|
|
436
437
|
* @param GetResolverRequest
|
|
437
438
|
* @return GetResolverResponse
|
|
438
439
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
440
441
|
*/
|
|
441
442
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
442
443
|
/**
|
|
@@ -449,7 +450,7 @@ export declare class DnsClient {
|
|
|
449
450
|
* @param GetResolverEndpointRequest
|
|
450
451
|
* @return GetResolverEndpointResponse
|
|
451
452
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
453
454
|
*/
|
|
454
455
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
455
456
|
/**
|
|
@@ -459,7 +460,7 @@ export declare class DnsClient {
|
|
|
459
460
|
* @param GetSteeringPolicyRequest
|
|
460
461
|
* @return GetSteeringPolicyResponse
|
|
461
462
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
463
464
|
*/
|
|
464
465
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
465
466
|
/**
|
|
@@ -469,7 +470,7 @@ export declare class DnsClient {
|
|
|
469
470
|
* @param GetSteeringPolicyAttachmentRequest
|
|
470
471
|
* @return GetSteeringPolicyAttachmentResponse
|
|
471
472
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
473
474
|
*/
|
|
474
475
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
475
476
|
/**
|
|
@@ -479,7 +480,7 @@ export declare class DnsClient {
|
|
|
479
480
|
* @param GetTsigKeyRequest
|
|
480
481
|
* @return GetTsigKeyResponse
|
|
481
482
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
483
484
|
*/
|
|
484
485
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
485
486
|
/**
|
|
@@ -493,7 +494,7 @@ export declare class DnsClient {
|
|
|
493
494
|
* @param GetViewRequest
|
|
494
495
|
* @return GetViewResponse
|
|
495
496
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
497
498
|
*/
|
|
498
499
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
499
500
|
/**
|
|
@@ -506,7 +507,7 @@ export declare class DnsClient {
|
|
|
506
507
|
* @param GetZoneRequest
|
|
507
508
|
* @return GetZoneResponse
|
|
508
509
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
510
511
|
*/
|
|
511
512
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
512
513
|
/**
|
|
@@ -516,7 +517,7 @@ export declare class DnsClient {
|
|
|
516
517
|
* @param GetZoneContentRequest
|
|
517
518
|
* @return GetZoneContentResponse
|
|
518
519
|
* @throws OciError when an error occurs
|
|
519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
520
521
|
*/
|
|
521
522
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
522
523
|
/**
|
|
@@ -531,7 +532,7 @@ export declare class DnsClient {
|
|
|
531
532
|
* @param GetZoneRecordsRequest
|
|
532
533
|
* @return GetZoneRecordsResponse
|
|
533
534
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
535
536
|
*/
|
|
536
537
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
537
538
|
/**
|
|
@@ -576,7 +577,7 @@ export declare class DnsClient {
|
|
|
576
577
|
* @param ListResolverEndpointsRequest
|
|
577
578
|
* @return ListResolverEndpointsResponse
|
|
578
579
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
580
581
|
*/
|
|
581
582
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
582
583
|
/**
|
|
@@ -623,7 +624,7 @@ export declare class DnsClient {
|
|
|
623
624
|
* @param ListResolversRequest
|
|
624
625
|
* @return ListResolversResponse
|
|
625
626
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
627
628
|
*/
|
|
628
629
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
629
630
|
/**
|
|
@@ -665,7 +666,7 @@ export declare class DnsClient {
|
|
|
665
666
|
* @param ListSteeringPoliciesRequest
|
|
666
667
|
* @return ListSteeringPoliciesResponse
|
|
667
668
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
669
670
|
*/
|
|
670
671
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
671
672
|
/**
|
|
@@ -707,7 +708,7 @@ export declare class DnsClient {
|
|
|
707
708
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
708
709
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
709
710
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
711
712
|
*/
|
|
712
713
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
713
714
|
/**
|
|
@@ -749,7 +750,7 @@ export declare class DnsClient {
|
|
|
749
750
|
* @param ListTsigKeysRequest
|
|
750
751
|
* @return ListTsigKeysResponse
|
|
751
752
|
* @throws OciError when an error occurs
|
|
752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
753
754
|
*/
|
|
754
755
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
755
756
|
/**
|
|
@@ -796,7 +797,7 @@ export declare class DnsClient {
|
|
|
796
797
|
* @param ListViewsRequest
|
|
797
798
|
* @return ListViewsResponse
|
|
798
799
|
* @throws OciError when an error occurs
|
|
799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
800
801
|
*/
|
|
801
802
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
802
803
|
/**
|
|
@@ -840,7 +841,7 @@ export declare class DnsClient {
|
|
|
840
841
|
* @param ListZoneTransferServersRequest
|
|
841
842
|
* @return ListZoneTransferServersResponse
|
|
842
843
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
844
845
|
*/
|
|
845
846
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
846
847
|
/**
|
|
@@ -885,7 +886,7 @@ export declare class DnsClient {
|
|
|
885
886
|
* @param ListZonesRequest
|
|
886
887
|
* @return ListZonesResponse
|
|
887
888
|
* @throws OciError when an error occurs
|
|
888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
889
890
|
*/
|
|
890
891
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
891
892
|
/**
|
|
@@ -932,7 +933,7 @@ export declare class DnsClient {
|
|
|
932
933
|
* @param PatchDomainRecordsRequest
|
|
933
934
|
* @return PatchDomainRecordsResponse
|
|
934
935
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
936
937
|
*/
|
|
937
938
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
938
939
|
/**
|
|
@@ -945,7 +946,7 @@ export declare class DnsClient {
|
|
|
945
946
|
* @param PatchRRSetRequest
|
|
946
947
|
* @return PatchRRSetResponse
|
|
947
948
|
* @throws OciError when an error occurs
|
|
948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
949
950
|
*/
|
|
950
951
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
951
952
|
/**
|
|
@@ -960,7 +961,7 @@ export declare class DnsClient {
|
|
|
960
961
|
* @param PatchZoneRecordsRequest
|
|
961
962
|
* @return PatchZoneRecordsResponse
|
|
962
963
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
964
965
|
*/
|
|
965
966
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
966
967
|
/**
|
|
@@ -975,7 +976,7 @@ export declare class DnsClient {
|
|
|
975
976
|
* @param UpdateDomainRecordsRequest
|
|
976
977
|
* @return UpdateDomainRecordsResponse
|
|
977
978
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
979
980
|
*/
|
|
980
981
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
981
982
|
/**
|
|
@@ -988,7 +989,7 @@ export declare class DnsClient {
|
|
|
988
989
|
* @param UpdateRRSetRequest
|
|
989
990
|
* @return UpdateRRSetResponse
|
|
990
991
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
992
993
|
*/
|
|
993
994
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
994
995
|
/**
|
|
@@ -998,7 +999,7 @@ export declare class DnsClient {
|
|
|
998
999
|
* @param UpdateResolverRequest
|
|
999
1000
|
* @return UpdateResolverResponse
|
|
1000
1001
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
1002
1003
|
*/
|
|
1003
1004
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
1004
1005
|
/**
|
|
@@ -1008,7 +1009,7 @@ export declare class DnsClient {
|
|
|
1008
1009
|
* @param UpdateResolverEndpointRequest
|
|
1009
1010
|
* @return UpdateResolverEndpointResponse
|
|
1010
1011
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
1012
1013
|
*/
|
|
1013
1014
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
1014
1015
|
/**
|
|
@@ -1018,7 +1019,7 @@ export declare class DnsClient {
|
|
|
1018
1019
|
* @param UpdateSteeringPolicyRequest
|
|
1019
1020
|
* @return UpdateSteeringPolicyResponse
|
|
1020
1021
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
1022
1023
|
*/
|
|
1023
1024
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
1024
1025
|
/**
|
|
@@ -1028,7 +1029,7 @@ export declare class DnsClient {
|
|
|
1028
1029
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
1029
1030
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
1030
1031
|
* @throws OciError when an error occurs
|
|
1031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
1032
1033
|
*/
|
|
1033
1034
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
1034
1035
|
/**
|
|
@@ -1038,7 +1039,7 @@ export declare class DnsClient {
|
|
|
1038
1039
|
* @param UpdateTsigKeyRequest
|
|
1039
1040
|
* @return UpdateTsigKeyResponse
|
|
1040
1041
|
* @throws OciError when an error occurs
|
|
1041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
1042
1043
|
*/
|
|
1043
1044
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
1044
1045
|
/**
|
|
@@ -1048,7 +1049,7 @@ export declare class DnsClient {
|
|
|
1048
1049
|
* @param UpdateViewRequest
|
|
1049
1050
|
* @return UpdateViewResponse
|
|
1050
1051
|
* @throws OciError when an error occurs
|
|
1051
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1052
1053
|
*/
|
|
1053
1054
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1054
1055
|
/**
|
|
@@ -1063,7 +1064,7 @@ export declare class DnsClient {
|
|
|
1063
1064
|
* @param UpdateZoneRequest
|
|
1064
1065
|
* @return UpdateZoneResponse
|
|
1065
1066
|
* @throws OciError when an error occurs
|
|
1066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1067
1068
|
*/
|
|
1068
1069
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1069
1070
|
/**
|
|
@@ -1079,7 +1080,7 @@ export declare class DnsClient {
|
|
|
1079
1080
|
* @param UpdateZoneRecordsRequest
|
|
1080
1081
|
* @return UpdateZoneRecordsResponse
|
|
1081
1082
|
* @throws OciError when an error occurs
|
|
1082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1083
1084
|
*/
|
|
1084
1085
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1085
1086
|
}
|