Skip to content

Commit

Permalink
Updated assets for java
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <[email protected]>
  • Loading branch information
sagarpsalvi committed May 6, 2024
1 parent 9a8d830 commit cdd70d5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions java/src/com/vmware/avi/sdk/model/BotConfigClientBehavior.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class BotConfigClientBehavior {
/**
* This is the getter method this will return the attribute value.
* Minimum percentage of bad requests for the client behavior component to identify as a bot.
* Allowed values are 1-100.
* Field introduced in 30.2.1.
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
Expand All @@ -50,6 +51,7 @@ public Integer getBadRequestPercent() {
/**
* This is the setter method to the attribute.
* Minimum percentage of bad requests for the client behavior component to identify as a bot.
* Allowed values are 1-100.
* Field introduced in 30.2.1.
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
Expand Down Expand Up @@ -86,6 +88,7 @@ public void setEnabled(Boolean enabled) {
/**
* This is the getter method this will return the attribute value.
* Minimum requests for the client behavior component to make a decision.
* Allowed values are 2-1000.
* Field introduced in 30.2.1.
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.
Expand All @@ -98,6 +101,7 @@ public Integer getMinimumRequests() {
/**
* This is the setter method to the attribute.
* Minimum requests for the client behavior component to make a decision.
* Allowed values are 2-1000.
* Field introduced in 30.2.1.
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.
Expand All @@ -109,7 +113,9 @@ public void setMinimumRequests(Integer minimumRequests) {

/**
* This is the getter method this will return the attribute value.
* Minimum requests with a referer for the client behavior component to not identify as a bot.
* Minimum requests with a referer header for the client behavior component to not identify as a bot.
* Setting this to zero means the component never identifies a client as bot based on missing referer headers.
* Allowed values are 0-100.
* Field introduced in 30.2.1.
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
Expand All @@ -121,7 +127,9 @@ public Integer getMinimumRequestsWithReferer() {

/**
* This is the setter method to the attribute.
* Minimum requests with a referer for the client behavior component to not identify as a bot.
* Minimum requests with a referer header for the client behavior component to not identify as a bot.
* Setting this to zero means the component never identifies a client as bot based on missing referer headers.
* Allowed values are 0-100.
* Field introduced in 30.2.1.
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
Expand Down

0 comments on commit cdd70d5

Please sign in to comment.