oci-networkfirewall 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 (151) hide show
  1. package/lib/client.d.ts +80 -80
  2. package/lib/client.js +80 -80
  3. package/lib/model/clone-network-firewall-policy-details.d.ts +2 -2
  4. package/lib/model/create-decryption-rule-details.d.ts +2 -2
  5. package/lib/model/create-mapped-secret-details.d.ts +2 -2
  6. package/lib/model/create-network-firewall-details.d.ts +3 -3
  7. package/lib/model/create-network-firewall-policy-details.d.ts +2 -2
  8. package/lib/model/create-security-rule-details.d.ts +2 -2
  9. package/lib/model/decryption-action-type.d.ts +1 -1
  10. package/lib/model/decryption-action-type.js +1 -1
  11. package/lib/model/decryption-profile-summary.d.ts +2 -2
  12. package/lib/model/decryption-rule-summary.d.ts +2 -2
  13. package/lib/model/decryption-rule.d.ts +2 -2
  14. package/lib/model/inspection-type.d.ts +2 -2
  15. package/lib/model/inspection-type.js +2 -2
  16. package/lib/model/mapped-secret-summary.d.ts +2 -2
  17. package/lib/model/mapped-secret.d.ts +2 -2
  18. package/lib/model/network-firewall-policy-summary.d.ts +5 -5
  19. package/lib/model/network-firewall-policy.d.ts +5 -5
  20. package/lib/model/network-firewall-summary.d.ts +6 -6
  21. package/lib/model/network-firewall.d.ts +6 -6
  22. package/lib/model/security-rule-summary.d.ts +2 -2
  23. package/lib/model/security-rule.d.ts +2 -2
  24. package/lib/model/simple-url-pattern.d.ts +5 -5
  25. package/lib/model/traffic-action-type.d.ts +1 -1
  26. package/lib/model/traffic-action-type.js +1 -1
  27. package/lib/model/traffic-inspection-type.d.ts +1 -1
  28. package/lib/model/traffic-inspection-type.js +1 -1
  29. package/lib/model/update-decryption-rule-details.d.ts +2 -2
  30. package/lib/model/update-mapped-secret-details.d.ts +2 -2
  31. package/lib/model/update-network-firewall-details.d.ts +2 -2
  32. package/lib/model/update-network-firewall-policy-details.d.ts +2 -2
  33. package/lib/model/update-security-rule-details.d.ts +2 -2
  34. package/lib/request/apply-network-firewall-policy-request.d.ts +2 -2
  35. package/lib/request/bulk-upload-address-lists-request.d.ts +2 -2
  36. package/lib/request/bulk-upload-application-groups-request.d.ts +2 -2
  37. package/lib/request/bulk-upload-applications-request.d.ts +2 -2
  38. package/lib/request/bulk-upload-decryption-profiles-request.d.ts +2 -2
  39. package/lib/request/bulk-upload-decryption-rules-request.d.ts +2 -2
  40. package/lib/request/bulk-upload-mapped-secrets-request.d.ts +2 -2
  41. package/lib/request/bulk-upload-security-rules-request.d.ts +2 -2
  42. package/lib/request/bulk-upload-service-lists-request.d.ts +2 -2
  43. package/lib/request/bulk-upload-services-request.d.ts +2 -2
  44. package/lib/request/bulk-upload-url-lists-request.d.ts +2 -2
  45. package/lib/request/cancel-work-request-request.d.ts +2 -2
  46. package/lib/request/change-network-firewall-compartment-request.d.ts +2 -2
  47. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +2 -2
  48. package/lib/request/clone-network-firewall-policy-request.d.ts +2 -2
  49. package/lib/request/create-address-list-request.d.ts +1 -1
  50. package/lib/request/create-application-group-request.d.ts +1 -1
  51. package/lib/request/create-application-request.d.ts +1 -1
  52. package/lib/request/create-decryption-profile-request.d.ts +1 -1
  53. package/lib/request/create-decryption-rule-request.d.ts +1 -1
  54. package/lib/request/create-mapped-secret-request.d.ts +1 -1
  55. package/lib/request/create-network-firewall-policy-request.d.ts +1 -1
  56. package/lib/request/create-network-firewall-request.d.ts +1 -1
  57. package/lib/request/create-security-rule-request.d.ts +1 -1
  58. package/lib/request/create-service-list-request.d.ts +1 -1
  59. package/lib/request/create-service-request.d.ts +1 -1
  60. package/lib/request/create-url-list-request.d.ts +1 -1
  61. package/lib/request/delete-address-list-request.d.ts +2 -2
  62. package/lib/request/delete-application-group-request.d.ts +2 -2
  63. package/lib/request/delete-application-request.d.ts +2 -2
  64. package/lib/request/delete-decryption-profile-request.d.ts +2 -2
  65. package/lib/request/delete-decryption-rule-request.d.ts +2 -2
  66. package/lib/request/delete-mapped-secret-request.d.ts +2 -2
  67. package/lib/request/delete-network-firewall-policy-request.d.ts +2 -2
  68. package/lib/request/delete-network-firewall-request.d.ts +2 -2
  69. package/lib/request/delete-security-rule-request.d.ts +2 -2
  70. package/lib/request/delete-service-list-request.d.ts +2 -2
  71. package/lib/request/delete-service-request.d.ts +2 -2
  72. package/lib/request/delete-url-list-request.d.ts +2 -2
  73. package/lib/request/get-address-list-request.d.ts +1 -1
  74. package/lib/request/get-application-group-request.d.ts +1 -1
  75. package/lib/request/get-application-request.d.ts +2 -2
  76. package/lib/request/get-decryption-profile-request.d.ts +1 -1
  77. package/lib/request/get-decryption-rule-request.d.ts +2 -2
  78. package/lib/request/get-mapped-secret-request.d.ts +2 -2
  79. package/lib/request/get-network-firewall-policy-request.d.ts +1 -1
  80. package/lib/request/get-network-firewall-request.d.ts +1 -1
  81. package/lib/request/get-security-rule-request.d.ts +1 -1
  82. package/lib/request/get-service-list-request.d.ts +1 -1
  83. package/lib/request/get-service-request.d.ts +2 -2
  84. package/lib/request/get-url-list-request.d.ts +1 -1
  85. package/lib/request/get-work-request-request.d.ts +1 -1
  86. package/lib/request/list-address-lists-request.d.ts +2 -2
  87. package/lib/request/list-application-groups-request.d.ts +2 -2
  88. package/lib/request/list-applications-request.d.ts +2 -2
  89. package/lib/request/list-decryption-profiles-request.d.ts +2 -2
  90. package/lib/request/list-decryption-rules-request.d.ts +2 -2
  91. package/lib/request/list-mapped-secrets-request.d.ts +2 -2
  92. package/lib/request/list-network-firewall-policies-request.d.ts +2 -2
  93. package/lib/request/list-network-firewalls-request.d.ts +3 -3
  94. package/lib/request/list-security-rules-request.d.ts +2 -2
  95. package/lib/request/list-service-lists-request.d.ts +2 -2
  96. package/lib/request/list-services-request.d.ts +2 -2
  97. package/lib/request/list-url-lists-request.d.ts +2 -2
  98. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  99. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  100. package/lib/request/list-work-requests-request.d.ts +2 -2
  101. package/lib/request/migrate-network-firewall-policy-request.d.ts +2 -2
  102. package/lib/request/update-address-list-request.d.ts +2 -2
  103. package/lib/request/update-application-group-request.d.ts +2 -2
  104. package/lib/request/update-application-request.d.ts +2 -2
  105. package/lib/request/update-decryption-profile-request.d.ts +2 -2
  106. package/lib/request/update-decryption-rule-request.d.ts +2 -2
  107. package/lib/request/update-mapped-secret-request.d.ts +2 -2
  108. package/lib/request/update-network-firewall-policy-request.d.ts +2 -2
  109. package/lib/request/update-network-firewall-request.d.ts +2 -2
  110. package/lib/request/update-security-rule-request.d.ts +2 -2
  111. package/lib/request/update-service-list-request.d.ts +2 -2
  112. package/lib/request/update-service-request.d.ts +2 -2
  113. package/lib/request/update-url-list-request.d.ts +2 -2
  114. package/lib/response/apply-network-firewall-policy-response.d.ts +1 -1
  115. package/lib/response/clone-network-firewall-policy-response.d.ts +1 -1
  116. package/lib/response/create-address-list-response.d.ts +1 -1
  117. package/lib/response/create-application-group-response.d.ts +1 -1
  118. package/lib/response/create-application-response.d.ts +1 -1
  119. package/lib/response/create-decryption-profile-response.d.ts +1 -1
  120. package/lib/response/create-decryption-rule-response.d.ts +1 -1
  121. package/lib/response/create-mapped-secret-response.d.ts +1 -1
  122. package/lib/response/create-network-firewall-policy-response.d.ts +1 -1
  123. package/lib/response/create-network-firewall-response.d.ts +1 -1
  124. package/lib/response/create-security-rule-response.d.ts +1 -1
  125. package/lib/response/create-service-list-response.d.ts +1 -1
  126. package/lib/response/create-service-response.d.ts +1 -1
  127. package/lib/response/create-url-list-response.d.ts +1 -1
  128. package/lib/response/get-address-list-response.d.ts +1 -1
  129. package/lib/response/get-application-group-response.d.ts +1 -1
  130. package/lib/response/get-application-response.d.ts +1 -1
  131. package/lib/response/get-decryption-profile-response.d.ts +1 -1
  132. package/lib/response/get-decryption-rule-response.d.ts +1 -1
  133. package/lib/response/get-mapped-secret-response.d.ts +1 -1
  134. package/lib/response/get-network-firewall-policy-response.d.ts +1 -1
  135. package/lib/response/get-network-firewall-response.d.ts +1 -1
  136. package/lib/response/get-security-rule-response.d.ts +1 -1
  137. package/lib/response/get-service-list-response.d.ts +1 -1
  138. package/lib/response/get-service-response.d.ts +1 -1
  139. package/lib/response/get-url-list-response.d.ts +1 -1
  140. package/lib/response/get-work-request-response.d.ts +1 -1
  141. package/lib/response/update-address-list-response.d.ts +1 -1
  142. package/lib/response/update-application-group-response.d.ts +1 -1
  143. package/lib/response/update-application-response.d.ts +1 -1
  144. package/lib/response/update-decryption-profile-response.d.ts +1 -1
  145. package/lib/response/update-decryption-rule-response.d.ts +1 -1
  146. package/lib/response/update-mapped-secret-response.d.ts +1 -1
  147. package/lib/response/update-security-rule-response.d.ts +1 -1
  148. package/lib/response/update-service-list-response.d.ts +1 -1
  149. package/lib/response/update-service-response.d.ts +1 -1
  150. package/lib/response/update-url-list-response.d.ts +1 -1
  151. package/package.json +3 -3
