oci-healthchecks 2.76.1 → 2.77.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.
Files changed (46) hide show
  1. package/lib/client.d.ts +17 -17
  2. package/lib/client.js +17 -17
  3. package/lib/model/create-http-monitor-details.d.ts +4 -4
  4. package/lib/model/create-on-demand-http-probe-details.d.ts +2 -2
  5. package/lib/model/create-on-demand-ping-probe-details.d.ts +1 -1
  6. package/lib/model/create-ping-monitor-details.d.ts +3 -3
  7. package/lib/model/d-ns.d.ts +2 -2
  8. package/lib/model/health-checks-vantage-point-summary.d.ts +1 -1
  9. package/lib/model/http-monitor-summary.d.ts +2 -2
  10. package/lib/model/http-monitor.d.ts +4 -4
  11. package/lib/model/http-probe-result-summary.d.ts +2 -2
  12. package/lib/model/http-probe.d.ts +2 -2
  13. package/lib/model/ping-monitor-summary.d.ts +2 -2
  14. package/lib/model/ping-monitor.d.ts +3 -3
  15. package/lib/model/ping-probe-result-summary.d.ts +2 -2
  16. package/lib/model/ping-probe.d.ts +1 -1
  17. package/lib/model/routing.d.ts +5 -5
  18. package/lib/model/tcp-connection.d.ts +2 -2
  19. package/lib/model/update-http-monitor-details.d.ts +4 -4
  20. package/lib/model/update-ping-monitor-details.d.ts +3 -3
  21. package/lib/request/change-http-monitor-compartment-request.d.ts +2 -2
  22. package/lib/request/change-ping-monitor-compartment-request.d.ts +2 -2
  23. package/lib/request/create-http-monitor-request.d.ts +1 -1
  24. package/lib/request/create-on-demand-http-probe-request.d.ts +1 -1
  25. package/lib/request/create-on-demand-ping-probe-request.d.ts +1 -1
  26. package/lib/request/create-ping-monitor-request.d.ts +1 -1
  27. package/lib/request/delete-http-monitor-request.d.ts +2 -2
  28. package/lib/request/delete-ping-monitor-request.d.ts +2 -2
  29. package/lib/request/get-http-monitor-request.d.ts +3 -3
  30. package/lib/request/get-ping-monitor-request.d.ts +3 -3
  31. package/lib/request/list-health-checks-vantage-points-request.d.ts +4 -4
  32. package/lib/request/list-http-monitors-request.d.ts +4 -4
  33. package/lib/request/list-http-probe-results-request.d.ts +5 -5
  34. package/lib/request/list-ping-monitors-request.d.ts +4 -4
  35. package/lib/request/list-ping-probe-results-request.d.ts +5 -5
  36. package/lib/request/update-http-monitor-request.d.ts +2 -2
  37. package/lib/request/update-ping-monitor-request.d.ts +2 -2
  38. package/lib/response/create-http-monitor-response.d.ts +1 -1
  39. package/lib/response/get-http-monitor-response.d.ts +1 -1
  40. package/lib/response/list-health-checks-vantage-points-response.d.ts +1 -1
  41. package/lib/response/list-http-monitors-response.d.ts +1 -1
  42. package/lib/response/list-http-probe-results-response.d.ts +1 -1
  43. package/lib/response/list-ping-monitors-response.d.ts +1 -1
  44. package/lib/response/list-ping-probe-results-response.d.ts +1 -1
  45. package/lib/response/update-http-monitor-response.d.ts +1 -1
  46. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class HealthChecksClient {
77
77
  * @param ChangeHttpMonitorCompartmentRequest
78
78
  * @return ChangeHttpMonitorCompartmentResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
81
81
  */
82
82
  changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest: requests.ChangeHttpMonitorCompartmentRequest): Promise<responses.ChangeHttpMonitorCompartmentResponse>;
83
83
  /**
@@ -88,7 +88,7 @@ export declare class HealthChecksClient {
88
88
  * @param ChangePingMonitorCompartmentRequest
89
89
  * @return ChangePingMonitorCompartmentResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
92
92
  */
93
93
  changePingMonitorCompartment(changePingMonitorCompartmentRequest: requests.ChangePingMonitorCompartmentRequest): Promise<responses.ChangePingMonitorCompartmentResponse>;
94
94
  /**
@@ -100,7 +100,7 @@ export declare class HealthChecksClient {
100
100
  * @param CreateHttpMonitorRequest
101
101
  * @return CreateHttpMonitorResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
104
104
  */
105
105
  createHttpMonitor(createHttpMonitorRequest: requests.CreateHttpMonitorRequest): Promise<responses.CreateHttpMonitorResponse>;
106
106
  /**
@@ -113,7 +113,7 @@ export declare class HealthChecksClient {
113
113
  * @param CreateOnDemandHttpProbeRequest
114
114
  * @return CreateOnDemandHttpProbeResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
117
117
  */
118
118
  createOnDemandHttpProbe(createOnDemandHttpProbeRequest: requests.CreateOnDemandHttpProbeRequest): Promise<responses.CreateOnDemandHttpProbeResponse>;
119
119
  /**
@@ -126,7 +126,7 @@ export declare class HealthChecksClient {
126
126
  * @param CreateOnDemandPingProbeRequest
127
127
  * @return CreateOnDemandPingProbeResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
130
130
  */
