oci-networkfirewall 2.102.1 → 2.103.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 (117) hide show
  1. package/lib/client.d.ts +86 -86
  2. package/lib/client.js +86 -86
  3. package/lib/model/change-network-firewall-compartment-details.d.ts +1 -1
  4. package/lib/model/change-network-firewall-policy-compartment-details.d.ts +1 -1
  5. package/lib/model/clone-network-firewall-policy-details.d.ts +3 -3
  6. package/lib/model/create-network-firewall-details.d.ts +6 -6
  7. package/lib/model/create-network-firewall-policy-details.d.ts +3 -3
  8. package/lib/model/network-firewall-policy-summary.d.ts +4 -4
  9. package/lib/model/network-firewall-policy.d.ts +4 -4
  10. package/lib/model/network-firewall-summary.d.ts +6 -6
  11. package/lib/model/network-firewall.d.ts +8 -8
  12. package/lib/model/update-network-firewall-details.d.ts +4 -4
  13. package/lib/model/update-network-firewall-policy-details.d.ts +2 -2
  14. package/lib/model/work-request-error.d.ts +1 -1
  15. package/lib/request/apply-network-firewall-policy-request.d.ts +1 -1
  16. package/lib/request/bulk-upload-address-lists-request.d.ts +1 -1
  17. package/lib/request/bulk-upload-application-groups-request.d.ts +1 -1
  18. package/lib/request/bulk-upload-applications-request.d.ts +1 -1
  19. package/lib/request/bulk-upload-decryption-profiles-request.d.ts +1 -1
  20. package/lib/request/bulk-upload-decryption-rules-request.d.ts +1 -1
  21. package/lib/request/bulk-upload-mapped-secrets-request.d.ts +1 -1
  22. package/lib/request/bulk-upload-security-rules-request.d.ts +1 -1
  23. package/lib/request/bulk-upload-service-lists-request.d.ts +1 -1
  24. package/lib/request/bulk-upload-services-request.d.ts +1 -1
  25. package/lib/request/bulk-upload-tunnel-inspection-rules-request.d.ts +1 -1
  26. package/lib/request/bulk-upload-url-lists-request.d.ts +1 -1
  27. package/lib/request/cancel-work-request-request.d.ts +1 -1
  28. package/lib/request/change-network-firewall-compartment-request.d.ts +2 -2
  29. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +1 -1
  30. package/lib/request/clone-network-firewall-policy-request.d.ts +1 -1
  31. package/lib/request/create-address-list-request.d.ts +1 -1
  32. package/lib/request/create-application-group-request.d.ts +1 -1
  33. package/lib/request/create-application-request.d.ts +1 -1
  34. package/lib/request/create-decryption-profile-request.d.ts +1 -1
  35. package/lib/request/create-decryption-rule-request.d.ts +1 -1
  36. package/lib/request/create-mapped-secret-request.d.ts +1 -1
  37. package/lib/request/create-network-firewall-policy-request.d.ts +1 -1
  38. package/lib/request/create-network-firewall-request.d.ts +1 -1
  39. package/lib/request/create-security-rule-request.d.ts +1 -1
  40. package/lib/request/create-service-list-request.d.ts +1 -1
  41. package/lib/request/create-service-request.d.ts +1 -1
  42. package/lib/request/create-tunnel-inspection-rule-request.d.ts +1 -1
  43. package/lib/request/create-url-list-request.d.ts +1 -1
  44. package/lib/request/delete-address-list-request.d.ts +1 -1
  45. package/lib/request/delete-application-group-request.d.ts +1 -1
  46. package/lib/request/delete-application-request.d.ts +1 -1
  47. package/lib/request/delete-decryption-profile-request.d.ts +1 -1
  48. package/lib/request/delete-decryption-rule-request.d.ts +1 -1
  49. package/lib/request/delete-mapped-secret-request.d.ts +1 -1
  50. package/lib/request/delete-network-firewall-policy-request.d.ts +1 -1
  51. package/lib/request/delete-network-firewall-request.d.ts +2 -2
  52. package/lib/request/delete-security-rule-request.d.ts +1 -1
  53. package/lib/request/delete-service-list-request.d.ts +1 -1
  54. package/lib/request/delete-service-request.d.ts +1 -1
  55. package/lib/request/delete-tunnel-inspection-rule-request.d.ts +1 -1
  56. package/lib/request/delete-url-list-request.d.ts +1 -1
  57. package/lib/request/get-address-list-request.d.ts +1 -1
  58. package/lib/request/get-application-group-request.d.ts +1 -1
  59. package/lib/request/get-application-request.d.ts +1 -1
  60. package/lib/request/get-decryption-profile-request.d.ts +1 -1
  61. package/lib/request/get-decryption-rule-request.d.ts +1 -1
  62. package/lib/request/get-mapped-secret-request.d.ts +1 -1
  63. package/lib/request/get-network-firewall-policy-request.d.ts +1 -1
  64. package/lib/request/get-network-firewall-request.d.ts +2 -2
  65. package/lib/request/get-security-rule-request.d.ts +1 -1
  66. package/lib/request/get-service-list-request.d.ts +1 -1
  67. package/lib/request/get-service-request.d.ts +1 -1
  68. package/lib/request/get-tunnel-inspection-rule-request.d.ts +1 -1
  69. package/lib/request/get-url-list-request.d.ts +1 -1
  70. package/lib/request/get-work-request-request.d.ts +1 -1
  71. package/lib/request/list-address-lists-request.d.ts +1 -1
  72. package/lib/request/list-application-groups-request.d.ts +1 -1
  73. package/lib/request/list-applications-request.d.ts +1 -1
  74. package/lib/request/list-decryption-profiles-request.d.ts +1 -1
  75. package/lib/request/list-decryption-rules-request.d.ts +1 -1
  76. package/lib/request/list-mapped-secrets-request.d.ts +1 -1
  77. package/lib/request/list-network-firewall-policies-request.d.ts +1 -1
  78. package/lib/request/list-network-firewalls-request.d.ts +2 -2
  79. package/lib/request/list-security-rules-request.d.ts +1 -1
  80. package/lib/request/list-service-lists-request.d.ts +1 -1
  81. package/lib/request/list-services-request.d.ts +1 -1
  82. package/lib/request/list-tunnel-inspection-rules-request.d.ts +1 -1
  83. package/lib/request/list-url-lists-request.d.ts +1 -1
  84. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  85. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  86. package/lib/request/list-work-requests-request.d.ts +1 -1
  87. package/lib/request/migrate-network-firewall-policy-request.d.ts +1 -1
  88. package/lib/request/update-address-list-request.d.ts +1 -1
  89. package/lib/request/update-application-group-request.d.ts +1 -1
  90. package/lib/request/update-application-request.d.ts +1 -1
  91. package/lib/request/update-decryption-profile-request.d.ts +1 -1
  92. package/lib/request/update-decryption-rule-request.d.ts +1 -1
  93. package/lib/request/update-mapped-secret-request.d.ts +1 -1
  94. package/lib/request/update-network-firewall-policy-request.d.ts +1 -1
  95. package/lib/request/update-network-firewall-request.d.ts +2 -2
  96. package/lib/request/update-security-rule-request.d.ts +1 -1
  97. package/lib/request/update-service-list-request.d.ts +1 -1
  98. package/lib/request/update-service-request.d.ts +1 -1
  99. package/lib/request/update-tunnel-inspection-rule-request.d.ts +1 -1
  100. package/lib/request/update-url-list-request.d.ts +1 -1
  101. package/lib/response/list-address-lists-response.d.ts +2 -2
  102. package/lib/response/list-application-groups-response.d.ts +2 -2
  103. package/lib/response/list-applications-response.d.ts +2 -2
  104. package/lib/response/list-decryption-profiles-response.d.ts +2 -2
  105. package/lib/response/list-decryption-rules-response.d.ts +2 -2
  106. package/lib/response/list-mapped-secrets-response.d.ts +2 -2
  107. package/lib/response/list-network-firewall-policies-response.d.ts +2 -2
  108. package/lib/response/list-network-firewalls-response.d.ts +2 -2
  109. package/lib/response/list-security-rules-response.d.ts +2 -2
  110. package/lib/response/list-service-lists-response.d.ts +2 -2
  111. package/lib/response/list-services-response.d.ts +2 -2
  112. package/lib/response/list-tunnel-inspection-rules-response.d.ts +2 -2
  113. package/lib/response/list-url-lists-response.d.ts +2 -2
  114. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  115. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  116. package/lib/response/list-work-requests-response.d.ts +2 -2
  117. package/package.json +3 -3
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeNetworkFirewallCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the Network Firewalll resource should be moved.
20
20
  *
