oci-governancerulescontrolplane 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 (50) hide show
  1. package/lib/client.d.ts +20 -20
  2. package/lib/client.js +20 -20
  3. package/lib/model/create-governance-rule-details.d.ts +4 -4
  4. package/lib/model/default-tag-definition-validator.d.ts +2 -2
  5. package/lib/model/enforced-governance-rule-summary.d.ts +3 -3
  6. package/lib/model/enforced-governance-rule.d.ts +3 -3
  7. package/lib/model/enum-tag-definition-validator.d.ts +3 -3
  8. package/lib/model/governance-rule-summary.d.ts +7 -7
  9. package/lib/model/governance-rule.d.ts +7 -7
  10. package/lib/model/inclusion-criterion-summary.d.ts +2 -2
  11. package/lib/model/inclusion-criterion.d.ts +2 -2
  12. package/lib/model/tag-default.d.ts +3 -3
  13. package/lib/model/tenancy-attachment-summary.d.ts +3 -3
  14. package/lib/model/tenancy-attachment.d.ts +3 -3
  15. package/lib/model/update-governance-rule-details.d.ts +2 -2
  16. package/lib/request/cancel-work-request-request.d.ts +2 -2
  17. package/lib/request/create-governance-rule-request.d.ts +1 -1
  18. package/lib/request/create-inclusion-criterion-request.d.ts +1 -1
  19. package/lib/request/delete-governance-rule-request.d.ts +2 -2
  20. package/lib/request/delete-inclusion-criterion-request.d.ts +2 -2
  21. package/lib/request/get-enforced-governance-rule-request.d.ts +1 -1
  22. package/lib/request/get-governance-rule-request.d.ts +1 -1
  23. package/lib/request/get-inclusion-criterion-request.d.ts +1 -1
  24. package/lib/request/get-tenancy-attachment-request.d.ts +1 -1
  25. package/lib/request/get-work-request-request.d.ts +1 -1
  26. package/lib/request/list-enforced-governance-rules-request.d.ts +2 -2
  27. package/lib/request/list-governance-rules-request.d.ts +2 -2
  28. package/lib/request/list-inclusion-criteria-request.d.ts +2 -2
  29. package/lib/request/list-tenancy-attachments-request.d.ts +2 -2
  30. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  31. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  32. package/lib/request/list-work-requests-request.d.ts +2 -2
  33. package/lib/request/retry-governance-rule-request.d.ts +2 -2
  34. package/lib/request/retry-tenancy-attachment-request.d.ts +2 -2
  35. package/lib/request/update-governance-rule-request.d.ts +2 -2
  36. package/lib/response/create-governance-rule-response.d.ts +1 -1
  37. package/lib/response/create-inclusion-criterion-response.d.ts +1 -1
  38. package/lib/response/get-enforced-governance-rule-response.d.ts +1 -1
  39. package/lib/response/get-governance-rule-response.d.ts +1 -1
  40. package/lib/response/get-inclusion-criterion-response.d.ts +1 -1
  41. package/lib/response/get-tenancy-attachment-response.d.ts +1 -1
  42. package/lib/response/get-work-request-response.d.ts +1 -1
  43. package/lib/response/list-enforced-governance-rules-response.d.ts +1 -1
  44. package/lib/response/list-governance-rules-response.d.ts +1 -1
  45. package/lib/response/list-inclusion-criteria-response.d.ts +1 -1
  46. package/lib/response/list-tenancy-attachments-response.d.ts +1 -1
  47. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  48. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  49. package/lib/response/list-work-requests-response.d.ts +1 -1
  50. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -88,7 +88,7 @@ export declare class GovernanceRuleClient {
88
88
  * @param CreateGovernanceRuleRequest
89
89
  * @return CreateGovernanceRuleResponse
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/governancerulescontrolplane/CreateGovernanceRule.ts.html |here} to see how to use CreateGovernanceRule API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/CreateGovernanceRule.ts.html |here} to see how to use CreateGovernanceRule API.
92
92
  */
93
93
  createGovernanceRule(createGovernanceRuleRequest: requests.CreateGovernanceRuleRequest): Promise<responses.CreateGovernanceRuleResponse>;