@@ -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/networkfirewall/DeleteService.ts.html |here} to see how to use DeleteServiceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteService.ts.html |here} to see how to use DeleteServiceRequest.
16
16
  */
17
17
  export interface DeleteServiceRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteServiceRequest extends common.BaseRequest {
25
25
  "serviceName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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/networkfirewall/DeleteUrlList.ts.html |here} to see how to use DeleteUrlListRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteUrlList.ts.html |here} to see how to use DeleteUrlListRequest.
16
16
  */
17
17
  export interface DeleteUrlListRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteUrlListRequest extends common.BaseRequest {
25
25
  "urlListName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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/networkfirewall/GetAddressList.ts.html |here} to see how to use GetAddressListRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetAddressList.ts.html |here} to see how to use GetAddressListRequest.
16
16
  */
17
17
  export interface GetAddressListRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetApplicationGroup.ts.html |here} to see how to use GetApplicationGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetApplicationGroup.ts.html |here} to see how to use GetApplicationGroupRequest.
16
16
  */
17
17
  export interface GetApplicationGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -32,7 +32,7 @@ export interface GetApplicationRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
35
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
36
36
  */
37
37
  "page"?: string;
38
38
  }
@@ -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/networkfirewall/GetDecryptionProfile.ts.html |here} to see how to use GetDecryptionProfileRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetDecryptionProfile.ts.html |here} to see how to use GetDecryptionProfileRequest.
16
16
  */