21
21
  */
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeNetworkFirewallPolicyCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -19,12 +19,12 @@ export interface CloneNetworkFirewallPolicyDetails {
19
19
  */
20
20
  "displayName"?: string;
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
23
23
  */
24
24
  "compartmentId"?: string;
25
25
  /**
26
26
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
27
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
27
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
28
  * Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
@@ -33,7 +33,7 @@ export interface CloneNetworkFirewallPolicyDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
36
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
37
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
@@ -19,11 +19,11 @@ export interface CreateNetworkFirewallDetails {
19
19
  */
20
20
  "displayName"?: string;
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Network Firewall.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Network Firewall.
23
23
  */
24
24
  "compartmentId": string;
25
25
  /**
26
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Network Firewall.
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Network Firewall.
27
27
  */
28
28
  "subnetId": string;
29
29
  /**
@@ -34,7 +34,7 @@ export interface CreateNetworkFirewallDetails {
34
34
  */
35
35
  "availabilityDomain"?: string;
36
36
  /**
37
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
38
38
  */
39
39
  "networkFirewallPolicyId": string;
40
40
  /**
@@ -46,12 +46,12 @@ export interface CreateNetworkFirewallDetails {
46
46
  */
47
47
  "ipv6Address"?: string;
48
48
  /**
49
- * An array of network security groups [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
49
+ * An array of network security groups [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
50
50
  */
51
51
  "networkSecurityGroupIds"?: Array<string>;
52
52
  /**
53
53
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
54
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
54
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
55
  * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
@@ -60,7 +60,7 @@ export interface CreateNetworkFirewallDetails {
60
60
  };
61
61
  /**
62
62
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
63
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
63
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
64
64
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
65
65
  *
66
66
  */
@@ -19,12 +19,12 @@ export interface CreateNetworkFirewallPolicyDetails {
19
19
  */
20
20
  "displayName"?: string;
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
23
23
  */
24
24
  "compartmentId": string;
25
25
  /**
26
26
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
27
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
27
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
28
  * Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
@@ -33,7 +33,7 @@ export interface CreateNetworkFirewallPolicyDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
36
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
37
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
@@ -16,11 +16,11 @@ import * as model from "../model";
16
16
  */
17
17
  export interface NetworkFirewallPolicySummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource - Network Firewall Policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource - Network Firewall Policy.
20
20
  */
21
21
  "id": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
@@ -49,7 +49,7 @@ export interface NetworkFirewallPolicySummary {
49
49
  "lifecycleDetails"?: string;
50
50
  /**
51
51
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
52
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
52
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
53
  * Example: {@code {\"Department\": \"Finance\"}}
54
54
  *
55
55
  */
@@ -58,7 +58,7 @@ export interface NetworkFirewallPolicySummary {
58
58
  };
59
59
  /**
60
60
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
61
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
61
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
62
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
63
63
  *
64
64
  */
@@ -16,11 +16,11 @@ import * as model from "../model";
16
16
  */
17
17
  export interface NetworkFirewallPolicy {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource - Network Firewall Policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource - Network Firewall Policy.
20
20
  */
21
21
  "id": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the NetworkFirewall Policy.
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
@@ -54,7 +54,7 @@ export interface NetworkFirewallPolicy {
54
54
  "attachedNetworkFirewallCount"?: number;
55
55
  /**
56
56
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
57
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
57
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
58
  * Example: {@code {\"Department\": \"Finance\"}}
59
59
  *
60
60
  */
@@ -63,7 +63,7 @@ export interface NetworkFirewallPolicy {
63
63
  };
64
64
  /**
65
65
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
66
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
66
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
67
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
68
68
  *
69
69
  */
@@ -16,11 +16,11 @@ import * as model from "../model";
16
16
  */
17
17
  export interface NetworkFirewallSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
20
20
  */
21
21
  "id": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Network Firewall.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Network Firewall.
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
@@ -28,7 +28,7 @@ export interface NetworkFirewallSummary {
28
28
  */
29
29
  "displayName": string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Network Firewall.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Network Firewall.
32
32
  */
33
33
  "subnetId": string;
34
34
  /**
@@ -47,7 +47,7 @@ export interface NetworkFirewallSummary {
47
47
  */
48
48
  "ipv6Address"?: string;
49
49
  /**
50
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
50
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
51
51
  */
52
52
  "networkFirewallPolicyId": string;
53
53
  /**
@@ -72,7 +72,7 @@ export interface NetworkFirewallSummary {
72
72
  "lifecycleDetails"?: string;
73
73
  /**
74
74
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
75
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
75
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
76
  * Example: {@code {\"Department\": \"Finance\"}}
77
77
  *
78
78
  */
@@ -81,7 +81,7 @@ export interface NetworkFirewallSummary {
81
81
  };
82
82
  /**
83
83
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
84
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
84
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
85
85
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
86
86
  *
87
87
  */
@@ -12,16 +12,16 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * A network firewall is a security resource that exists in a subnet of your choice and controls incoming and outgoing network traffic based on a set of security rules. Each firewall is associated with a policy. Traffic is routed to and from the firewall from resources such as internet gateways and dynamic routing gateways (DRGs). For more information, see [Overview of Network Firewall](https://docs.cloud.oracle.com/iaas/Content/network-firewall/overview.htm)
15
+ * A network firewall is a security resource that exists in a subnet of your choice and controls incoming and outgoing network traffic based on a set of security rules. Each firewall is associated with a policy. Traffic is routed to and from the firewall from resources such as internet gateways and dynamic routing gateways (DRGs). For more information, see [Overview of Network Firewall](https://docs.oracle.com/iaas/Content/network-firewall/overview.htm)
16
16
  *
17
17
  */
18
18
  export interface NetworkFirewall {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
21
21
  */
22
22
  "id": string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Network Firewall.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Network Firewall.
25
25
  */
26
26
  "compartmentId": string;
27
27
  /**
@@ -29,7 +29,7 @@ export interface NetworkFirewall {
29
29
  */
30
30
  "displayName": string;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Network Firewall.
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Network Firewall.
33
33
  */
34
34
  "subnetId": string;
35
35
  /**
@@ -41,7 +41,7 @@ export interface NetworkFirewall {
41
41
  */
42
42
  "ipv6Address"?: string;
43
43
  /**
44
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
44
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
45
45
  */
46
46
  "networkFirewallPolicyId": string;
47
47
  /**
@@ -52,7 +52,7 @@ export interface NetworkFirewall {
52
52
  */
53
53
  "availabilityDomain"?: string;
54
54
  /**
55
- * An array of network security groups [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
55
+ * An array of network security groups [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
56
56
  */
57
57
  "networkSecurityGroupIds"?: Array<string>;
58
58
  /**
@@ -77,7 +77,7 @@ export interface NetworkFirewall {
77
77
  "lifecycleDetails"?: string;
78
78
  /**
79
79
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
80
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
80
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
81
81
  * Example: {@code {\"Department\": \"Finance\"}}
82
82
  *
83
83
  */
@@ -86,7 +86,7 @@ export interface NetworkFirewall {
86
86
  };
87
87
  /**
88
88
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
89
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
89
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
90
90
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
91
91
  *
92
92
  */
@@ -19,16 +19,16 @@ export interface UpdateNetworkFirewallDetails {
19
19
  */
20
20
  "displayName"?: string;
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall Policy.
23
23
  */
24
24
  "networkFirewallPolicyId"?: string;
25
25
  /**
26
- * An array of network security groups [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
26
+ * An array of network security groups [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the Network Firewall.
27
27
  */
28
28
  "networkSecurityGroupIds"?: Array<string>;
29
29
  /**
30
30
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
31
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
31
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * Example: {@code {\"Department\": \"Finance\"}}
33
33
  *
34
34
  */
@@ -37,7 +37,7 @@ export interface UpdateNetworkFirewallDetails {
37
37
  };
38
38
  /**
39
39
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
40
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
40
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41
41
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
42
42
  *
43
43
  */
@@ -20,7 +20,7 @@ export interface UpdateNetworkFirewallPolicyDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
23
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
23
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
24
  * Example: {@code {\"Department\": \"Finance\"}}
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface UpdateNetworkFirewallPolicyDetails {
29
29
  };
30
30
  /**
31
31
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
32
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
32
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
@@ -16,7 +16,7 @@
16
16
  export interface WorkRequestError {
17
17
  /**
18
18
  * A machine-usable code for the error that occured. Error codes are listed on
19
- * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
19
+ * (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
20
20
  *
21
21
  */
22
22
  "code": string;
@@ -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/latest/networkfirewall/ApplyNetworkFirewallPolicy.ts.html |here} to see how to use ApplyNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ApplyNetworkFirewallPolicy.ts.html |here} to see how to use ApplyNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface ApplyNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadAddressLists.ts.html |here} to see how to use BulkUploadAddressListsRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadAddressLists.ts.html |here} to see how to use BulkUploadAddressListsRequest.
18
18
  */
19
19
  export interface BulkUploadAddressListsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadApplicationGroups.ts.html |here} to see how to use BulkUploadApplicationGroupsRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadApplicationGroups.ts.html |here} to see how to use BulkUploadApplicationGroupsRequest.
18
18
  */
19
19
  export interface BulkUploadApplicationGroupsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadApplications.ts.html |here} to see how to use BulkUploadApplicationsRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadApplications.ts.html |here} to see how to use BulkUploadApplicationsRequest.
18
18
  */
19
19
  export interface BulkUploadApplicationsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadDecryptionProfiles.ts.html |here} to see how to use BulkUploadDecryptionProfilesRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadDecryptionProfiles.ts.html |here} to see how to use BulkUploadDecryptionProfilesRequest.
18
18
  */
19
19
  export interface BulkUploadDecryptionProfilesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadDecryptionRules.ts.html |here} to see how to use BulkUploadDecryptionRulesRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadDecryptionRules.ts.html |here} to see how to use BulkUploadDecryptionRulesRequest.
