Skip to content

Commit

Permalink
Updated assets for java
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <ssalvi@vmware.com>
  • Loading branch information
sagarpsalvi committed Apr 3, 2023
1 parent 256b04f commit 7e06e97
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions java/src/com/vmware/avi/sdk/model/ControllerProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,9 @@ public void setSeupgradeCopyPoolSize(Integer seupgradeCopyPoolSize) {

/**
* This is the getter method this will return the attribute value.
* Pool size used for all fabric commands during se upgrade.
* The pool size is used to control the number of concurrent segroup upgrades.
* This field value takes affect upon controller warm reboot.
* Allowed values are 2-20.
* Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @return seupgradeFabricPoolSize
Expand All @@ -2048,7 +2050,9 @@ public Integer getSeupgradeFabricPoolSize() {

/**
* This is the setter method to the attribute.
* Pool size used for all fabric commands during se upgrade.
* The pool size is used to control the number of concurrent segroup upgrades.
* This field value takes affect upon controller warm reboot.
* Allowed values are 2-20.
* Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @param seupgradeFabricPoolSize set the seupgradeFabricPoolSize.
Expand Down

0 comments on commit 7e06e97

Please sign in to comment.