17
17
  export interface GetDecryptionProfileRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetDecryptionRule.ts.html |here} to see how to use GetDecryptionRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetDecryptionRule.ts.html |here} to see how to use GetDecryptionRuleRequest.
16
16
  */
17
17
  export interface GetDecryptionRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -32,7 +32,7 @@ export interface GetDecryptionRuleRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
35
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
36
36
  */
37
37
  "page"?: string;
38
38
  }
@@ -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/networkfirewall/GetMappedSecret.ts.html |here} to see how to use GetMappedSecretRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetMappedSecret.ts.html |here} to see how to use GetMappedSecretRequest.
16
16
  */
17
17
  export interface GetMappedSecretRequest extends common.BaseRequest {
18
18
  /**
@@ -32,7 +32,7 @@ export interface GetMappedSecretRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
35
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
36
36
  */
37
37
  "page"?: string;
38
38
  }
@@ -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/networkfirewall/GetNetworkFirewallPolicy.ts.html |here} to see how to use GetNetworkFirewallPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetNetworkFirewallPolicy.ts.html |here} to see how to use GetNetworkFirewallPolicyRequest.
16
16
  */
17
17
  export interface GetNetworkFirewallPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetNetworkFirewall.ts.html |here} to see how to use GetNetworkFirewallRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetNetworkFirewall.ts.html |here} to see how to use GetNetworkFirewallRequest.