94
94
  /**
@@ -98,7 +98,7 @@ export declare class GovernanceRuleClient {
98
98
  * @param CreateInclusionCriterionRequest
99
99
  * @return CreateInclusionCriterionResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/CreateInclusionCriterion.ts.html |here} to see how to use CreateInclusionCriterion API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/CreateInclusionCriterion.ts.html |here} to see how to use CreateInclusionCriterion API.
102
102
  */
103
103
  createInclusionCriterion(createInclusionCriterionRequest: requests.CreateInclusionCriterionRequest): Promise<responses.CreateInclusionCriterionResponse>;
104
104
  /**
@@ -107,7 +107,7 @@ export declare class GovernanceRuleClient {
107
107
  * @param DeleteGovernanceRuleRequest
108
108
  * @return DeleteGovernanceRuleResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/DeleteGovernanceRule.ts.html |here} to see how to use DeleteGovernanceRule API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/DeleteGovernanceRule.ts.html |here} to see how to use DeleteGovernanceRule API.
111
111
  */
112
112
  deleteGovernanceRule(deleteGovernanceRuleRequest: requests.DeleteGovernanceRuleRequest): Promise<responses.DeleteGovernanceRuleResponse>;
113
113
  /**
@@ -116,7 +116,7 @@ export declare class GovernanceRuleClient {
116
116
  * @param DeleteInclusionCriterionRequest
117
117
  * @return DeleteInclusionCriterionResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/DeleteInclusionCriterion.ts.html |here} to see how to use DeleteInclusionCriterion API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/DeleteInclusionCriterion.ts.html |here} to see how to use DeleteInclusionCriterion API.
120
120
  */
121
121
  deleteInclusionCriterion(deleteInclusionCriterionRequest: requests.DeleteInclusionCriterionRequest): Promise<responses.DeleteInclusionCriterionResponse>;
122
122
  /**
@@ -125,7 +125,7 @@ export declare class GovernanceRuleClient {
125
125
  * @param GetEnforcedGovernanceRuleRequest
126
126
  * @return GetEnforcedGovernanceRuleResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetEnforcedGovernanceRule.ts.html |here} to see how to use GetEnforcedGovernanceRule API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetEnforcedGovernanceRule.ts.html |here} to see how to use GetEnforcedGovernanceRule API.
129
129
  */
130
130
  getEnforcedGovernanceRule(getEnforcedGovernanceRuleRequest: requests.GetEnforcedGovernanceRuleRequest): Promise<responses.GetEnforcedGovernanceRuleResponse>;
131
131
  /**
@@ -134,7 +134,7 @@ export declare class GovernanceRuleClient {
134
134
  * @param GetGovernanceRuleRequest
135
135
  * @return GetGovernanceRuleResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetGovernanceRule.ts.html |here} to see how to use GetGovernanceRule API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetGovernanceRule.ts.html |here} to see how to use GetGovernanceRule API.
138
138
  */
139
139
  getGovernanceRule(getGovernanceRuleRequest: requests.GetGovernanceRuleRequest): Promise<responses.GetGovernanceRuleResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class GovernanceRuleClient {
143
143
  * @param GetInclusionCriterionRequest
144
144
  * @return GetInclusionCriterionResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetInclusionCriterion.ts.html |here} to see how to use GetInclusionCriterion API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetInclusionCriterion.ts.html |here} to see how to use GetInclusionCriterion API.
147
147
  */
148
148
  getInclusionCriterion(getInclusionCriterionRequest: requests.GetInclusionCriterionRequest): Promise<responses.GetInclusionCriterionResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class GovernanceRuleClient {
152
152
  * @param GetTenancyAttachmentRequest
153
153
  * @return GetTenancyAttachmentResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetTenancyAttachment.ts.html |here} to see how to use GetTenancyAttachment API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetTenancyAttachment.ts.html |here} to see how to use GetTenancyAttachment API.
156
156
  */
157
157
  getTenancyAttachment(getTenancyAttachmentRequest: requests.GetTenancyAttachmentRequest): Promise<responses.GetTenancyAttachmentResponse>;