131
131
  createOnDemandPingProbe(createOnDemandPingProbeRequest: requests.CreateOnDemandPingProbeRequest): Promise<responses.CreateOnDemandPingProbeResponse>;
132
132
  /**
@@ -138,7 +138,7 @@ export declare class HealthChecksClient {
138
138
  * @param CreatePingMonitorRequest
139
139
  * @return CreatePingMonitorResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
142
142
  */
143
143
  createPingMonitor(createPingMonitorRequest: requests.CreatePingMonitorRequest): Promise<responses.CreatePingMonitorResponse>;
144
144
  /**
@@ -149,7 +149,7 @@ export declare class HealthChecksClient {
149
149
  * @param DeleteHttpMonitorRequest
150
150
  * @return DeleteHttpMonitorResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
153
153
  */
154
154
  deleteHttpMonitor(deleteHttpMonitorRequest: requests.DeleteHttpMonitorRequest): Promise<responses.DeleteHttpMonitorResponse>;
155
155
  /**
@@ -160,7 +160,7 @@ export declare class HealthChecksClient {
160
160
  * @param DeletePingMonitorRequest
161
161
  * @return DeletePingMonitorResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
164
164
  */
165
165
  deletePingMonitor(deletePingMonitorRequest: requests.DeletePingMonitorRequest): Promise<responses.DeletePingMonitorResponse>;
166
166
  /**
@@ -170,7 +170,7 @@ export declare class HealthChecksClient {
170
170
  * @param GetHttpMonitorRequest
171
171
  * @return GetHttpMonitorResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
174
174
  */
175
175
  getHttpMonitor(getHttpMonitorRequest: requests.GetHttpMonitorRequest): Promise<responses.GetHttpMonitorResponse>;
176
176
  /**
@@ -180,7 +180,7 @@ export declare class HealthChecksClient {
180
180
  * @param GetPingMonitorRequest
181
181
  * @return GetPingMonitorResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
184
184
  */
185
185
  getPingMonitor(getPingMonitorRequest: requests.GetPingMonitorRequest): Promise<responses.GetPingMonitorResponse>;
186
186
  /**
@@ -190,7 +190,7 @@ export declare class HealthChecksClient {
190
190
  * @param ListHealthChecksVantagePointsRequest
191
191
  * @return ListHealthChecksVantagePointsResponse
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.76.1/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
194
194
  */
195
195
  listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest: requests.ListHealthChecksVantagePointsRequest): Promise<responses.ListHealthChecksVantagePointsResponse>;
196
196
  /**
@@ -232,7 +232,7 @@ export declare class HealthChecksClient {
232
232
  * @param ListHttpMonitorsRequest
233
233
  * @return ListHttpMonitorsResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
236
236
  */
237
237
  listHttpMonitors(listHttpMonitorsRequest: requests.ListHttpMonitorsRequest): Promise<responses.ListHttpMonitorsResponse>;
238
238
  /**
@@ -276,7 +276,7 @@ export declare class HealthChecksClient {
276
276
  * @param ListHttpProbeResultsRequest
277
277
  * @return ListHttpProbeResultsResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
280
280
  */
281
281
  listHttpProbeResults(listHttpProbeResultsRequest: requests.ListHttpProbeResultsRequest): Promise<responses.ListHttpProbeResultsResponse>;
282
282
  /**
@@ -321,7 +321,7 @@ export declare class HealthChecksClient {
321
321
  * @param ListPingMonitorsRequest
322
322
  * @return ListPingMonitorsResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
325
325
  */
326
326
  listPingMonitors(listPingMonitorsRequest: requests.ListPingMonitorsRequest): Promise<responses.ListPingMonitorsResponse>;
327
327
  /**
@@ -369,7 +369,7 @@ export declare class HealthChecksClient {
369
369
  * @param ListPingProbeResultsRequest
370
370
  * @return ListPingProbeResultsResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
373
373
  */
374
374
  listPingProbeResults(listPingProbeResultsRequest: requests.ListPingProbeResultsRequest): Promise<responses.ListPingProbeResultsResponse>;
375
375
  /**
@@ -413,7 +413,7 @@ export declare class HealthChecksClient {
413
413
  * @param UpdateHttpMonitorRequest
414
414
  * @return UpdateHttpMonitorResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
417
417
  */
418
418
  updateHttpMonitor(updateHttpMonitorRequest: requests.UpdateHttpMonitorRequest): Promise<responses.UpdateHttpMonitorResponse>;
419
419
  /**
@@ -425,7 +425,7 @@ export declare class HealthChecksClient {
425
425
  * @param UpdatePingMonitorRequest
426
426
  * @return UpdatePingMonitorResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
429
429
  */
430
430
  updatePingMonitor(updatePingMonitorRequest: requests.UpdatePingMonitorRequest): Promise<responses.UpdatePingMonitorResponse>;
431
431
  }