18
18
  */
19
19
  export interface BulkUploadDecryptionRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadMappedSecrets.ts.html |here} to see how to use BulkUploadMappedSecretsRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadMappedSecrets.ts.html |here} to see how to use BulkUploadMappedSecretsRequest.
18
18
  */
19
19
  export interface BulkUploadMappedSecretsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadSecurityRules.ts.html |here} to see how to use BulkUploadSecurityRulesRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadSecurityRules.ts.html |here} to see how to use BulkUploadSecurityRulesRequest.
18
18
  */
19
19
  export interface BulkUploadSecurityRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadServiceLists.ts.html |here} to see how to use BulkUploadServiceListsRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadServiceLists.ts.html |here} to see how to use BulkUploadServiceListsRequest.
18
18
  */
19
19
  export interface BulkUploadServiceListsRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadServices.ts.html |here} to see how to use BulkUploadServicesRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadServices.ts.html |here} to see how to use BulkUploadServicesRequest.
18
18
  */
19
19
  export interface BulkUploadServicesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadTunnelInspectionRules.ts.html |here} to see how to use BulkUploadTunnelInspectionRulesRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadTunnelInspectionRules.ts.html |here} to see how to use BulkUploadTunnelInspectionRulesRequest.
18
18
  */
19
19
  export interface BulkUploadTunnelInspectionRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadUrlLists.ts.html |here} to see how to use BulkUploadUrlListsRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/BulkUploadUrlLists.ts.html |here} to see how to use BulkUploadUrlListsRequest.