158
158
  /**
@@ -163,7 +163,7 @@ export declare class GovernanceRuleClient {
163
163
  * @param ListEnforcedGovernanceRulesRequest
164
164
  * @return ListEnforcedGovernanceRulesResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListEnforcedGovernanceRules.ts.html |here} to see how to use ListEnforcedGovernanceRules API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListEnforcedGovernanceRules.ts.html |here} to see how to use ListEnforcedGovernanceRules API.
167
167
  */
168
168
  listEnforcedGovernanceRules(listEnforcedGovernanceRulesRequest: requests.ListEnforcedGovernanceRulesRequest): Promise<responses.ListEnforcedGovernanceRulesResponse>;
169
169
  /**
@@ -174,7 +174,7 @@ export declare class GovernanceRuleClient {
174
174
  * @param ListGovernanceRulesRequest
175
175
  * @return ListGovernanceRulesResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListGovernanceRules.ts.html |here} to see how to use ListGovernanceRules API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListGovernanceRules.ts.html |here} to see how to use ListGovernanceRules API.
178
178
  */
179
179
  listGovernanceRules(listGovernanceRulesRequest: requests.ListGovernanceRulesRequest): Promise<responses.ListGovernanceRulesResponse>;
180
180
  /**
@@ -185,7 +185,7 @@ export declare class GovernanceRuleClient {
185
185
  * @param ListInclusionCriteriaRequest
186
186
  * @return ListInclusionCriteriaResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListInclusionCriteria.ts.html |here} to see how to use ListInclusionCriteria API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListInclusionCriteria.ts.html |here} to see how to use ListInclusionCriteria API.
189
189
  */
190
190
  listInclusionCriteria(listInclusionCriteriaRequest: requests.ListInclusionCriteriaRequest): Promise<responses.ListInclusionCriteriaResponse>;
191
191
  /**
@@ -196,7 +196,7 @@ export declare class GovernanceRuleClient {
196
196
  * @param ListTenancyAttachmentsRequest
197
197
  * @return ListTenancyAttachmentsResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListTenancyAttachments.ts.html |here} to see how to use ListTenancyAttachments API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListTenancyAttachments.ts.html |here} to see how to use ListTenancyAttachments API.
200
200
  */
201
201
  listTenancyAttachments(listTenancyAttachmentsRequest: requests.ListTenancyAttachmentsRequest): Promise<responses.ListTenancyAttachmentsResponse>;
202
202
  /**
@@ -208,7 +208,7 @@ export declare class GovernanceRuleClient {
208
208
  * @param RetryGovernanceRuleRequest
209
209
  * @return RetryGovernanceRuleResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/RetryGovernanceRule.ts.html |here} to see how to use RetryGovernanceRule API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/RetryGovernanceRule.ts.html |here} to see how to use RetryGovernanceRule API.
212
212
  */
213
213
  retryGovernanceRule(retryGovernanceRuleRequest: requests.RetryGovernanceRuleRequest): Promise<responses.RetryGovernanceRuleResponse>;
214
214
  /**
@@ -219,7 +219,7 @@ export declare class GovernanceRuleClient {
219
219
  * @param RetryTenancyAttachmentRequest
220
220
  * @return RetryTenancyAttachmentResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/RetryTenancyAttachment.ts.html |here} to see how to use RetryTenancyAttachment API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/RetryTenancyAttachment.ts.html |here} to see how to use RetryTenancyAttachment API.
223
223
  */
224
224
  retryTenancyAttachment(retryTenancyAttachmentRequest: requests.RetryTenancyAttachmentRequest): Promise<responses.RetryTenancyAttachmentResponse>;
225
225
  /**
@@ -228,7 +228,7 @@ export declare class GovernanceRuleClient {
228
228
  * @param UpdateGovernanceRuleRequest
229
229
  * @return UpdateGovernanceRuleResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/UpdateGovernanceRule.ts.html |here} to see how to use UpdateGovernanceRule API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/UpdateGovernanceRule.ts.html |here} to see how to use UpdateGovernanceRule API.
232
232
  */
233
233
  updateGovernanceRule(updateGovernanceRuleRequest: requests.UpdateGovernanceRuleRequest): Promise<responses.UpdateGovernanceRuleResponse>;
234
234
  }
