Skip to content

Commit fd1f0e5

Browse files
author
DEXREQ Automation
committed
1 parent b7f2589 commit fd1f0e5

File tree

118 files changed

+1013
-843
lines changed

Some content is hidden

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

118 files changed

+1013
-843
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
@@ -62,7 +62,8 @@ public interface Waas extends AutoCloseable {
6262
*
6363
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
6464
* of recommended Web Application Firewall protection rules. For more information, see [WAF
65-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
65+
* Protection
66+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
6667
*
6768
* @param request The request object containing the details to send
6869
* @return A response object containing details about the completed operation
@@ -218,7 +219,8 @@ ChangeWaasPolicyCompartmentResponse changeWaasPolicyCompartment(
218219
* the Web Application Firewall service, including rules from
219220
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
220221
* ModSecurity syntax. For more information about custom protection rules, see [Custom
221-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
222+
* Protection
223+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
222224
*
223225
* @param request The request object containing the details to send
224226
* @return A response object containing details about the completed operation
@@ -719,8 +721,9 @@ ListCustomProtectionRulesResponse listCustomProtectionRules(
719721
*
720722
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
721723
* to accept recommended Web Application Firewall protection rules. For more information, see
722-
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
723-
* list is sorted by `key`, in ascending order.
724+
* [WAF Protection
725+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
726+
* is sorted by `key`, in ascending order.
724727
*
725728
* @param request The request object containing the details to send
726729
* @return A response object containing details about the completed operation
@@ -1156,10 +1159,10 @@ UpdateHumanInteractionChallengeResponse updateHumanInteractionChallenge(
11561159
* Updates the action for each specified protection rule. Requests can either be allowed,
11571160
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11581161
* information on protection rules, see [WAF Protection
1159-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1160-
* update or disable protection rules depending on the structure of the request body. Protection
1161-
* rules can be updated by changing the properties of the protection rule object with the rule's
1162-
* key specified in the key field.
1162+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1163+
* operation can update or disable protection rules depending on the structure of the request
1164+
* body. Protection rules can be updated by changing the properties of the protection rule
1165+
* object with the rule's key specified in the key field.
11631166
*
11641167
* @param request The request object containing the details to send
11651168
* @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
@@ -58,7 +58,8 @@ public interface WaasAsync extends AutoCloseable {
5858
*
5959
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
6060
* of recommended Web Application Firewall protection rules. For more information, see [WAF
61-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
61+
* Protection
62+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
6263
*
6364
* @param request The request object containing the details to send
6465
* @param handler The request handler to invoke upon completion, may be null.
@@ -214,7 +215,8 @@ java.util.concurrent.Future<CreateCertificateResponse> createCertificate(
214215
* the Web Application Firewall service, including rules from
215216
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
216217
* ModSecurity syntax. For more information about custom protection rules, see [Custom
217-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
218+
* Protection
219+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
218220
*
219221
* @param request The request object containing the details to send
220222
* @param handler The request handler to invoke upon completion, may be null.
@@ -704,8 +706,9 @@ java.util.concurrent.Future<ListProtectionRulesResponse> listProtectionRules(
704706
*
705707
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
706708
* to accept recommended Web Application Firewall protection rules. For more information, see
707-
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
708-
* list is sorted by `key`, in ascending order.
709+
* [WAF Protection
710+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
711+
* is sorted by `key`, in ascending order.
709712
*
710713
* @param request The request object containing the details to send
711714
* @param handler The request handler to invoke upon completion, may be null.
@@ -1137,10 +1140,10 @@ java.util.concurrent.Future<UpdatePolicyConfigResponse> updatePolicyConfig(
11371140
* Updates the action for each specified protection rule. Requests can either be allowed,
11381141
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11391142
* information on protection rules, see [WAF Protection
1140-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1141-
* update or disable protection rules depending on the structure of the request body. Protection
1142-
* rules can be updated by changing the properties of the protection rule object with the rule's
1143-
* key specified in the key field.
1143+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1144+
* operation can update or disable protection rules depending on the structure of the request
1145+
* body. Protection rules can be updated by changing the properties of the protection rule
1146+
* object with the rule's key specified in the key field.
11441147
*
11451148
* @param request The request object containing the details to send
11461149
* @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)