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 4, 2023
1 parent 6dafe3a commit bbd3678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/src/com/vmware/avi/sdk/model/PKIProfile.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class PKIProfile extends AviRestResource {
* This is the getter method this will return the attribute value.
* Exempt errors during certificate verification.
* Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS.
* Field introduced in 22.1.4.
* Field introduced in 30.1.1.
* Maximum of 1 items allowed.
* 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 null.
Expand All @@ -79,7 +79,7 @@ public List<String> getAllowPkiErrors() {
* This is the setter method. this will set the allowPkiErrors
* Exempt errors during certificate verification.
* Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS.
* Field introduced in 22.1.4.
* Field introduced in 30.1.1.
* Maximum of 1 items allowed.
* 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 null.
Expand All @@ -93,7 +93,7 @@ public void setAllowPkiErrors(List<String> allowPkiErrors) {
* This is the setter method this will set the allowPkiErrors
* Exempt errors during certificate verification.
* Enum options - ALLOW_EXPIRED_CRL, ALLOW_ALL_ERRORS.
* Field introduced in 22.1.4.
* Field introduced in 30.1.1.
* Maximum of 1 items allowed.
* 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 null.
Expand Down

0 comments on commit bbd3678

Please sign in to comment.