@@ -304,7 +304,7 @@ export declare class WorkRequestClient {
304
304
  * @param CancelWorkRequestRequest
305
305
  * @return CancelWorkRequestResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
308
308
  */
309
309
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
310
310
  /**
@@ -313,7 +313,7 @@ export declare class WorkRequestClient {
313
313
  * @param GetWorkRequestRequest
314
314
  * @return GetWorkRequestResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
317
317
  */
318
318
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
319
319
  /**
@@ -323,7 +323,7 @@ export declare class WorkRequestClient {
323
323
  * @param ListWorkRequestErrorsRequest
324
324
  * @return ListWorkRequestErrorsResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
327
327
  */
328
328
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
329
329
  /**
@@ -333,7 +333,7 @@ export declare class WorkRequestClient {
333
333
  * @param ListWorkRequestLogsRequest
334
334
  * @return ListWorkRequestLogsResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
337
337
  */
338
338
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
339
339
  /**
@@ -343,7 +343,7 @@ export declare class WorkRequestClient {
343
343
  * @param ListWorkRequestsRequest
344
344
  * @return ListWorkRequestsResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
347
347
  */
348
348
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
349
349
  }
package/lib/client.js CHANGED
@@ -189,7 +189,7 @@ class GovernanceRuleClient {
189
189
  * @param CreateGovernanceRuleRequest
190
190
  * @return CreateGovernanceRuleResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/CreateGovernanceRule.ts.html |here} to see how to use CreateGovernanceRule API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/CreateGovernanceRule.ts.html |here} to see how to use CreateGovernanceRule API.
193
193
  */
194
194
  createGovernanceRule(createGovernanceRuleRequest) {
195
195
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,7 +263,7 @@ class GovernanceRuleClient {
263
263
  * @param CreateInclusionCriterionRequest
264
264
  * @return CreateInclusionCriterionResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/CreateInclusionCriterion.ts.html |here} to see how to use CreateInclusionCriterion API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/CreateInclusionCriterion.ts.html |here} to see how to use CreateInclusionCriterion API.
267
267
  */
268
268
  createInclusionCriterion(createInclusionCriterionRequest) {
269
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -336,7 +336,7 @@ class GovernanceRuleClient {
336
336
  * @param DeleteGovernanceRuleRequest
337
337
  * @return DeleteGovernanceRuleResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/DeleteGovernanceRule.ts.html |here} to see how to use DeleteGovernanceRule API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/DeleteGovernanceRule.ts.html |here} to see how to use DeleteGovernanceRule API.
340
340
  */
341
341
  deleteGovernanceRule(deleteGovernanceRuleRequest) {
342
342
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class GovernanceRuleClient {
396
396
  * @param DeleteInclusionCriterionRequest
397
397
  * @return DeleteInclusionCriterionResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/DeleteInclusionCriterion.ts.html |here} to see how to use DeleteInclusionCriterion API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/DeleteInclusionCriterion.ts.html |here} to see how to use DeleteInclusionCriterion API.
400
400
  */
401
401
  deleteInclusionCriterion(deleteInclusionCriterionRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -456,7 +456,7 @@ class GovernanceRuleClient {
456
456
  * @param GetEnforcedGovernanceRuleRequest
457
457
  * @return GetEnforcedGovernanceRuleResponse
458
458
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetEnforcedGovernanceRule.ts.html |here} to see how to use GetEnforcedGovernanceRule API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetEnforcedGovernanceRule.ts.html |here} to see how to use GetEnforcedGovernanceRule API.
460
460
  */