16
16
  */
17
17
  export interface GetNetworkFirewallRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetSecurityRule.ts.html |here} to see how to use GetSecurityRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetSecurityRule.ts.html |here} to see how to use GetSecurityRuleRequest.
16
16
  */
17
17
  export interface GetSecurityRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetServiceList.ts.html |here} to see how to use GetServiceListRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetServiceList.ts.html |here} to see how to use GetServiceListRequest.
16
16
  */
17
17
  export interface GetServiceListRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetService.ts.html |here} to see how to use GetServiceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetService.ts.html |here} to see how to use GetServiceRequest.
16
16
  */
17
17
  export interface GetServiceRequest extends common.BaseRequest {
18
18
  /**
@@ -32,7 +32,7 @@ export interface GetServiceRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
35
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
36
36
  */
37
37
  "page"?: string;
38
38
  }
@@ -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/networkfirewall/GetUrlList.ts.html |here} to see how to use GetUrlListRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetUrlList.ts.html |here} to see how to use GetUrlListRequest.
16
16
  */
17
17
  export interface GetUrlListRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -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/networkfirewall/ListAddressLists.ts.html |here} to see how to use ListAddressListsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListAddressLists.ts.html |here} to see how to use ListAddressListsRequest.
17
17
  */
18
18
  export interface ListAddressListsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListAddressListsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListApplicationGroups.ts.html |here} to see how to use ListApplicationGroupsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListApplicationGroups.ts.html |here} to see how to use ListApplicationGroupsRequest.
17
17
  */
18
18
  export interface ListApplicationGroupsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListApplicationGroupsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
17
17
  */
18
18
  export interface ListApplicationsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListApplicationsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListDecryptionProfiles.ts.html |here} to see how to use ListDecryptionProfilesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListDecryptionProfiles.ts.html |here} to see how to use ListDecryptionProfilesRequest.
17
17
  */
18
18
  export interface ListDecryptionProfilesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListDecryptionProfilesRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListDecryptionRules.ts.html |here} to see how to use ListDecryptionRulesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListDecryptionRules.ts.html |here} to see how to use ListDecryptionRulesRequest.
17
17
  */
18
18
  export interface ListDecryptionRulesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListDecryptionRulesRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListMappedSecrets.ts.html |here} to see how to use ListMappedSecretsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListMappedSecrets.ts.html |here} to see how to use ListMappedSecretsRequest.
17
17
  */
18
18
  export interface ListMappedSecretsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListMappedSecretsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListNetworkFirewallPolicies.ts.html |here} to see how to use ListNetworkFirewallPoliciesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListNetworkFirewallPolicies.ts.html |here} to see how to use ListNetworkFirewallPoliciesRequest.
17
17
  */
