Skip to content

Commit b91606f

Browse files
author
DEXREQ Automation
committed
1 parent d94ea24 commit b91606f

File tree

117 files changed

+1001
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+1001
-831
lines changed

bmc-waas/src/main/java/com/oracle/bmc/waas/Waas.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public interface Waas extends AutoCloseable {
7272
*
7373
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
7474
* of recommended Web Application Firewall protection rules. For more information, see [WAF
75-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
75+
* Protection
76+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
7677
*
7778
* @param request The request object containing the details to send
7879
* @return A response object containing details about the completed operation
@@ -228,7 +229,8 @@ ChangeWaasPolicyCompartmentResponse changeWaasPolicyCompartment(
228229
* the Web Application Firewall service, including rules from
229230
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
230231
* ModSecurity syntax. For more information about custom protection rules, see [Custom
231-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
232+
* Protection
233+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
232234
*
233235
* @param request The request object containing the details to send
234236
* @return A response object containing details about the completed operation
@@ -729,8 +731,9 @@ ListCustomProtectionRulesResponse listCustomProtectionRules(
729731
*
730732
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
731733
* to accept recommended Web Application Firewall protection rules. For more information, see
732-
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
733-
* list is sorted by `key`, in ascending order.
734+
* [WAF Protection
735+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
736+
* is sorted by `key`, in ascending order.
734737
*
735738
* @param request The request object containing the details to send
736739
* @return A response object containing details about the completed operation
@@ -1166,10 +1169,10 @@ UpdateHumanInteractionChallengeResponse updateHumanInteractionChallenge(
11661169
* Updates the action for each specified protection rule. Requests can either be allowed,
11671170
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11681171
* information on protection rules, see [WAF Protection
1169-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1170-
* update or disable protection rules depending on the structure of the request body. Protection
1171-
* rules can be updated by changing the properties of the protection rule object with the rule's
1172-
* key specified in the key field.
1172+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1173+
* operation can update or disable protection rules depending on the structure of the request
1174+
* body. Protection rules can be updated by changing the properties of the protection rule
1175+
* object with the rule's key specified in the key field.
11731176
*
11741177
* @param request The request object containing the details to send
11751178
* @return A response object containing details about the completed operation

bmc-waas/src/main/java/com/oracle/bmc/waas/WaasAsync.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public interface WaasAsync extends AutoCloseable {
6868
*
6969
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
7070
* of recommended Web Application Firewall protection rules. For more information, see [WAF
71-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
71+
* Protection
72+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
7273
*
7374
* @param request The request object containing the details to send
7475
* @param handler The request handler to invoke upon completion, may be null.
@@ -224,7 +225,8 @@ java.util.concurrent.Future<CreateCertificateResponse> createCertificate(
224225
* the Web Application Firewall service, including rules from
225226
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
226227
* ModSecurity syntax. For more information about custom protection rules, see [Custom
227-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
228+
* Protection
229+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
228230
*
229231
* @param request The request object containing the details to send
230232
* @param handler The request handler to invoke upon completion, may be null.
@@ -714,8 +716,9 @@ java.util.concurrent.Future<ListProtectionRulesResponse> listProtectionRules(
714716
*
715717
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
716718
* to accept recommended Web Application Firewall protection rules. For more information, see
717-
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
718-
* list is sorted by `key`, in ascending order.
719+
* [WAF Protection
720+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
721+
* is sorted by `key`, in ascending order.
719722
*
720723
* @param request The request object containing the details to send
721724
* @param handler The request handler to invoke upon completion, may be null.
@@ -1147,10 +1150,10 @@ java.util.concurrent.Future<UpdatePolicyConfigResponse> updatePolicyConfig(
11471150
* Updates the action for each specified protection rule. Requests can either be allowed,
11481151
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11491152
* information on protection rules, see [WAF Protection
1150-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1151-
* update or disable protection rules depending on the structure of the request body. Protection
1152-
* rules can be updated by changing the properties of the protection rule object with the rule's
1153-
* key specified in the key field.
1153+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1154+
* operation can update or disable protection rules depending on the structure of the request
1155+
* body. Protection rules can be updated by changing the properties of the protection rule
1156+
* object with the rule's key specified in the key field.
11541157
*
11551158
* @param request The request object containing the details to send
11561159
* @param handler The request handler to invoke upon completion, may be null.

bmc-waas/src/main/java/com/oracle/bmc/waas/model/AddressList.java

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public AddressList(
5656
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5757
public static class Builder {
5858
/**
59-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
60-
* list.
59+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
60+
* address list.
6161
*/
6262
@com.fasterxml.jackson.annotation.JsonProperty("id")
6363
private String id;
6464

6565
/**
66-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
67-
* list.
66+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
67+
* address list.
6868
*
6969
* @param id the value to set
7070
* @return this builder
@@ -75,15 +75,15 @@ public Builder id(String id) {
7575
return this;
7676
}
7777
/**
78-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
79-
* list's compartment.
78+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
79+
* address list's compartment.
8080
*/
8181
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8282
private String compartmentId;
8383

8484
/**
85-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
86-
* list's compartment.
85+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
86+
* address list's compartment.
8787
*
8888
* @param compartmentId the value to set
8989
* @return this builder
@@ -286,13 +286,15 @@ public Builder toBuilder() {
286286
}
287287

288288
/**
289-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
289+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
290+
* address list.
290291
*/
291292
@com.fasterxml.jackson.annotation.JsonProperty("id")
292293
private final String id;
293294

294295
/**
295-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
296+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
297+
* address list.
296298
*
297299
* @return the value
298300
*/
@@ -301,15 +303,15 @@ public String getId() {
301303
}
302304

303305
/**
304-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
305-
* compartment.
306+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
307+
* address list's compartment.
306308
*/
307309
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
308310
private final String compartmentId;
309311

310312
/**
311-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
312-
* compartment.
313+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
314+
* address list's compartment.
313315
*
314316
* @return the value
315317
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/AddressListSummary.java

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ public AddressListSummary(
5555
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5656
public static class Builder {
5757
/**
58-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
59-
* list.
58+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
59+
* address list.
6060
*/
6161
@com.fasterxml.jackson.annotation.JsonProperty("id")
6262
private String id;
6363

6464
/**
65-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
66-
* list.
65+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
66+
* address list.
6767
*
6868
* @param id the value to set
6969
* @return this builder
@@ -74,15 +74,15 @@ public Builder id(String id) {
7474
return this;
7575
}
7676
/**
77-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
78-
* list's compartment.
77+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
78+
* address list's compartment.
7979
*/
8080
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8181
private String compartmentId;
8282

8383
/**
84-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
85-
* list's compartment.
84+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
85+
* address list's compartment.
8686
*
8787
* @param compartmentId the value to set
8888
* @return this builder
@@ -264,13 +264,15 @@ public Builder toBuilder() {
264264
}
265265

266266
/**
267-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
267+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
268+
* address list.
268269
*/
269270
@com.fasterxml.jackson.annotation.JsonProperty("id")
270271
private final String id;
271272

272273
/**
273-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
274+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
275+
* address list.
274276
*
275277
* @return the value
276278
*/
@@ -279,15 +281,15 @@ public String getId() {
279281
}
280282

281283
/**
282-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
283-
* compartment.
284+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
285+
* address list's compartment.
284286
*/
285287
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
286288
private final String compartmentId;
287289

288290
/**
289-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
290-
* compartment.
291+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
292+
* address list's compartment.
291293
*
292294
* @return the value
293295
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/Certificate.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -507,13 +507,15 @@ public Builder toBuilder() {
507507
}
508508

509509
/**
510-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate.
510+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
511+
* certificate.
511512
*/
512513
@com.fasterxml.jackson.annotation.JsonProperty("id")
513514
private final String id;
514515

515516
/**
516-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate.
517+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
518+
* certificate.
517519
*
518520
* @return the value
519521
*/
@@ -522,15 +524,15 @@ public String getId() {
522524
}
523525

524526
/**
525-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate's
526-
* compartment.
527+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
528+
* certificate's compartment.
527529
*/
528530
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
529531
private final String compartmentId;
530532

531533
/**
532-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate's
533-
* compartment.
534+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
535+
* certificate's compartment.
534536
*
535537
* @return the value
536538
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/CertificateSummary.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public CertificateSummary(
5656
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5757
public static class Builder {
5858
/**
59-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
60-
* certificate.
59+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
60+
* SSL certificate.
6161
*/
6262
@com.fasterxml.jackson.annotation.JsonProperty("id")
6363
private String id;
6464

6565
/**
66-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
67-
* certificate.
66+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
67+
* SSL certificate.
6868
*
6969
* @param id the value to set
7070
* @return this builder
@@ -75,15 +75,15 @@ public Builder id(String id) {
7575
return this;
7676
}
7777
/**
78-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
79-
* certificate's compartment.
78+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
79+
* SSL certificate's compartment.
8080
*/
8181
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8282
private String compartmentId;
8383

8484
/**
85-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
86-
* certificate's compartment.
85+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
86+
* SSL certificate's compartment.
8787
*
8888
* @param compartmentId the value to set
8989
* @return this builder

bmc-waas/src/main/java/com/oracle/bmc/waas/model/ChangeAddressListCompartmentDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ public Builder toBuilder() {
8585
}
8686

8787
/**
88-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
89-
* into which the resource should be moved. For information about moving resources between
90-
* compartments, see [Moving Resources to a Different
88+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
89+
* compartment into which the resource should be moved. For information about moving resources
90+
* between compartments, see [Moving Resources to a Different
9191
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
9292
*/
9393
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
9494
private final String compartmentId;
9595

9696
/**
97-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
98-
* into which the resource should be moved. For information about moving resources between
99-
* compartments, see [Moving Resources to a Different
97+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
98+
* compartment into which the resource should be moved. For information about moving resources
99+
* between compartments, see [Moving Resources to a Different
100100
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
101101
*
102102
* @return the value

bmc-waas/src/main/java/com/oracle/bmc/waas/model/ChangeCertificateCompartmentDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ public Builder toBuilder() {
8585
}
8686

8787
/**
88-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
89-
* into which the resource should be moved. For information about moving resources between
90-
* compartments, see [Moving Resources to a Different
88+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
89+
* compartment into which the resource should be moved. For information about moving resources
90+
* between compartments, see [Moving Resources to a Different
9191
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
9292
*/
9393
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
9494
private final String compartmentId;
9595

9696
/**
97-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
98-
* into which the resource should be moved. For information about moving resources between
99-
* compartments, see [Moving Resources to a Different
97+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
98+
* compartment into which the resource should be moved. For information about moving resources
99+
* between compartments, see [Moving Resources to a Different
100100
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
101101
*
102102
* @return the value

0 commit comments

Comments
 (0)