461
461
  getEnforcedGovernanceRule(getEnforcedGovernanceRuleRequest) {
462
462
  return __awaiter(this, void 0, void 0, function* () {
@@ -519,7 +519,7 @@ class GovernanceRuleClient {
519
519
  * @param GetGovernanceRuleRequest
520
520
  * @return GetGovernanceRuleResponse
521
521
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetGovernanceRule.ts.html |here} to see how to use GetGovernanceRule API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetGovernanceRule.ts.html |here} to see how to use GetGovernanceRule API.
523
523
  */
524
524
  getGovernanceRule(getGovernanceRuleRequest) {
525
525
  return __awaiter(this, void 0, void 0, function* () {
@@ -582,7 +582,7 @@ class GovernanceRuleClient {
582
582
  * @param GetInclusionCriterionRequest
583
583
  * @return GetInclusionCriterionResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetInclusionCriterion.ts.html |here} to see how to use GetInclusionCriterion API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetInclusionCriterion.ts.html |here} to see how to use GetInclusionCriterion API.
586
586
  */
587
587
  getInclusionCriterion(getInclusionCriterionRequest) {
588
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -645,7 +645,7 @@ class GovernanceRuleClient {
645
645
  * @param GetTenancyAttachmentRequest
646
646
  * @return GetTenancyAttachmentResponse
647
647
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetTenancyAttachment.ts.html |here} to see how to use GetTenancyAttachment API.
648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetTenancyAttachment.ts.html |here} to see how to use GetTenancyAttachment API.
649
649
  */
650
650
  getTenancyAttachment(getTenancyAttachmentRequest) {
651
651
  return __awaiter(this, void 0, void 0, function* () {
@@ -710,7 +710,7 @@ class GovernanceRuleClient {
710
710
  * @param ListEnforcedGovernanceRulesRequest
711
711
  * @return ListEnforcedGovernanceRulesResponse
712
712
  * @throws OciError when an error occurs
713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListEnforcedGovernanceRules.ts.html |here} to see how to use ListEnforcedGovernanceRules API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListEnforcedGovernanceRules.ts.html |here} to see how to use ListEnforcedGovernanceRules API.
714
714
  */
715
715
  listEnforcedGovernanceRules(listEnforcedGovernanceRulesRequest) {
716
716
  return __awaiter(this, void 0, void 0, function* () {
@@ -782,7 +782,7 @@ class GovernanceRuleClient {
782
782
  * @param ListGovernanceRulesRequest
783
783
  * @return ListGovernanceRulesResponse
784
784
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListGovernanceRules.ts.html |here} to see how to use ListGovernanceRules API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListGovernanceRules.ts.html |here} to see how to use ListGovernanceRules API.
786
786
  */
787
787
  listGovernanceRules(listGovernanceRulesRequest) {
788
788
  return __awaiter(this, void 0, void 0, function* () {
@@ -855,7 +855,7 @@ class GovernanceRuleClient {
855
855
  * @param ListInclusionCriteriaRequest
856
856
  * @return ListInclusionCriteriaResponse
857
857
  * @throws OciError when an error occurs
858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListInclusionCriteria.ts.html |here} to see how to use ListInclusionCriteria API.
858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListInclusionCriteria.ts.html |here} to see how to use ListInclusionCriteria API.
859
859
  */
860
860
  listInclusionCriteria(listInclusionCriteriaRequest) {
861
861
  return __awaiter(this, void 0, void 0, function* () {
@@ -926,7 +926,7 @@ class GovernanceRuleClient {
926
926
  * @param ListTenancyAttachmentsRequest
927
927
  * @return ListTenancyAttachmentsResponse
928
928
  * @throws OciError when an error occurs
929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListTenancyAttachments.ts.html |here} to see how to use ListTenancyAttachments API.
929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListTenancyAttachments.ts.html |here} to see how to use ListTenancyAttachments API.
930
930
  */
931
931
  listTenancyAttachments(listTenancyAttachmentsRequest) {
932
932
  return __awaiter(this, void 0, void 0, function* () {
@@ -1000,7 +1000,7 @@ class GovernanceRuleClient {
1000
1000
  * @param RetryGovernanceRuleRequest
1001
1001
  * @return RetryGovernanceRuleResponse
1002
1002
  * @throws OciError when an error occurs
1003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/RetryGovernanceRule.ts.html |here} to see how to use RetryGovernanceRule API.
1003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/RetryGovernanceRule.ts.html |here} to see how to use RetryGovernanceRule API.
1004
1004
  */
1005
1005
  retryGovernanceRule(retryGovernanceRuleRequest) {
1006
1006
  return __awaiter(this, void 0, void 0, function* () {
@@ -1063,7 +1063,7 @@ class GovernanceRuleClient {
1063
1063
  * @param RetryTenancyAttachmentRequest
1064
1064
  * @return RetryTenancyAttachmentResponse
1065
1065
  * @throws OciError when an error occurs
1066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/RetryTenancyAttachment.ts.html |here} to see how to use RetryTenancyAttachment API.
1066
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/RetryTenancyAttachment.ts.html |here} to see how to use RetryTenancyAttachment API.
1067
1067
  */
1068
1068
  retryTenancyAttachment(retryTenancyAttachmentRequest) {
1069
1069
  return __awaiter(this, void 0, void 0, function* () {
@@ -1124,7 +1124,7 @@ class GovernanceRuleClient {
1124
1124
  * @param UpdateGovernanceRuleRequest
1125
1125
  * @return UpdateGovernanceRuleResponse
1126
1126
  * @throws OciError when an error occurs
1127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/UpdateGovernanceRule.ts.html |here} to see how to use UpdateGovernanceRule API.
1127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/UpdateGovernanceRule.ts.html |here} to see how to use UpdateGovernanceRule API.
1128
1128
  */
1129
1129
  updateGovernanceRule(updateGovernanceRuleRequest) {
1130
1130
  return __awaiter(this, void 0, void 0, function* () {
@@ -1322,7 +1322,7 @@ class WorkRequestClient {
1322
1322
  * @param CancelWorkRequestRequest
1323
1323
  * @return CancelWorkRequestResponse
1324
1324
  * @throws OciError when an error occurs
1325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
1325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
1326
1326
  */
1327
1327
  cancelWorkRequest(cancelWorkRequestRequest) {
1328
1328
  return __awaiter(this, void 0, void 0, function* () {
@@ -1377,7 +1377,7 @@ class WorkRequestClient {
1377
1377
  * @param GetWorkRequestRequest
1378
1378
  * @return GetWorkRequestResponse
1379
1379
  * @throws OciError when an error occurs
1380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1381
1381
  */
1382
1382
  getWorkRequest(getWorkRequestRequest) {
1383
1383
  return __awaiter(this, void 0, void 0, function* () {
@@ -1446,7 +1446,7 @@ class WorkRequestClient {
1446
1446
  * @param ListWorkRequestErrorsRequest
1447
1447
  * @return ListWorkRequestErrorsResponse
1448
1448
  * @throws OciError when an error occurs
1449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1450
1450
  */
1451
1451
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1452
1452
  return __awaiter(this, void 0, void 0, function* () {
@@ -1515,7 +1515,7 @@ class WorkRequestClient {
1515
1515
  * @param ListWorkRequestLogsRequest
1516
1516
  * @return ListWorkRequestLogsResponse
1517
1517
  * @throws OciError when an error occurs
1518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1519
1519
  */
1520
1520
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1521
1521
  return __awaiter(this, void 0, void 0, function* () {
@@ -1584,7 +1584,7 @@ class WorkRequestClient {
1584
1584
  * @param ListWorkRequestsRequest
1585
1585
  * @return ListWorkRequestsResponse
1586
1586
  * @throws OciError when an error occurs
1587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/governancerulescontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/governancerulescontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1588
1588
  */
1589
1589
  listWorkRequests(listWorkRequestsRequest) {
1590
1590
  return __awaiter(this, void 0, void 0, function* () {
@@ -30,14 +30,14 @@ export interface CreateGovernanceRuleDetails {
30
30
  /**
31
31
  * Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
32
32
  * <p>
33
- Example: `QUOTA`
33
+ Example: {@code QUOTA}
34
34
  *
35
35
  */
36
36
  "type": model.GovernanceRuleType;
37
37
  /**
38
38
  * The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
39
39
  * <p>
40
- Example: `TEMPLATE`
40
+ Example: {@code TEMPLATE}
41
41
  *
42
42
  */
43
43
  "creationOption": model.CreationOption;
@@ -48,7 +48,7 @@ export interface CreateGovernanceRuleDetails {
48
48
  "relatedResourceId"?: string;
49
49
  /**
50
50
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
51
- * Example: `{\"bar-key\": \"value\"}`
51
+ * Example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface CreateGovernanceRuleDetails {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -13,8 +13,8 @@
13
13
  import * as model from "../model";
14
14
  /**
15
15
  * Use this validator to clear any existing validator on the tag key definition with the UpdateTag
16
- * operation. Using this `validatorType` is the same as not setting any value on the validator field.
17
- * The resultant value for `validatorType` returned in the response body is `null`.
16
+ * operation. Using this {@code validatorType} is the same as not setting any value on the validator field.
17
+ * The resultant value for {@code validatorType} returned in the response body is {@code null}.
18
18
  *
19
19
  */
20
20
  export interface DefaultTagDefinitionValidator extends model.BaseTagDefinitionValidator {
@@ -30,7 +30,7 @@ export interface EnforcedGovernanceRuleSummary {
30
30
  /**
31
31
  * Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
32
32
  * <p>
33
- Example: `QUOTA`
33
+ Example: {@code QUOTA}
34
34
  *
35
35
  */
36
36
  "type": model.GovernanceRuleType;
@@ -41,14 +41,14 @@ export interface EnforcedGovernanceRuleSummary {
41
41
  /**
42
42
  * Date and time the governance rule was created. An RFC3339 formatted datetime string.
43
43
  * <p>
44
- Example: `2016-08-25T21:10:29.600Z`
44
+ Example: {@code 2016-08-25T21:10:29.600Z}
45
45
  *
46
46
  */
47
47
  "timeCreated": Date;
48
48
  /**
49
49
  * Date and time the governance rule was updated. An RFC3339 formatted datetime string.
50
50
  * <p>
51
- Example: `2016-08-25T21:10:29.600Z`
51
+ Example: {@code 2016-08-25T21:10:29.600Z}
52
52
  *
53
53
  */
54
54
  "timeUpdated": Date;
@@ -30,7 +30,7 @@ export interface EnforcedGovernanceRule {
30
30
  /**
31
31
  * Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
32
32
  * <p>
33
- Example: `QUOTA`
33
+ Example: {@code QUOTA}
34
34
  *
35
35
  */
36
36
  "type": model.GovernanceRuleType;
@@ -42,14 +42,14 @@ export interface EnforcedGovernanceRule {
42
42
  /**
43
43
  * Date and time the governance rule was created. An RFC3339 formatted datetime string.
44
44
  * <p>
45
- Example: `2016-08-25T21:10:29.600Z`
45
+ Example: {@code 2016-08-25T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeCreated": Date;
49
49
  /**
50
50
  * Date and time the governance rule was updated. An RFC3339 formatted datetime string.
51
51
  * <p>
52
- Example: `2016-08-25T21:10:29.600Z`
52
+ Example: {@code 2016-08-25T21:10:29.600Z}
53
53
  *
54
54
  */
55
55
  "timeUpdated": Date;
@@ -12,10 +12,10 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Used to validate the value set for a defined tag and contains the list of allowable `values`.
15
+ * Used to validate the value set for a defined tag and contains the list of allowable {@code values}.
16
16
  * <p>
17
- You must specify at least one valid value in the `values` array. You can't have blank or
18
- * or empty strings (`\"\"`). Duplicate values are not allowed.
17
+ You must specify at least one valid value in the {@code values} array. You can't have blank or
18
+ * or empty strings ({@code \"\"}). Duplicate values are not allowed.
19
19
  *
20
20
  */
21
21
  export interface EnumTagDefinitionValidator extends model.BaseTagDefinitionValidator {
@@ -30,28 +30,28 @@ export interface GovernanceRuleSummary {
30
30
  /**
31
31
  * Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
32
32
  * <p>
33
- Example: `QUOTA`
33
+ Example: {@code QUOTA}
34
34
  *
35
35
  */
36
36
  "type": model.GovernanceRuleType;
37
37
  /**
38
38
  * The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
39
39
  * <p>
40
- Example: `TEMPLATE`
40
+ Example: {@code TEMPLATE}
41
41
  *
42
42
  */
43
43
  "creationOption": model.CreationOption;
44
44
  /**
45
45
  * Date and time the governance rule was created. An RFC3339 formatted datetime string.
46
46
  * <p>
47
- Example: `2016-08-25T21:10:29.600Z`
47
+ Example: {@code 2016-08-25T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeCreated": Date;
51
51
  /**
52
52
  * Date and time the governance rule was updated. An RFC3339 formatted datetime string.
53
53
  * <p>
54
- Example: `2016-08-25T21:10:29.600Z`
54
+ Example: {@code 2016-08-25T21:10:29.600Z}
55
55
  *
56
56
  */
57
57
  "timeUpdated": Date;
@@ -61,7 +61,7 @@ export interface GovernanceRuleSummary {
61
61
  "lifecycleState": model.GovernanceRuleLifecycleState;
62
62
  /**
63
63
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
- * Example: `{\"bar-key\": \"value\"}`
64
+ * Example: {@code {\"bar-key\": \"value\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags": {
@@ -69,7 +69,7 @@ export interface GovernanceRuleSummary {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
72
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
73
73
  *
74
74
  */
75
75
  "definedTags": {
@@ -79,7 +79,7 @@ export interface GovernanceRuleSummary {
79
79
  };
80
80
  /**
81
81
  * System tags for this resource. Each key is predefined and scoped to a namespace.
82
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
82
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
83
83
  *
84
84
  */
85
85
  "systemTags"?: {
@@ -34,14 +34,14 @@ export interface GovernanceRule {
34
34
  /**
35
35
  * Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
36
36
  * <p>
37
- Example: `QUOTA`
37
+ Example: {@code QUOTA}
38
38
  *
39
39
  */
40
40
  "type": model.GovernanceRuleType;
41
41
  /**
42
42
  * The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
43
43
  * <p>
44
- Example: `TEMPLATE`
44
+ Example: {@code TEMPLATE}
45
45
  *
46
46
  */
47
47
  "creationOption": model.CreationOption;
@@ -53,14 +53,14 @@ export interface GovernanceRule {
53
53
  /**
54
54
  * Date and time the governance rule was created. An RFC3339 formatted datetime string.
55
55
  * <p>
56
- Example: `2016-08-25T21:10:29.600Z`
56
+ Example: {@code 2016-08-25T21:10:29.600Z}
57
57
  *
58
58
  */
59
59
  "timeCreated": Date;
60
60
  /**
61
61
  * Date and time the governance rule was updated. An RFC3339 formatted datetime string.
62
62
  * <p>
63
- Example: `2016-08-25T21:10:29.600Z`
63
+ Example: {@code 2016-08-25T21:10:29.600Z}
64
64
  *
65
65
  */
66
66
  "timeUpdated": Date;
@@ -70,7 +70,7 @@ export interface GovernanceRule {
70
70
  "lifecycleState": model.GovernanceRuleLifecycleState;
71
71
  /**
72
72
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
73
- * Example: `{\"bar-key\": \"value\"}`
73
+ * Example: {@code {\"bar-key\": \"value\"}}
74
74
  *
75
75
  */
76
76
  "freeformTags": {
@@ -78,7 +78,7 @@ export interface GovernanceRule {
78
78
  };
79
79
  /**
80
80
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
81
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
81
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags": {
@@ -88,7 +88,7 @@ export interface GovernanceRule {
88
88
  };
89
89
  /**
90
90
  * System tags for this resource. Each key is predefined and scoped to a namespace.
91
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
91
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
92
92
  *
93
93
  */
94
94
  "systemTags"?: {
@@ -35,14 +35,14 @@ export interface InclusionCriterionSummary {
35
35
  /**
36
36
  * Date and time the inclusion criterion was created. An RFC3339 formatted datetime string.
37
37
  * <p>
38
- Example: `2016-08-25T21:10:29.600Z`
38
+ Example: {@code 2016-08-25T21:10:29.600Z}
39
39
  *
40
40
  */
41
41
  "timeCreated": Date;
42
42
  /**
43
43
  * Date and time the inclusion criterion was updated. An RFC3339 formatted datetime string.
44
44
  * <p>
45
- Example: `2016-08-25T21:10:29.600Z`
45
+ Example: {@code 2016-08-25T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeUpdated": Date;
@@ -35,14 +35,14 @@ export interface InclusionCriterion {
35
35
  /**
36
36
  * Date and time the inclusion criterion was created. An RFC3339 formatted datetime string.
37
37
  * <p>
38
- Example: `2016-08-25T21:10:29.600Z`
38
+ Example: {@code 2016-08-25T21:10:29.600Z}
39
39
  *
40
40
  */
41
41
  "timeCreated": Date;
42
42
  /**
43
43
  * Date and time the inclusion criterion was updated. An RFC3339 formatted datetime string.
44
44
  * <p>
45
- Example: `2016-08-25T21:10:29.600Z`
45
+ Example: {@code 2016-08-25T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeUpdated": Date;