18
18
  export interface ListNetworkFirewallPoliciesRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListNetworkFirewallPoliciesRequest extends common.BaseRequest {
33
33
  */
34
34
  "limit"?: number;
35
35
  /**
36
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
36
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
37
37
  */
38
38
  "page"?: string;
39
39
  /**
@@ -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/networkfirewall/ListNetworkFirewalls.ts.html |here} to see how to use ListNetworkFirewallsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListNetworkFirewalls.ts.html |here} to see how to use ListNetworkFirewallsRequest.
17
17
  */
18
18
  export interface ListNetworkFirewallsRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ListNetworkFirewallsRequest extends common.BaseRequest {
35
35
  /**
36
36
  * A filter to return only resources that are present within the specified availability domain.
37
37
  * To get a list of availability domains for a tenancy, use {@link #listAvailabilityDomains(ListAvailabilityDomainsRequest) listAvailabilityDomains} operation.
38
- * Example: `kIdk:PHX-AD-1`
38
+ * Example: {@code kIdk:PHX-AD-1}
39
39
  *
40
40
  */
41
41
  "availabilityDomain"?: string;
@@ -44,7 +44,7 @@ export interface ListNetworkFirewallsRequest extends common.BaseRequest {
44
44
  */
45
45
  "limit"?: number;
46
46
  /**
47
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
47
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
48
48
  */
49
49
  "page"?: string;
50
50
  /**
@@ -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/networkfirewall/ListSecurityRules.ts.html |here} to see how to use ListSecurityRulesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListSecurityRules.ts.html |here} to see how to use ListSecurityRulesRequest.
17
17
  */
18
18
  export interface ListSecurityRulesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListSecurityRulesRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListServiceLists.ts.html |here} to see how to use ListServiceListsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListServiceLists.ts.html |here} to see how to use ListServiceListsRequest.
17
17
  */
18
18
  export interface ListServiceListsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListServiceListsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListServices.ts.html |here} to see how to use ListServicesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListServices.ts.html |here} to see how to use ListServicesRequest.
17
17
  */
18
18
  export interface ListServicesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListServicesRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListUrlLists.ts.html |here} to see how to use ListUrlListsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListUrlLists.ts.html |here} to see how to use ListUrlListsRequest.
17
17
  */
18
18
  export interface ListUrlListsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListUrlListsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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/networkfirewall/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
37
37
  */
38
38
  "opcRequestId"?: string;
39
39
  /**
40
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` or `opc-prev-page` header field of a previous response.
40
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} or {@code opc-prev-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -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/networkfirewall/MigrateNetworkFirewallPolicy.ts.html |here} to see how to use MigrateNetworkFirewallPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/MigrateNetworkFirewallPolicy.ts.html |here} to see how to use MigrateNetworkFirewallPolicyRequest.
16
16
  */
17
17
  export interface MigrateNetworkFirewallPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface MigrateNetworkFirewallPolicyRequest extends common.BaseRequest
21
21
  "networkFirewallPolicyId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/networkfirewall/UpdateAddressList.ts.html |here} to see how to use UpdateAddressListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateAddressList.ts.html |here} to see how to use UpdateAddressListRequest.
17
17
  */
18
18
  export interface UpdateAddressListRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateAddressListRequest extends common.BaseRequest {
30
30
  "updateAddressListDetails": model.UpdateFqdnAddressListDetails | model.UpdateIpAddressListDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -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/networkfirewall/UpdateApplicationGroup.ts.html |here} to see how to use UpdateApplicationGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateApplicationGroup.ts.html |here} to see how to use UpdateApplicationGroupRequest.
17
17
  */
18
18
  export interface UpdateApplicationGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateApplicationGroupRequest extends common.BaseRequest {
30
30
  "updateApplicationGroupDetails": model.UpdateApplicationGroupDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -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/networkfirewall/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateApplicationRequest extends common.BaseRequest {
30
30
  "updateApplicationDetails": model.UpdateIcmp6ApplicationDetails | model.UpdateIcmpApplicationDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -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/networkfirewall/UpdateDecryptionProfile.ts.html |here} to see how to use UpdateDecryptionProfileRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateDecryptionProfile.ts.html |here} to see how to use UpdateDecryptionProfileRequest.
17
17
  */
18
18
  export interface UpdateDecryptionProfileRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateDecryptionProfileRequest extends common.BaseRequest {
30
30
  "updateDecryptionProfileDetails": model.UpdateSslInboundInspectionProfileDetails | model.UpdateSslForwardProxyProfileDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.