package/lib/client.js CHANGED
@@ -171,7 +171,7 @@ class HealthChecksClient {
171
171
  * @param ChangeHttpMonitorCompartmentRequest
172
172
  * @return ChangeHttpMonitorCompartmentResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
175
175
  */
176
176
  changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest) {
177
177
  return __awaiter(this, void 0, void 0, function* () {
@@ -230,7 +230,7 @@ class HealthChecksClient {
230
230
  * @param ChangePingMonitorCompartmentRequest
231
231
  * @return ChangePingMonitorCompartmentResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
234
234
  */
235
235
  changePingMonitorCompartment(changePingMonitorCompartmentRequest) {
236
236
  return __awaiter(this, void 0, void 0, function* () {
@@ -290,7 +290,7 @@ class HealthChecksClient {
290
290
  * @param CreateHttpMonitorRequest
291
291
  * @return CreateHttpMonitorResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
294
294
  */
295
295
  createHttpMonitor(createHttpMonitorRequest) {
296
296
  return __awaiter(this, void 0, void 0, function* () {
@@ -362,7 +362,7 @@ class HealthChecksClient {
362
362
  * @param CreateOnDemandHttpProbeRequest
363
363
  * @return CreateOnDemandHttpProbeResponse
364
364
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
366
366
  */
367
367
  createOnDemandHttpProbe(createOnDemandHttpProbeRequest) {
368
368
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class HealthChecksClient {
428
428
  * @param CreateOnDemandPingProbeRequest
429
429
  * @return CreateOnDemandPingProbeResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
432
432
  */
433
433
  createOnDemandPingProbe(createOnDemandPingProbeRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -493,7 +493,7 @@ class HealthChecksClient {
493
493
  * @param CreatePingMonitorRequest
494
494
  * @return CreatePingMonitorResponse
495
495
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
497
497
  */
498
498
  createPingMonitor(createPingMonitorRequest) {
499
499
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class HealthChecksClient {
563
563
  * @param DeleteHttpMonitorRequest
564
564
  * @return DeleteHttpMonitorResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
567
567
  */
568
568
  deleteHttpMonitor(deleteHttpMonitorRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -620,7 +620,7 @@ class HealthChecksClient {
620
620
  * @param DeletePingMonitorRequest
621
621
  * @return DeletePingMonitorResponse
622
622
  * @throws OciError when an error occurs
623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
624
624
  */
625
625
  deletePingMonitor(deletePingMonitorRequest) {
626
626
  return __awaiter(this, void 0, void 0, function* () {
@@ -676,7 +676,7 @@ class HealthChecksClient {
676
676
  * @param GetHttpMonitorRequest
677
677
  * @return GetHttpMonitorResponse
678
678
  * @throws OciError when an error occurs
679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
680
680
  */
681
681
  getHttpMonitor(getHttpMonitorRequest) {
682
682
  return __awaiter(this, void 0, void 0, function* () {
@@ -741,7 +741,7 @@ class HealthChecksClient {
741
741
  * @param GetPingMonitorRequest
742
742
  * @return GetPingMonitorResponse
743
743
  * @throws OciError when an error occurs
744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
745
745
  */
746
746
  getPingMonitor(getPingMonitorRequest) {
747
747
  return __awaiter(this, void 0, void 0, function* () {
@@ -806,7 +806,7 @@ class HealthChecksClient {
806
806
  * @param ListHealthChecksVantagePointsRequest
807
807
  * @return ListHealthChecksVantagePointsResponse
808
808
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
810
810
  */
811
811
  listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest) {
812
812
  return __awaiter(this, void 0, void 0, function* () {
@@ -915,7 +915,7 @@ class HealthChecksClient {
915
915
  * @param ListHttpMonitorsRequest
916
916
  * @return ListHttpMonitorsResponse
917
917
  * @throws OciError when an error occurs
918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
919
919
  */
920
920
  listHttpMonitors(listHttpMonitorsRequest) {
921
921
  return __awaiter(this, void 0, void 0, function* () {
@@ -1027,7 +1027,7 @@ class HealthChecksClient {
1027
1027
  * @param ListHttpProbeResultsRequest
1028
1028
  * @return ListHttpProbeResultsResponse
1029
1029
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
1031
1031
  */
1032
1032
  listHttpProbeResults(listHttpProbeResultsRequest) {
1033
1033
  return __awaiter(this, void 0, void 0, function* () {
@@ -1141,7 +1141,7 @@ class HealthChecksClient {
1141
1141
  * @param ListPingMonitorsRequest
1142
1142
  * @return ListPingMonitorsResponse
1143
1143
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
1144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
1145
1145
  */
1146
1146
  listPingMonitors(listPingMonitorsRequest) {
1147
1147
  return __awaiter(this, void 0, void 0, function* () {
@@ -1257,7 +1257,7 @@ class HealthChecksClient {
1257
1257
  * @param ListPingProbeResultsRequest
1258
1258
  * @return ListPingProbeResultsResponse
1259
1259
  * @throws OciError when an error occurs
1260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
1260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
1261
1261
  */
1262
1262
  listPingProbeResults(listPingProbeResultsRequest) {
1263
1263
  return __awaiter(this, void 0, void 0, function* () {
@@ -1370,7 +1370,7 @@ class HealthChecksClient {
1370
1370
  * @param UpdateHttpMonitorRequest
1371
1371
  * @return UpdateHttpMonitorResponse
1372
1372
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
1374
1374
  */
1375
1375
  updateHttpMonitor(updateHttpMonitorRequest) {
1376
1376
  return __awaiter(this, void 0, void 0, function* () {
@@ -1438,7 +1438,7 @@ class HealthChecksClient {
1438
1438
  * @param UpdatePingMonitorRequest
1439
1439
  * @return UpdatePingMonitorResponse
1440
1440
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
1442
1442
  */
1443
1443
  updatePingMonitor(updatePingMonitorRequest) {
1444
1444
  return __awaiter(this, void 0, void 0, function* () {
@@ -38,7 +38,7 @@ export interface CreateHttpMonitorDetails {
38
38
  "port"?: number;
39
39
  /**
40
40
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
41
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
41
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
42
42
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
43
  */
44
44
  "timeoutInSeconds"?: number;
@@ -51,7 +51,7 @@ export interface CreateHttpMonitorDetails {
51
51
  /**
52
52
  * A dictionary of HTTP request headers.
53
53
  * <p>
54
- *Note:* Monitors and probes do not support the use of the `Authorization` HTTP header.
54
+ *Note:* Monitors and probes do not support the use of the {@code Authorization} HTTP header.
55
55
  *
56
56
  */
57
57
  "headers"?: {
@@ -75,7 +75,7 @@ export interface CreateHttpMonitorDetails {
75
75
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
76
76
  * predefined name, type, or namespace. For more information,
77
77
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
78
- * Example: `{\"Department\": \"Finance\"}`
78
+ * Example: {@code {\"Department\": \"Finance\"}}
79
79
  *
80
80
  */
81
81
  "freeformTags"?: {
@@ -84,7 +84,7 @@ export interface CreateHttpMonitorDetails {
84
84
  /**
85
85
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
86
86
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
87
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
87
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
88
88
  *
89
89
  */
90
90
  "definedTags"?: {
@@ -38,7 +38,7 @@ export interface CreateOnDemandHttpProbeDetails {
38
38
  "port"?: number;
39
39
  /**
40
40
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
41
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
41
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
42
42
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
43
  */
44
44
  "timeoutInSeconds"?: number;
@@ -51,7 +51,7 @@ export interface CreateOnDemandHttpProbeDetails {
51
51
  /**
52
52
  * A dictionary of HTTP request headers.
53
53
  * <p>
54
- *Note:* Monitors and probes do not support the use of the `Authorization` HTTP header.
54
+ *Note:* Monitors and probes do not support the use of the {@code Authorization} HTTP header.
55
55
  *
56
56
  */
57
57
  "headers"?: {
@@ -38,7 +38,7 @@ export interface CreateOnDemandPingProbeDetails {
38
38
  "port"?: number;
39
39
  /**
40
40
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
41
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
41
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
42
42
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
43
  */
44
44
  "timeoutInSeconds"?: number;
@@ -38,7 +38,7 @@ export interface CreatePingMonitorDetails {
38
38
  "port"?: number;
39
39
  /**
40
40
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
41
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
41
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
42
42
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
43
  */
44
44
  "timeoutInSeconds"?: number;
@@ -61,7 +61,7 @@ export interface CreatePingMonitorDetails {
61
61
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
62
62
  * predefined name, type, or namespace. For more information,
63
63
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
64
- * Example: `{\"Department\": \"Finance\"}`
64
+ * Example: {@code {\"Department\": \"Finance\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -70,7 +70,7 @@ export interface CreatePingMonitorDetails {
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
72
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
73
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
73
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
74
74
  *
75
75
  */
76
76
  "definedTags"?: {
@@ -18,8 +18,8 @@ For more information, see
18
18
  */
19
19
  export interface DNS {
20
20
  /**
21
- * Total DNS resolution duration, in milliseconds. Calculated using `domainLookupEnd`
22
- * minus `domainLookupStart`.
21
+ * Total DNS resolution duration, in milliseconds. Calculated using {@code domainLookupEnd}
22
+ * minus {@code domainLookupStart}.
23
23
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
24
  */
25
25
  "domainLookupDuration"?: number;
@@ -45,7 +45,7 @@ export interface HealthChecksVantagePointSummary {
45
45
  * multiple origin ASNs (MOAS routing), they are sorted by weight
46
46
  * (highest to lowest). Weight is determined by the total percentage of
47
47
  * peers observing the prefix originating from an ASN. Only present if
48
- * `fields` includes `routing`. The field will be null if the address's
48
+ * {@code fields} includes {@code routing}. The field will be null if the address's
49
49
  * routing information is unknown.
50
50
  *
51
51
  */
@@ -59,7 +59,7 @@ export interface HttpMonitorSummary {
59
59
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
60
60
  * predefined name, type, or namespace. For more information,
61
61
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
62
- * Example: `{\"Department\": \"Finance\"}`
62
+ * Example: {@code {\"Department\": \"Finance\"}}
63
63
  *
64
64
  */
65
65
  "freeformTags"?: {
@@ -68,7 +68,7 @@ export interface HttpMonitorSummary {
68
68
  /**
69
69
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
70
70
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
71
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
71
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
72
72
  *
73
73
  */
74
74
  "definedTags"?: {
@@ -57,7 +57,7 @@ export interface HttpMonitor {
57
57
  "port"?: number;
58
58
  /**
59
59
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
60
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
60
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
61
61
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
62
  */
63
63
  "timeoutInSeconds"?: number;
@@ -70,7 +70,7 @@ export interface HttpMonitor {
70
70
  /**
71
71
  * A dictionary of HTTP request headers.
72
72
  * <p>
73
- *Note:* Monitors and probes do not support the use of the `Authorization` HTTP header.
73
+ *Note:* Monitors and probes do not support the use of the {@code Authorization} HTTP header.
74
74
  *
75
75
  */
76
76
  "headers"?: {
@@ -94,7 +94,7 @@ export interface HttpMonitor {
94
94
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
95
95
  * predefined name, type, or namespace. For more information,
96
96
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
97
- * Example: `{\"Department\": \"Finance\"}`
97
+ * Example: {@code {\"Department\": \"Finance\"}}
98
98
  *
99
99
  */
100
100
  "freeformTags"?: {
@@ -103,7 +103,7 @@ export interface HttpMonitor {
103
103
  /**
104
104
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
105
105
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
106
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
106
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
107
107
  *
108
108
  */
109
109
  "definedTags"?: {
@@ -52,7 +52,7 @@ export interface HttpProbeResultSummary {
52
52
  */
53
53
  "vantagePointName"?: string;
54
54
  /**
55
- * True if the probe did not complete before the configured `timeoutInSeconds` value.
55
+ * True if the probe did not complete before the configured {@code timeoutInSeconds} value.
56
56
  *
57
57
  */
58
58
  "isTimedOut"?: boolean;
@@ -66,7 +66,7 @@ export interface HttpProbeResultSummary {
66
66
  "isHealthy"?: boolean;
67
67
  /**
68
68
  * The category of error if an error occurs executing the probe.
69
- * The `errorMessage` field provides a message with the error details.
69
+ * The {@code errorMessage} field provides a message with the error details.
70
70
  * * NONE - No error
71
71
  * * DNS - DNS errors
72
72
  * * TRANSPORT - Transport-related errors, for example a \"TLS certificate expired\" error.
@@ -57,7 +57,7 @@ export interface HttpProbe {
57
57
  "port"?: number;
58
58
  /**
59
59
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
60
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
60
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
61
61
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
62
  */
63
63
  "timeoutInSeconds"?: number;
@@ -70,7 +70,7 @@ export interface HttpProbe {
70
70
  /**
71
71
  * A dictionary of HTTP request headers.
72
72
  * <p>
73
- *Note:* Monitors and probes do not support the use of the `Authorization` HTTP header.
73
+ *Note:* Monitors and probes do not support the use of the {@code Authorization} HTTP header.
74
74
  *
75
75
  */
76
76
  "headers"?: {
@@ -59,7 +59,7 @@ export interface PingMonitorSummary {
59
59
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
60
60
  * predefined name, type, or namespace. For more information,
61
61
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
62
- * Example: `{\"Department\": \"Finance\"}`
62
+ * Example: {@code {\"Department\": \"Finance\"}}
63
63
  *
64
64
  */
65
65
  "freeformTags"?: {
@@ -68,7 +68,7 @@ export interface PingMonitorSummary {
68
68
  /**
69
69
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
70
70
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
71
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
71
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
72
72
  *
73
73
  */
74
74
  "definedTags"?: {
@@ -57,7 +57,7 @@ export interface PingMonitor {
57
57
  "port"?: number;
58
58
  /**
59
59
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
60
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
60
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
61
61
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
62
  */
63
63
  "timeoutInSeconds"?: number;
@@ -80,7 +80,7 @@ export interface PingMonitor {
80
80
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
81
81
  * predefined name, type, or namespace. For more information,
82
82
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
83
- * Example: `{\"Department\": \"Finance\"}`
83
+ * Example: {@code {\"Department\": \"Finance\"}}
84
84
  *
85
85
  */
86
86
  "freeformTags"?: {
@@ -89,7 +89,7 @@ export interface PingMonitor {
89
89
  /**
90
90
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
91
91
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
92
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
92
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags"?: {
@@ -49,7 +49,7 @@ export interface PingProbeResultSummary {
49
49
  */
50
50
  "vantagePointName"?: string;
51
51
  /**
52
- * True if the probe did not complete before the configured `timeoutInSeconds` value.
52
+ * True if the probe did not complete before the configured {@code timeoutInSeconds} value.
53
53
  *
54
54
  */
55
55
  "isTimedOut"?: boolean;
@@ -63,7 +63,7 @@ export interface PingProbeResultSummary {
63
63
  "isHealthy"?: boolean;
64
64
  /**
65
65
  * The category of error if an error occurs executing the probe.
66
- * The `errorMessage` field provides a message with the error details.
66
+ * The {@code errorMessage} field provides a message with the error details.
67
67
  * * NONE - No error
68
68
  * * DNS - DNS errors
69
69
  * * TRANSPORT - Transport-related errors, for example a \"TLS certificate expired\" error.
@@ -57,7 +57,7 @@ export interface PingProbe {
57
57
  "port"?: number;
58
58
  /**
59
59
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
60
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
60
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
61
61
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
62
  */
63
63
  "timeoutInSeconds"?: number;
@@ -18,27 +18,27 @@ For more information, see
18
18
  */
19
19
  export interface Routing {
20
20
  /**
21
- * The registry label for `asn`, usually the name of the organization that
21
+ * The registry label for {@code asn}, usually the name of the organization that
22
22
  * owns the ASN. May be omitted or null.
23
23
  *
24
24
  */
25
25
  "asLabel"?: string;
26
26
  /**
27
27
  * The Autonomous System Number (ASN) identifying the organization
28
- * responsible for routing packets to `prefix`.
28
+ * responsible for routing packets to {@code prefix}.
29
29
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
30
  */
31
31
  "asn"?: number;
32
32
  /**
33
33
  * An IP prefix (CIDR syntax) that is less specific than
34
- * `address`, through which `address` is routed.
34
+ * {@code address}, through which {@code address} is routed.
35
35
  *
36
36
  */
37
37
  "prefix"?: string;
38
38
  /**
39
39
  * An integer between 0 and 100 used to select between multiple
40
- * origin ASNs when routing to `prefix`. Most prefixes have
41
- * exactly one origin ASN, in which case `weight` will be 100.
40
+ * origin ASNs when routing to {@code prefix}. Most prefixes have
41
+ * exactly one origin ASN, in which case {@code weight} will be 100.
42
42
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
43
  */
44
44
  "weight"?: number;
@@ -26,12 +26,12 @@ export interface TcpConnection {
26
26
  */
27
27
  "port"?: number;
28
28
  /**
29
- * Total connect duration, calculated using `connectEnd` minus `connectStart`. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
+ * Total connect duration, calculated using {@code connectEnd} minus {@code connectStart}. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
30
  */
31
31
  "connectDuration"?: number;
32
32
  /**
33
33
  * The duration to secure the connection. This value will be zero for
34
- * insecure connections. Calculated using `connectEnd` minus `secureConnectionStart`.
34
+ * insecure connections. Calculated using {@code connectEnd} minus {@code secureConnectionStart}.
35
35
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
36
  */
37
37
  "secureConnectDuration"?: number;
@@ -34,7 +34,7 @@ export interface UpdateHttpMonitorDetails {
34
34
  "port"?: number;
35
35
  /**
36
36
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
37
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
37
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
38
38
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
39
39
  */
40
40
  "timeoutInSeconds"?: number;
@@ -47,7 +47,7 @@ export interface UpdateHttpMonitorDetails {
47
47
  /**
48
48
  * A dictionary of HTTP request headers.
49
49
  * <p>
50
- *Note:* Monitors and probes do not support the use of the `Authorization` HTTP header.
50
+ *Note:* Monitors and probes do not support the use of the {@code Authorization} HTTP header.
51
51
  *
52
52
  */
53
53
  "headers"?: {
@@ -71,7 +71,7 @@ export interface UpdateHttpMonitorDetails {
71
71
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
72
72
  * predefined name, type, or namespace. For more information,
73
73
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
74
- * Example: `{\"Department\": \"Finance\"}`
74
+ * Example: {@code {\"Department\": \"Finance\"}}
75
75
  *
76
76
  */
77
77
  "freeformTags"?: {
@@ -80,7 +80,7 @@ export interface UpdateHttpMonitorDetails {
80
80
  /**
81
81
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
82
82
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
83
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
83
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
84
84
  *
85
85
  */
86
86
  "definedTags"?: {
@@ -34,7 +34,7 @@ export interface UpdatePingMonitorDetails {
34
34
  "port"?: number;
35
35
  /**
36
36
  * The probe timeout in seconds. Valid values: 10, 20, 30, and 60.
37
- * The probe timeout must be less than or equal to `intervalInSeconds` for monitors.
37
+ * The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors.
38
38
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
39
39
  */
40
40
  "timeoutInSeconds"?: number;
@@ -57,7 +57,7 @@ export interface UpdatePingMonitorDetails {
57
57
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
58
58
  * predefined name, type, or namespace. For more information,
59
59
  * see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
60
- * Example: `{\"Department\": \"Finance\"}`
60
+ * Example: {@code {\"Department\": \"Finance\"}}
61
61
  *
62
62
  */
63
63
  "freeformTags"?: {
@@ -66,7 +66,7 @@ export interface UpdatePingMonitorDetails {
66
66
  /**
67
67
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
68
68
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
69
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
69
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
70
70
  *
71
71
  */
72
72
  "definedTags"?: {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHttpMonitorCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeHttpMonitorCompartmentRequest extends common.BaseRequest
26
26
  "changeHttpMonitorCompartmentDetails": model.ChangeHttpMonitorCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
- * set the `if-match` parameter to the value of the etag from a previous GET
29
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
30
30
  * or POST response for that resource. The resource will be updated or deleted
31
31
  * only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartmentRequest.
17
17
  */
18
18
  export interface ChangePingMonitorCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangePingMonitorCompartmentRequest extends common.BaseRequest
26
26
  "changePingMonitorCompartmentDetails": model.ChangePingMonitorCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
- * set the `if-match` parameter to the value of the etag from a previous GET
29
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
30
30
  * or POST response for that resource. The resource will be updated or deleted
31
31
  * only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitorRequest.
17
17
  */
18
18
  export interface CreateHttpMonitorRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbeRequest.
17
17
  */
18
18
  export interface CreateOnDemandHttpProbeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbeRequest.
17
17
  */
18
18
  export interface CreateOnDemandPingProbeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitorRequest.
17
17
  */
18
18
  export interface CreatePingMonitorRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitorRequest.
16
16
  */
17
17
  export interface DeleteHttpMonitorRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeleteHttpMonitorRequest extends common.BaseRequest {
27
27
  "opcRequestId"?: string;
28
28
  /**
29
29
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
30
- * set the `if-match` parameter to the value of the etag from a previous GET
30
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
31
31
  * or POST response for that resource. The resource will be updated or deleted
32
32
  * only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitorRequest.
16
16
  */
17
17
  export interface DeletePingMonitorRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeletePingMonitorRequest extends common.BaseRequest {
27
27
  "opcRequestId"?: string;
28
28
  /**
29
29
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
30
- * set the `if-match` parameter to the value of the etag from a previous GET
30
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
31
31
  * or POST response for that resource. The resource will be updated or deleted
32
32
  * only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitorRequest.
16
16
  */
17
17
  export interface GetHttpMonitorRequest extends common.BaseRequest {
18
18
  /**
@@ -26,9 +26,9 @@ export interface GetHttpMonitorRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * The `If-None-Match` header field makes the request method conditional on
29
+ * The {@code If-None-Match} header field makes the request method conditional on
30
30
  * the absence of any current representation of the target resource, when
31
- * the field-value is `*`, or having a selected representation with an
31
+ * the field-value is {@code *}, or having a selected representation with an
32
32
  * entity-tag that does not match any of those listed in the field-value.
33
33
  *
34
34
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitorRequest.
16
16
  */
17
17
  export interface GetPingMonitorRequest extends common.BaseRequest {
18
18
  /**
@@ -26,9 +26,9 @@ export interface GetPingMonitorRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * The `If-None-Match` header field makes the request method conditional on
29
+ * The {@code If-None-Match} header field makes the request method conditional on
30
30
  * the absence of any current representation of the target resource, when
31
- * the field-value is `*`, or having a selected representation with an
31
+ * the field-value is {@code *}, or having a selected representation with an
32
32
  * entity-tag that does not match any of those listed in the field-value.
33
33
  *
34
34
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePointsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePointsRequest.
16
16
  */
17
17
  export interface ListHealthChecksVantagePointsRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface ListHealthChecksVantagePointsRequest extends common.BaseRequest
27
27
  */
28
28
  "limit"?: number;
29
29
  /**
30
- * The value of the `opc-next-page` response header
30
+ * The value of the {@code opc-next-page} response header
31
31
  * from the previous \"List\" call.
32
32
  *
33
33
  */
@@ -41,11 +41,11 @@ export interface ListHealthChecksVantagePointsRequest extends common.BaseRequest
41
41
  */
42
42
  "sortOrder"?: ListHealthChecksVantagePointsRequest.SortOrder;
43
43
  /**
44
- * Filters results that exactly match the `name` field.
44
+ * Filters results that exactly match the {@code name} field.
45
45
  */
46
46
  "name"?: string;
47
47
  /**
48
- * Filters results that exactly match the `displayName` field.
48
+ * Filters results that exactly match the {@code displayName} field.
49
49
  */
50
50
  "displayName"?: string;
51
51
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitorsRequest.
16
16
  */
17
17
  export interface ListHttpMonitorsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,7 +31,7 @@ export interface ListHttpMonitorsRequest extends common.BaseRequest {
31
31
  */
32
32
  "limit"?: number;
33
33
  /**
34
- * The value of the `opc-next-page` response header
34
+ * The value of the {@code opc-next-page} response header
35
35
  * from the previous \"List\" call.
36
36
  *
37
37
  */
@@ -45,11 +45,11 @@ export interface ListHttpMonitorsRequest extends common.BaseRequest {
45
45
  */
46
46
  "sortOrder"?: ListHttpMonitorsRequest.SortOrder;
47
47
  /**
48
- * Filters results that exactly match the `displayName` field.
48
+ * Filters results that exactly match the {@code displayName} field.
49
49
  */
50
50
  "displayName"?: string;
51
51
  /**
52
- * Filters results that match the `homeRegion`.
52
+ * Filters results that match the {@code homeRegion}.
53
53
  */
54
54
  "homeRegion"?: string;
55
55
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResultsRequest.
16
16
  */
17
17
  export interface ListHttpProbeResultsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,17 +31,17 @@ export interface ListHttpProbeResultsRequest extends common.BaseRequest {
31
31
  */
32
32
  "limit"?: number;
33
33
  /**
34
- * The value of the `opc-next-page` response header
34
+ * The value of the {@code opc-next-page} response header
35
35
  * from the previous \"List\" call.
36
36
  *
37
37
  */
38
38
  "page"?: string;
39
39
  /**
40
- * Returns results with a `startTime` equal to or greater than the specified value.
40
+ * Returns results with a {@code startTime} equal to or greater than the specified value.
41
41
  */
42
42
  "startTimeGreaterThanOrEqualTo"?: number;
43
43
  /**
44
- * Returns results with a `startTime` equal to or less than the specified value.
44
+ * Returns results with a {@code startTime} equal to or less than the specified value.
45
45
  */
46
46
  "startTimeLessThanOrEqualTo"?: number;
47
47
  /**
@@ -49,7 +49,7 @@ export interface ListHttpProbeResultsRequest extends common.BaseRequest {
49
49
  */
50
50
  "sortOrder"?: ListHttpProbeResultsRequest.SortOrder;
51
51
  /**
52
- * Filters results that match the `target`.
52
+ * Filters results that match the {@code target}.
53
53
  */
54
54
  "target"?: string;
55
55
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitorsRequest.
16
16
  */
17
17
  export interface ListPingMonitorsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,7 +31,7 @@ export interface ListPingMonitorsRequest extends common.BaseRequest {
31
31
  */
32
32
  "limit"?: number;
33
33
  /**
34
- * The value of the `opc-next-page` response header
34
+ * The value of the {@code opc-next-page} response header
35
35
  * from the previous \"List\" call.
36
36
  *
37
37
  */
@@ -45,11 +45,11 @@ export interface ListPingMonitorsRequest extends common.BaseRequest {
45
45
  */
46
46
  "sortOrder"?: ListPingMonitorsRequest.SortOrder;
47
47
  /**
48
- * Filters results that exactly match the `displayName` field.
48
+ * Filters results that exactly match the {@code displayName} field.
49
49
  */
50
50
  "displayName"?: string;
51
51
  /**
52
- * Filters results that match the `homeRegion`.
52
+ * Filters results that match the {@code homeRegion}.
53
53
  */
54
54
  "homeRegion"?: string;
55
55
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResultsRequest.
16
16
  */
17
17
  export interface ListPingProbeResultsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,17 +31,17 @@ export interface ListPingProbeResultsRequest extends common.BaseRequest {
31
31
  */
32
32
  "limit"?: number;
33
33
  /**
34
- * The value of the `opc-next-page` response header
34
+ * The value of the {@code opc-next-page} response header
35
35
  * from the previous \"List\" call.
36
36
  *
37
37
  */
38
38
  "page"?: string;
39
39
  /**
40
- * Returns results with a `startTime` equal to or greater than the specified value.
40
+ * Returns results with a {@code startTime} equal to or greater than the specified value.
41
41
  */
42
42
  "startTimeGreaterThanOrEqualTo"?: number;
43
43
  /**
44
- * Returns results with a `startTime` equal to or less than the specified value.
44
+ * Returns results with a {@code startTime} equal to or less than the specified value.
45
45
  */
46
46
  "startTimeLessThanOrEqualTo"?: number;
47
47
  /**
@@ -49,7 +49,7 @@ export interface ListPingProbeResultsRequest extends common.BaseRequest {
49
49
  */
50
50
  "sortOrder"?: ListPingProbeResultsRequest.SortOrder;
51
51
  /**
52
- * Filters results that match the `target`.
52
+ * Filters results that match the {@code target}.
53
53
  */
54
54
  "target"?: string;
55
55
  }
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitorRequest.
17
17
  */
18
18
  export interface UpdateHttpMonitorRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateHttpMonitorRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
35
- * set the `if-match` parameter to the value of the etag from a previous GET
35
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
36
36
  * or POST response for that resource. The resource will be updated or deleted
37
37
  * only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitorRequest.
17
17
  */
18
18
  export interface UpdatePingMonitorRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdatePingMonitorRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
35
- * set the `if-match` parameter to the value of the etag from a previous GET
35
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
36
36
  * or POST response for that resource. The resource will be updated or deleted
37
37
  * only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -24,7 +24,7 @@ export interface CreateHttpMonitorResponse {
24
24
  */
25
25
  "location": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  */
29
29
  "etag": string;
30
30
  /**
@@ -20,7 +20,7 @@ export interface GetHttpMonitorResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For optimistic concurrency control. See `if-match`.
23
+ * For optimistic concurrency control. See {@code if-match}.
24
24
  */
25
25
  "etag": string;
26
26
  /**
@@ -22,7 +22,7 @@ export interface ListHealthChecksVantagePointsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if
24
24
  * this header appears in the response, then there may be additional
25
- * items still to get. Include this value as the `page` parameter for the
25
+ * items still to get. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request. For information about pagination, see
27
27
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
28
28
  *
@@ -22,7 +22,7 @@ export interface ListHttpMonitorsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if this
24
24
  * header appears in the response, then a partial list might have been
25
- * returned. Include this value as the `page` parameter for the
25
+ * returned. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request to get the next batch of items.
27
27
  *
28
28
  */
@@ -22,7 +22,7 @@ export interface ListHttpProbeResultsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if this
24
24
  * header appears in the response, then a partial list might have been
25
- * returned. Include this value as the `page` parameter for the
25
+ * returned. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request to get the next batch of items.
27
27
  *
28
28
  */
@@ -22,7 +22,7 @@ export interface ListPingMonitorsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if this
24
24
  * header appears in the response, then a partial list might have been
25
- * returned. Include this value as the `page` parameter for the
25
+ * returned. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request to get the next batch of items.
27
27
  *
28
28
  */
@@ -22,7 +22,7 @@ export interface ListPingProbeResultsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list,
24
24
  * if this header appears in the response, then there may be
25
- * additional items still to get. Include this value as the `page`
25
+ * additional items still to get. Include this value as the {@code page}
26
26
  * parameter for the subsequent GET request. For information about
27
27
  * pagination, see
28
28
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
@@ -20,7 +20,7 @@ export interface UpdateHttpMonitorResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For optimistic concurrency control. See `if-match`.
23
+ * For optimistic concurrency control. See {@code if-match}.
24
24
  */
25
25
  "etag": string;
26
26
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-healthchecks",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Healthchecks Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"