18
18
  */
19
19
  export interface BulkUploadUrlListsRequest extends common.BaseRequest {
20
20
  /**
@@ -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/latest/networkfirewall/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
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/latest/networkfirewall/ChangeNetworkFirewallCompartment.ts.html |here} to see how to use ChangeNetworkFirewallCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ChangeNetworkFirewallCompartment.ts.html |here} to see how to use ChangeNetworkFirewallCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNetworkFirewallCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
21
21
  */
22
22
  "networkFirewallId": string;
23
23
  /**
@@ -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/latest/networkfirewall/ChangeNetworkFirewallPolicyCompartment.ts.html |here} to see how to use ChangeNetworkFirewallPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/ChangeNetworkFirewallPolicyCompartment.ts.html |here} to see how to use ChangeNetworkFirewallPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNetworkFirewallPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CloneNetworkFirewallPolicy.ts.html |here} to see how to use CloneNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CloneNetworkFirewallPolicy.ts.html |here} to see how to use CloneNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface CloneNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
17
17
  */
18
18
  export interface CreateAddressListRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateApplicationGroup.ts.html |here} to see how to use CreateApplicationGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateApplicationGroup.ts.html |here} to see how to use CreateApplicationGroupRequest.
17
17
  */
18
18
  export interface CreateApplicationGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateDecryptionProfile.ts.html |here} to see how to use CreateDecryptionProfileRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateDecryptionProfile.ts.html |here} to see how to use CreateDecryptionProfileRequest.
17
17
  */
18
18
  export interface CreateDecryptionProfileRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateDecryptionRule.ts.html |here} to see how to use CreateDecryptionRuleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateDecryptionRule.ts.html |here} to see how to use CreateDecryptionRuleRequest.
17
17
  */
18
18
  export interface CreateDecryptionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateMappedSecret.ts.html |here} to see how to use CreateMappedSecretRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateMappedSecret.ts.html |here} to see how to use CreateMappedSecretRequest.
17
17
  */
18
18
  export interface CreateMappedSecretRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNetworkFirewallPolicy.ts.html |here} to see how to use CreateNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNetworkFirewallPolicy.ts.html |here} to see how to use CreateNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface CreateNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNetworkFirewall.ts.html |here} to see how to use CreateNetworkFirewallRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/CreateNetworkFirewall.ts.html |here} to see how to use CreateNetworkFirewallRequest.
17
17
  */
18
18
  export interface CreateNetworkFirewallRequest extends common.BaseRequest {
19
19
  /**